Skip to content

Commit

Permalink
Release v4.47.0 (#1367)
Browse files Browse the repository at this point in the history
* Bump alertmanager and prometheus versions

* Release v4.47.0

---------

Co-authored-by: QuentinBisson <[email protected]>
  • Loading branch information
taylorbot and QuentinBisson authored Sep 14, 2023
1 parent a7e3e10 commit 0e38557
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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.47.0] - 2023-09-14

### Changed

- Enable Opsgenie alerts for Shield.
Expand Down Expand Up @@ -2253,7 +2255,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.46.0...HEAD
[Unreleased]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.47.0...HEAD
[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
[4.45.0]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.44.0...v4.45.0
Expand Down
2 changes: 1 addition & 1 deletion helm/prometheus-meta-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ alertmanager:
apiURL: ""
storage:
size: 1Gi
version: "v0.25.0"
version: "v0.26.0"

certificate:
monitoring:
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func mainE(ctx context.Context) error {
daemonCommand.PersistentFlags().String(f.Service.Prometheus.Retention.Duration, "2w", "Retention duration for prometheus.")
daemonCommand.PersistentFlags().String(f.Service.Prometheus.ScrapeInterval, "60s", "Default scrape interval for prometheus jobs.")
daemonCommand.PersistentFlags().String(f.Service.Prometheus.ImageRepository, "giantswarm/prometheus", "Prometheus container image repository.")
daemonCommand.PersistentFlags().String(f.Service.Prometheus.Version, "v2.43.0", "Prometheus container image version.")
daemonCommand.PersistentFlags().String(f.Service.Prometheus.Version, "v2.47.0", "Prometheus container image version.")

daemonCommand.PersistentFlags().String(f.Service.Provider.Kind, "", "Provider of the installation. One of aws, azure, kvm.")
daemonCommand.PersistentFlags().String(f.Service.Provider.Flavor, "", "Provider flavor. One of capi or vintage.")
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.46.1-dev"
version = "4.47.0"
)

func Description() string {
Expand Down

0 comments on commit 0e38557

Please sign in to comment.