From e48bc4b09f7695b6292a62c56ef0a21f2d02f3aa Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Mon, 13 May 2024 09:45:21 +0200 Subject: [PATCH] Release v4.75.0 (#1619) --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8b9beddb..8d7a4b697 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.75.0] - 2024-05-13 + ### Added - Add `cluster_control_plane_unhealthy` inhibition. @@ -2575,7 +2577,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.74.0...HEAD +[Unreleased]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.75.0...HEAD +[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 [4.73.1]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.73.0...v4.73.1 [4.73.0]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.72.0...v4.73.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index ad88c4590..78426122c 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.74.1-dev" + version = "4.75.0" ) func Description() string {