From 71344738bc3468e8dfecd8dfd8b4013b2e34dcca 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 loki-gateway 0.1.0 --- .release-please-manifest.json | 2 +- charts/loki-gateway/CHANGELOG.md | 26 ++++++++++++++++++++++++++ charts/loki-gateway/Chart.yaml | 4 ++-- 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cc5bcf5..e04dfe7 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/loki-gateway": "0.1.0", "charts/mimir-gateway": "0.2.0" } diff --git a/charts/loki-gateway/CHANGELOG.md b/charts/loki-gateway/CHANGELOG.md index 13521c4..4237532 100644 --- a/charts/loki-gateway/CHANGELOG.md +++ b/charts/loki-gateway/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [0.1.0](https://github.com/celest-io/go-release-please/compare/loki-gateway-v0.2.0...loki-gateway-v0.1.0) (2023-01-03) + + +### ⚠ BREAKING CHANGES + +* **build:** update the application version in the helm charts +* test helm chart release +* 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)) + + +### Bug Fixes + +* Test helm chart release ([81bd862](https://github.com/celest-io/go-release-please/commit/81bd862dc4147aeecacf5d786fa021821502ac04)) + + +### 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/loki-gateway-chart-v0.1.0...loki-gateway-chart-v0.2.0) (2022-12-27) diff --git a/charts/loki-gateway/Chart.yaml b/charts/loki-gateway/Chart.yaml index 2234fd4..86c423a 100644 --- a/charts/loki-gateway/Chart.yaml +++ b/charts/loki-gateway/Chart.yaml @@ -3,8 +3,8 @@ name: loki-gateway home: https://github.com/celest-io/go-release-please description: A Helm chart for loki-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