From c3485377c67c5adf1b92166fae977b6e4ab9c756 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 07:26:36 +0000 Subject: [PATCH] chore(main): release 0.3.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ charts/loki-gateway/Chart.yaml | 2 +- charts/mimir-gateway/Chart.yaml | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3853ecb..1ab343b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.3.1", + ".": "0.3.2", "charts/loki-gateway": "0.1.1", "charts/mimir-gateway": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7958ae1..ecc459b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.3.2](https://github.com/celest-io/go-release-please/compare/v0.3.1...v0.3.2) (2023-01-04) + + +### Features + +* Build helm charts using helm command ([d7e8056](https://github.com/celest-io/go-release-please/commit/d7e80565a06ec5744800875ced17ad0cba691ebb)) +* **build:** Trigger release on chart update ([7ff0e27](https://github.com/celest-io/go-release-please/commit/7ff0e2779b21ac464712c069c147b5dae031eeb6)) + + +### Bug Fixes + +* **build:** Get correct output for charts release ([442a87d](https://github.com/celest-io/go-release-please/commit/442a87d340d57af95f7e1ce7e17c3b4b1a78a182)) +* Version in mimir-gateway helm chart ([d92dfe9](https://github.com/celest-io/go-release-please/commit/d92dfe9b144bda6ac5c23f6e29223588712905c2)) + ## [0.3.1](https://github.com/celest-io/go-release-please/compare/v0.3.0...v0.3.1) (2023-01-03) diff --git a/charts/loki-gateway/Chart.yaml b/charts/loki-gateway/Chart.yaml index 495246d..e4b17ff 100644 --- a/charts/loki-gateway/Chart.yaml +++ b/charts/loki-gateway/Chart.yaml @@ -4,7 +4,7 @@ home: https://github.com/celest-io/go-release-please description: A Helm chart for loki-gateway type: application version: 0.1.1 -appVersion: v0.3.1 +appVersion: 0.3.2 maintainers: - name: yvigara email: no-reply@celest.io diff --git a/charts/mimir-gateway/Chart.yaml b/charts/mimir-gateway/Chart.yaml index f957911..47e2b8d 100644 --- a/charts/mimir-gateway/Chart.yaml +++ b/charts/mimir-gateway/Chart.yaml @@ -4,7 +4,7 @@ home: https://github.com/celest-io/go-release-please description: A Helm chart for mimir-gateway type: application version: 0.1.0 -appVersion: v0.3.1 +appVersion: 0.3.2 maintainers: - name: yvigara email: no-reply@celest.io