diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c16eae48..577c95b71 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.3] - 2024-06-19 + ### Fixed - Pass over mimir enabled to managementcluster `remotewriteingressauth` and `remotewriteingress` resources. @@ -2625,7 +2627,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.2...HEAD +[Unreleased]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.77.3...HEAD +[4.77.3]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.77.2...v4.77.3 [4.77.2]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.77.1...v4.77.2 [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 diff --git a/pkg/project/project.go b/pkg/project/project.go index 467d1b2f1..ce860dcab 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.3-dev" + version = "4.77.3" ) func Description() string {