From d814faf5a71ab0bfacb7b6e32bce10c1b7d5d561 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Wed, 19 Jun 2024 15:19:57 +0300 Subject: [PATCH] Release v4.77.1 (#1663) --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a0baa05d..63b1ea271 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.77.1] - 2024-06-19 + ### Fixed - Reverse ingress removal condition to remove the ingress when mimir is enabled. @@ -2613,7 +2615,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.77.0...HEAD +[Unreleased]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.77.1...HEAD +[4.77.1]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.77.0...v4.77.1 [4.77.0]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.76.0...v4.77.0 [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 diff --git a/pkg/project/project.go b/pkg/project/project.go index 25c10c92e..9729de358 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.77.1-dev" + version = "4.77.1" ) func Description() string {