From 00c44f6abb5db9f5f70be8d155c0c67d8f82735f Mon Sep 17 00:00:00 2001 From: taylorbot Date: Thu, 4 Apr 2024 14:47:19 +0000 Subject: [PATCH 1/2] Release v3.6.2 --- CHANGELOG.md | 5 ++++- helm/prometheus-rules/Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0def336a7..7bd0a0e1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.6.2] - 2024-04-04 + ## [3.6.1] - 2024-04-04 ### Changed @@ -2544,7 +2546,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add existing rules from https://github.com/giantswarm/prometheus-meta-operator/pull/637/commits/bc6a26759eb955de92b41ed5eb33fa37980660f2 -[Unreleased]: https://github.com/giantswarm/prometheus-rules/compare/v3.6.1...HEAD +[Unreleased]: https://github.com/giantswarm/prometheus-rules/compare/v3.6.2...HEAD +[3.6.2]: https://github.com/giantswarm/prometheus-rules/compare/v3.6.1...v3.6.2 [3.6.1]: https://github.com/giantswarm/prometheus-rules/compare/v3.6.0...v3.6.1 [3.6.0]: https://github.com/giantswarm/prometheus-rules/compare/v3.5.0...v3.6.0 [3.5.0]: https://github.com/giantswarm/prometheus-rules/compare/v3.4.0...v3.5.0 diff --git a/helm/prometheus-rules/Chart.yaml b/helm/prometheus-rules/Chart.yaml index d334513ca..f7101488a 100644 --- a/helm/prometheus-rules/Chart.yaml +++ b/helm/prometheus-rules/Chart.yaml @@ -5,7 +5,7 @@ home: https://github.com/giantswarm/prometheus-rules icon: https://s.giantswarm.io/app-icons/1/png/default-app-light.png name: prometheus-rules appVersion: '0.1.0' -version: '3.6.1' +version: '3.6.2' annotations: application.giantswarm.io/team: "atlas" config.giantswarm.io/version: 1.x.x From 13f43f14bf84e18df5202f7076bd49b76e3850f1 Mon Sep 17 00:00:00 2001 From: Laszlo Uveges Date: Thu, 4 Apr 2024 16:48:25 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bd0a0e1d..36fc71d93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.6.2] - 2024-04-04 +### Changed + +- Limit alerts for the split setup (dual vs single flux) to the `flux-giantswarm` controller ones. + ## [3.6.1] - 2024-04-04 ### Changed