From 18fedab89c3b28ac0d98b8f194d33bf6c68261c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 19:51:24 +0300 Subject: [PATCH] chore: release main (#25) :robot: I have created a release *beep* *boop* ---
node: 1.2.0 ## [1.2.0](https://github.com/mangata-finance/helm-charts/compare/node-v1.1.1...node-v1.2.0) (2023-07-27) ### Features * Allow to use Kubernetes Volume Clone and Snapshots to provision new nodes MGX-533 ([94de3d9](https://github.com/mangata-finance/helm-charts/commit/94de3d9153aa1f505f827498c73aa305ad9b87bc))
--- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- charts/node/CHANGELOG.md | 7 +++++++ charts/node/Chart.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9994794..a870610 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "charts/node": "1.1.1", + "charts/node": "1.2.0", "charts/relaychain-testnet": "1.0.0" } \ No newline at end of file diff --git a/charts/node/CHANGELOG.md b/charts/node/CHANGELOG.md index 5abd88d..5041f1e 100644 --- a/charts/node/CHANGELOG.md +++ b/charts/node/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/mangata-finance/helm-charts/compare/node-v1.1.1...node-v1.2.0) (2023-07-27) + + +### Features + +* Allow to use Kubernetes Volume Clone and Snapshots to provision new nodes MGX-533 ([94de3d9](https://github.com/mangata-finance/helm-charts/commit/94de3d9153aa1f505f827498c73aa305ad9b87bc)) + ## [1.1.1](https://github.com/mangata-finance/helm-charts/compare/node-v1.1.0...node-v1.1.1) (2023-07-24) diff --git a/charts/node/Chart.yaml b/charts/node/Chart.yaml index 40db0ef..1e8c450 100644 --- a/charts/node/Chart.yaml +++ b/charts/node/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: node description: Mangata Node Helm chart for Kubernetes type: application -version: 1.1.1 +version: 1.2.0