From ac28b42d7780c1426a2bea6d42d3ca3e9186b371 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Thu, 2 May 2024 09:12:20 +0200 Subject: [PATCH] Release v4.73.1 (#1604) --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edfea0236..987129690 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.73.1] - 2024-05-01 + ### Fixed - Ensure proxy url is set when needed within slack_configs @@ -2554,7 +2556,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.73.0...HEAD +[Unreleased]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.73.1...HEAD +[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 [4.72.0]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.71.0...v4.72.0 [4.71.0]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.70.3...v4.71.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index 13b661c16..e76739e49 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.73.1-dev" + version = "4.73.1" ) func Description() string {