From 0fa1716211e9e41ffbe526781d022008142d71df Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Mon, 3 Jun 2024 13:14:42 +0300 Subject: [PATCH] Release v4.76.0 (#1634) --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdcc0f3a7..358faccd0 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] +## [4.76.0] - 2024-06-03 + ### Changed - Delete per cluster heartbeats when Mimir is enabled. @@ -2589,7 +2591,8 @@ This release was created on release-v3.5.x branch to fix release 3.6.0 see PR#99 - First release. -[Unreleased]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.75.1...HEAD +[Unreleased]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.76.0...HEAD +[4.76.0]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.75.1...v4.76.0 [4.75.1]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.75.0...v4.75.1 [4.75.0]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.74.0...v4.75.0 [4.74.0]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.73.1...v4.74.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index 4f1ba8e8d..3b29765fa 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name = "prometheus-meta-operator" source = "https://github.com/giantswarm/prometheus-meta-operator" - version = "4.75.2-dev" + version = "4.76.0" ) func Description() string {