From 6efe0b9f0dc31cfe9ae21ed1e90a6df203106617 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 13:25:13 +0000 Subject: [PATCH] chore(main): release mimir-gateway 0.1.0 --- .release-please-manifest.json | 2 +- charts/mimir-gateway/CHANGELOG.md | 20 ++++++++++++++++++++ charts/mimir-gateway/Chart.yaml | 4 ++-- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cc5bcf5..d7ccf6a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { ".": "0.3.0", "charts/loki-gateway": "0.2.0", - "charts/mimir-gateway": "0.2.0" + "charts/mimir-gateway": "0.1.0" } diff --git a/charts/mimir-gateway/CHANGELOG.md b/charts/mimir-gateway/CHANGELOG.md index 465831c..eb1f74b 100644 --- a/charts/mimir-gateway/CHANGELOG.md +++ b/charts/mimir-gateway/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.1.0](https://github.com/celest-io/go-release-please/compare/mimir-gateway-v0.2.0...mimir-gateway-v0.1.0) (2023-01-03) + + +### ⚠ BREAKING CHANGES + +* **build:** update the application version in the helm charts +* Add charts + +### Features + +* Add charts ([722231a](https://github.com/celest-io/go-release-please/commit/722231a716401220061b270d8383c78ad4f4a5f4)) +* **build:** Update the application version in the helm charts ([5a9cc21](https://github.com/celest-io/go-release-please/commit/5a9cc21516cd2fcfb659ece5e565e0d91aa5f33d)) + + +### Miscellaneous Chores + +* Release 0.0.3 ([fa9ec95](https://github.com/celest-io/go-release-please/commit/fa9ec950429099513c7e9fb86dc9ed8ba271d630)) +* Release 0.0.4 ([bdf303b](https://github.com/celest-io/go-release-please/commit/bdf303b2f238e5dfb8c39b383f1b87df36261c0d)) +* Release 0.1.0 ([8c4059e](https://github.com/celest-io/go-release-please/commit/8c4059e895dd053754435ba583e699bb00f27863)) + ## [0.2.0](https://github.com/celest-io/go-release-please/compare/mimir-gateway-chart-v0.1.0...mimir-gateway-chart-v0.2.0) (2023-01-03) diff --git a/charts/mimir-gateway/Chart.yaml b/charts/mimir-gateway/Chart.yaml index 6555254..7bb94d6 100644 --- a/charts/mimir-gateway/Chart.yaml +++ b/charts/mimir-gateway/Chart.yaml @@ -3,8 +3,8 @@ name: mimir-gateway home: https://github.com/celest-io/go-release-please description: A Helm chart for mimir-gateway type: application -version: 0.2.0 -appVersion: v0.3.0 # x-release-please-version +version: 0.1.0 +appVersion: v0.3.0 maintainers: - name: yvigara email: no-reply@celest.io