Skip to content

build(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.48.1 to 0.53.1#57

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring-0.53.1
Closed

build(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.48.1 to 0.53.1#57
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring-0.53.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Dec 21, 2021

Bumps github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.48.1 to 0.53.1.

Release notes

Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's releases.

0.53.1 / 2021-12-20

  • [BUGFIX] Fixed the validation pattern for the february month in the AlertManagerConfig CRD. #4458

0.53.0 / 2021-12-16

  • [CHANGE] Added startup probe to Prometheus. #4433 #4369
  • [FEATURE] Added support for mute time intervals in the AlertManagerConfig CRD. #4388
  • [FEATURE] Added support for new matching syntax in the routes configuration of the AlertmanagerConfig CRD. #4332
  • [FEATURE] Added support for new matching syntax in the inhibit rules configuration of the AlertmanagerConfig CRD. #4329
  • [FEATURE] Added headers in the Remote Read configuration of the Prometheus CRD. #4323
  • [FEATURE] Added retryOnRateLimit in the Remote Write configuration of the Prometheus CRD. #4420
  • [FEATURE] Added support for PagerDuty links and images in the AlertManagerConfig CR. #4425
  • [ENHANCEMENT] Optimized the generated Prometheus configuration to make it compatible with the new Prometheus agent mode. #4417
  • [BUGFIX] Improved validation for the Alertmanager CRD to match with upstream Alertmanager. #4434
  • [BUGFIX] Fixed propagation of annotations from spec.podMetadata to the StatefulSet's pods. #4422
  • [BUGFIX] Ensured that group_by values are unique in the generated Alertmanager configuration. #4413
  • [BUGFIX] Fixed generated secrets being larger than the maximum size limit of 1048576 bytes. #4427 #4449

0.52.1 / 2021-11-15

  • [BUGFIX] Fixed regex in relabel_configs

0.52.0 / 2021-11-04

  • [CHANGE] Extend sharding capabilities to additionalScrapeConfigs. #4324
  • [CHANGE] Remove app label from Prometheus, Alertmanager and Thanos Ruler statefulsets/pods. #4350
  • [FEATURE] Add alertRelabelConfigs field to the Thanos Ruler CRD for configuring Prometheus alert relabeling features. #4303
  • [FEATURE] Add support for updated matching syntax in Alertmanager's raw config for inhibit_rules and route. #4307, #4309
  • [FEATURE] Add validating webhook for AlertManagerConfig. #4338
  • [FEATURE] Adds support for Sigv4 when configuring RemoteWrite. #3994
  • [ENHANCEMENT] Add "generic ephemeral storage" as a data storage option for Alertmanager, Prometheus and Thanos Ruler. #4326
  • [ENHANCEMENT] Improve docs and error message for "smarthost" field. #4299
  • [ENHANCEMENT] Add alerts for config reloader sidecars. #4294
  • [ENHANCEMENT] Add validations for duration and size fields for Prometheus, Alertmanager, and Thanos Ruler resources #4308, #4352
  • [ENHANCEMENT] Add s390x support to docker images. #4351
  • [ENHANCEMENT] Only load alertmanager configuration when writing configration. #4333
  • [BUGFIX] Fix matchLabels selector to have empty label values in ServiceMonitor, PodMonitor, and Probe. #4327
  • [BUGFIX] Prevent rule file name collision. #4347
  • [BUGFIX] Update native kubernetes fields used in prometheus-operator CRDs. #4221

0.51.2 / 2021-10-04

  • [BUGFIX] Validated the value of the EnforcedBodySizeLimit field to avoid Prometheus crash. #4285

0.51.1 / 2021-09-28

The CI automation failed to publish the v0.51.0 images which is why the Releases page doesn't have an entry for v0.51.0. After fixing the publishing job, we had to create a new patch release (v0.51.1) which is the same as v0.51.0 in terms of functionality changes.

  • [FEATURE] Added metricRelabelings field to the Probe CRD for configuring the metric relabel configs. #4226
  • [FEATURE] Added volumeMounts field to the Prometheus CRD for configuring the volume mounts of the thanos-sidecar container. #4238
  • [FEATURE] Added enforcedBodySizeLimit field to the Prometheus CRD. #4275
  • [FEATURE] Added authorization field to all HTTP configurations in the AlertmanagerConfig CRD. #4110
  • [FEATURE] Added minReadySeconds field to AlertManager, Prometheus and ThanosRuler CRDs. #4246
  • [FEATURE] Added support for Slack webhook URL via file path in the Alertmanager configuration secret. #4234

... (truncated)

Changelog

Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's changelog.

0.53.1 / 2021-12-20

  • [BUGFIX] Fixed the validation pattern for the february month in the AlertManagerConfig CRD. #4458

0.53.0 / 2021-12-16

  • [CHANGE] Added startup probe to Prometheus. #4433 #4369
  • [FEATURE] Added support for mute time intervals in the AlertManagerConfig CRD. #4388
  • [FEATURE] Added support for new matching syntax in the routes configuration of the AlertmanagerConfig CRD. #4332
  • [FEATURE] Added support for new matching syntax in the inhibit rules configuration of the AlertmanagerConfig CRD. #4329
  • [FEATURE] Added headers in the Remote Read configuration of the Prometheus CRD. #4323
  • [FEATURE] Added retryOnRateLimit in the Remote Write configuration of the Prometheus CRD. #4420
  • [FEATURE] Added support for PagerDuty links and images in the AlertManagerConfig CR. #4425
  • [ENHANCEMENT] Optimized the generated Prometheus configuration to make it compatible with the new Prometheus agent mode. #4417
  • [BUGFIX] Improved validation for the Alertmanager CRD to match with upstream Alertmanager. #4434
  • [BUGFIX] Fixed propagation of annotations from spec.podMetadata to the StatefulSet's pods. #4422
  • [BUGFIX] Ensured that group_by values are unique in the generated Alertmanager configuration. #4413
  • [BUGFIX] Fixed generated secrets being larger than the maximum size limit of 1048576 bytes. #4427 #4449

0.52.1 / 2021-11-16

  • [BUGFIX] Fixed regex in relabel_configs. #4395

0.52.0 / 2021-11-03

  • [CHANGE] Extend sharding capabilities to additionalScrapeConfigs. #4324
  • [CHANGE] Remove app label from Prometheus, Alertmanager and Thanos Ruler statefulsets/pods. #4350
  • [FEATURE] Add alertRelabelConfigs field to the Thanos Ruler CRD for configuring Prometheus alert relabeling features. #4303
  • [FEATURE] Add support for updated matching syntax in Alertmanager's raw config for inhibit_rules and route. #4307, #4309
  • [FEATURE] Add validating webhook for AlertManagerConfig. #4338
  • [FEATURE] Adds support for Sigv4 when configuring RemoteWrite. #3994
  • [ENHANCEMENT] Add "generic ephemeral storage" as a data storage option for Alertmanager, Prometheus and Thanos Ruler. #4326
  • [ENHANCEMENT] Improve docs and error message for "smarthost" field. #4299
  • [ENHANCEMENT] Add alerts for config reloader sidecars. #4294
  • [ENHANCEMENT] Add validations for duration and size fields for Prometheus, Alertmanager, and Thanos Ruler resources #4308, #4352
  • [ENHANCEMENT] Add s390x support to docker images. #4351
  • [ENHANCEMENT] Only load alertmanager configuration when writing configuration. #4333
  • [BUGFIX] Fix matchLabels selector to have empty label values in ServiceMonitor, PodMonitor, and Probe. #4327
  • [BUGFIX] Prevent rule file name collision. #4347
  • [BUGFIX] Update native kubernetes fields used in prometheus-operator CRDs. #4221

0.51.2 / 2021-10-04

  • [BUGFIX] Validated the value of the EnforcedBodySizeLimit field to avoid Prometheus crash. #4285

0.51.1 / 2021-09-27

No change since v0.51.0.

The CI automation failed to build the v0.51.0 images so we had to create a new patch release.

... (truncated)

Commits
  • d8ba1c7 Merge pull request #4460 from simonpasquier/cut-v0.53.1
  • ec153e0 *: cut v0.53.1
  • afc3590 Merge pull request #4458 from mrueg/typo-february
  • c1dbf08 Fix typo in alertmanagerconfig CRD
  • 1b4cc82 Merge pull request #4454 from simonpasquier/cut-v0.53.0
  • 00d90f5 *: cut v0.53.0
  • 2200303 Merge pull request #4452 from simonpasquier/bump-prom-thanos
  • 068e6e7 Merge pull request #4453 from simonpasquier/fix-kube-api-links
  • 2550103 cmd/po-docgen: fix links to the Kube API documentation
  • 290f361 *: bump Prometheus version to v2.32.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…pkg/apis/monitoring

Bumps [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator) from 0.48.1 to 0.53.1.
- [Release notes](https://github.com/prometheus-operator/prometheus-operator/releases)
- [Changelog](https://github.com/prometheus-operator/prometheus-operator/blob/v0.53.1/CHANGELOG.md)
- [Commits](prometheus-operator/prometheus-operator@v0.48.1...v0.53.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 21, 2021
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Dec 21, 2021

Dependabot tried to add @Wouter0100 and @Marlinc as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/bbbmj/etcd-operator/pulls/57/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the bbbmj/etcd-operator repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Jan 28, 2022

Superseded by #73.

@dependabot dependabot bot closed this Jan 28, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring-0.53.1 branch January 28, 2022 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants