diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dd00a35c..0f31f5e41 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.85.0] - 2025-01-06 + ### Changed - Revert `proxy_from_environment: true`, as this is only compatible with observability-bundle >= v1.8.0. @@ -2706,7 +2708,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.84.0...HEAD +[Unreleased]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.85.0...HEAD +[4.85.0]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.84.0...v4.85.0 [4.84.0]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.83.0...v4.84.0 [4.83.0]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.82.0...v4.83.0 [4.82.0]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.81.0...v4.82.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index 53a4b210b..3bd8b6467 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.84.1-dev" + version = "4.85.0" ) func Description() string {