Skip to content

Commit

Permalink
Release v4.83.0 (#1780)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot authored Dec 17, 2024
1 parent b3cd467 commit 03bc7da
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.83.0] - 2024-12-17

### Changed

- Replace the silence link on Slack with silence repository link
Expand Down Expand Up @@ -2689,7 +2691,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.82.0...HEAD
[Unreleased]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.83.0...HEAD
[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
[4.81.0]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.80.0...v4.81.0
[4.80.0]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.79.0...v4.80.0
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.82.1-dev"
version = "4.83.0"
)

func Description() string {
Expand Down

0 comments on commit 03bc7da

Please sign in to comment.