Skip to content

Commit

Permalink
Release v4.48.0 (#1371)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot authored Sep 19, 2023
1 parent c968583 commit 21c196a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.48.0] - 2023-09-19

### Changed

- Support flux-managed clusters.
Expand Down Expand Up @@ -2259,7 +2261,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.47.0...HEAD
[Unreleased]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.48.0...HEAD
[4.48.0]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.47.0...v4.48.0
[4.47.0]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.46.0...v4.47.0
[4.46.0]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.45.1...v4.46.0
[4.45.1]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.45.0...v4.45.1
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var (
gitSHA = "n/a"
name = "prometheus-meta-operator"
source = "https://github.com/giantswarm/prometheus-meta-operator"
version = "4.47.1-dev"
version = "4.48.0"
)

func Description() string {
Expand Down

0 comments on commit 21c196a

Please sign in to comment.