Skip to content

Bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.47.0 to 0.55.0 - #22

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

Bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.47.0 to 0.55.0#22
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring-0.55.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 16, 2022

Copy link
Copy Markdown

Bumps github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.47.0 to 0.55.0.

Release notes

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

0.55.0 / 2022-03-10

  • [CHANGE] Enabled read-only root filesystem for containers generated from the Prometheus, Alertmanager and ThanosRuler objects. #4552
  • [CHANGE] Disabled privilege escalation for the containers generated from Prometheus, Alertmanager and ThanosRuler objects. #4552
  • [CHANGE] Dropped all capabilities for the containers generated from Prometheus, Alertmanager and ThanosRuler objects. #4552
  • [CHANGE] Added emptyDir volume to the Prometheus statefulset when spec.queryLogFile is only a base filename (e.g. query.log as opposed to /tmp/query.log). When the path contains a full path, a volume + volume mount should be explicitly given in the Prometheus spec since the root file system is now read-only. #4566
  • [CHANGE/BUGFIX] Added skip TLS verify for the config-reloader HTTP client when informing Prometheus/Alertmanager on a config reload (partial fix for #4273). #4592
  • [CHANGE] Switched using the endpointslice role for Prometheus by default if it is supported by the Kubernetes API. #4535
  • [FEATURE] Added standalone admission webhook. #4494
  • [FEATURE] Support the definition of Alertmanager configuration via AlertManagerConfig instead of Kubernetes secret (EXPERIMENTAL). #4220
  • [FEATURE] Support sharding for Probe objects. #4587
  • [ENHANCEMENT] Restore Prometheus StatefulSet liveness probe so that deadlocks are detected and recovered from. #4387, #4534
  • [ENHANCEMENT] Added -alertmanager-config-namespaces CLI flag to the operator. #4455, #4619
  • [ENHANCEMENT] remoteWrite and remoteRead fields of the Prometheus CRD not considered experimental anymore. #4555
  • [ENHANCEMENT] Added support for follow_redirects in endpoint scrape configuration. #4563
  • [ENHANCEMENT] Added support for Oauth2 in AlertmanagerConfig CRD. #4501
  • [ENHANCEMENT] Improved logging when the given Prometheus version doesn't support some CR fields. #4571
  • [ENHANCEMENT] Added __tmp_ingress_address label to preserve the initial host address of the ingress object. #4603
  • [ENHANCEMENT] Fixed potential name collisions in Alertmanager configuration when merging AlertmanagerConfig objects. #4626
  • [BUGFIX] Fixed panic when validating Probe. #4541
  • [BUGFIX] Added validation for sourceLabels in relabel configuration. #4568
  • [BUGFIX] Allow retention to be set only by size. #4590

0.54.1 / 2022-02-24

  • [BUGFIX] Updated relabelConfig validation to accept Prometheus default config on labeldrop relabelConfig. #4579
  • [BUGFIX] Fixed relabelConfigs for labelmap action. #4574

0.54.0 / 2022-01-26

  • [FEATURE] Support SNS Receiver in AlertmanagerConfig CR. #4468
  • [ENHANCEMENT] Specify SA token automounting on pod-level for operator and prometheus operand. #4514
  • [ENHANCEMENT] Support following redirects and Oauth2 in HTTP Client config in raw alertmanager config secret. #4499
  • [ENHANCEMENT] Add Replicas column for Thanos Ruler. #4496
  • [ENHANCEMENT] Set User-Agent for the kubernetes client. #4506
  • [BUGFIX] Avoid race during recreation of StatefulSet(s). #4504
  • [BUGFIX] Add validation for proberSpec url field in ProbeSpec. #4483
  • [BUGFIX] Add validation for relabel configs. #4429
  • [BUGFIX] Add validation for scrapeTimeout validation. #4491

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

... (truncated)

Changelog

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

0.55.0 / 2022-03-09

  • [CHANGE] Enabled read-only root filesystem for containers generated from the Prometheus, Alertmanager and ThanosRuler objects. #4552
  • [CHANGE] Disabled privilege escalation for the containers generated from Prometheus, Alertmanager and ThanosRuler objects. #4552
  • [CHANGE] Dropped all capabilities for the containers generated from Prometheus, Alertmanager and ThanosRuler objects. #4552
  • [CHANGE] Added emptyDir volume to the Prometheus statefulset when spec.queryLogFile is only a base filename (e.g. query.log as opposed to /tmp/query.log). When the path contains a full path, a volume + volume mount should be explicitly given in the Prometheus spec since the root file system is now read-only. #4566
  • [CHANGE/BUGFIX] Added skip TLS verify for the config-reloader HTTP client when informing Prometheus/Alertmanager on a config reload (partial fix for #4273). #4592
  • [CHANGE] Switched using the endpointslice role for Prometheus by default if it is supported by the Kubernetes API. #4535
  • [FEATURE] Added standalone admission webhook. #4494
  • [FEATURE] Support the definition of Alertmanager configuration via AlertManagerConfig instead of Kubernetes secret (EXPERIMENTAL). #4220
  • [FEATURE] Support sharding for Probe objects. #4587
  • [ENHANCEMENT] Restore Prometheus StatefulSet liveness probe so that deadlocks are detected and recovered from. #4387, #4534
  • [ENHANCEMENT] Added -alertmanager-config-namespaces CLI flag to the operator. #4455, #4619
  • [ENHANCEMENT] remoteWrite and remoteRead fields of the Prometheus CRD not considered experimental anymore. #4555
  • [ENHANCEMENT] Added support for follow_redirects in endpoint scrape configuration. #4563
  • [ENHANCEMENT] Added support for Oauth2 in AlertmanagerConfig CRD. #4501
  • [ENHANCEMENT] Improved logging when the given Prometheus version doesn't support some CR fields. #4571
  • [ENHANCEMENT] Added __tmp_ingress_address label to preserve the initial host address of the ingress object. #4603
  • [ENHANCEMENT] Fixed potential name collisions in Alertmanager configuration when merging AlertmanagerConfig objects. #4626
  • [BUGFIX] Fixed panic when validating Probe. #4541
  • [BUGFIX] Added validation for sourceLabels in relabel configuration. #4568
  • [BUGFIX] Allow retention to be set only by size. #4590

0.54.1 / 2022-02-24

  • [BUGFIX] Updated relabelConfig validation to accept Prometheus default config on labeldrop relabelConfig. #4579
  • [BUGFIX] Fixed relabelConfigs for labelmap action. #4574

0.54.0 / 2022-01-26

  • [FEATURE] Support SNS Receiver in AlertmanagerConfig CR. #4468
  • [ENHANCEMENT] Specify SA token automounting on pod-level for operator and prometheus operand. #4514
  • [ENHANCEMENT] Support following redirects and Oauth2 in HTTP Client config in raw alertmanager config secret. #4499
  • [ENHANCEMENT] Add Replicas column for Thanos Ruler. #4496
  • [ENHANCEMENT] Set User-Agent for the kubernetes client. #4506
  • [BUGFIX] Avoid race during recreation of StatefulSet(s). #4504
  • [BUGFIX] Add validation for proberSpec url field in ProbeSpec. #4483
  • [BUGFIX] Add validation for relabel configs. #4429
  • [BUGFIX] Add validation for scrapeTimeout validation. #4491

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

... (truncated)

Commits
  • fd0fe0a Merge pull request #4627 from PhilipGough/release-0.55-prep
  • 1e683aa docs: Update changelog
  • 980d2ae mod: Bump version to 0.55.0
  • b799281 make: generate
  • ff7de6d version: bump to 0.55.0
  • 6c0736a Merge pull request #4628 from simonpasquier/bump-deps
  • fd47e0f clarify distinction between prometheusrule webhooks (#4620)
  • 70261fa go.{mod,sum}: bump Go dependencies
  • 5541ab0 Merge pull request #4592 from RemcoBuddelmeijer/feature/tls-config-reloader
  • c5f5139 Merge pull request #4626 from simonpasquier/fix-name-collision-amconfig
  • 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)

…toring

Bumps [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator) from 0.47.0 to 0.55.0.
- [Release notes](https://github.com/prometheus-operator/prometheus-operator/releases)
- [Changelog](https://github.com/prometheus-operator/prometheus-operator/blob/main/CHANGELOG.md)
- [Commits](prometheus-operator/prometheus-operator@v0.47.0...v0.55.0)

---
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 go Pull requests that update Go code outdated-dependency labels Mar 16, 2022
@dependabot @github

dependabot Bot commented on behalf of github Mar 28, 2022

Copy link
Copy Markdown
Author

Superseded by #25.

@dependabot dependabot Bot closed this Mar 28, 2022
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring-0.55.0 branch March 28, 2022 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

go Pull requests that update Go code outdated-dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants