From 9d5a6b772de5df1147c4b477e13f74ae303cd699 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Mon, 16 Sep 2024 12:37:53 +0100 Subject: [PATCH] Release v4.78.2 (#1723) --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69105c297..267bd7759 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.78.2] - 2024-09-16 + ### Removed - Remove unused `#alert` and `#alert-test-installation` slack integration. @@ -2651,7 +2653,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.78.1...HEAD +[Unreleased]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.78.2...HEAD +[4.78.2]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.78.1...v4.78.2 [4.78.1]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.78.0...v4.78.1 [4.78.0]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.77.3...v4.78.0 [4.77.3]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.77.2...v4.77.3 diff --git a/pkg/project/project.go b/pkg/project/project.go index a4b04253e..44255dccf 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.78.2-dev" + version = "4.78.2" ) func Description() string {