quay-operator
quay-operator copied to clipboard
build(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.53.1 to 0.77.0
Bumps github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.53.1 to 0.77.0.
Release notes
Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's releases.
0.77.0 / 2024-09-19
[!NOTE] Along with this release we also introduce a new command line tool poctl. It is designed specifically for managing Prometheus Operator Custom Resources. This project is currently under active development and fully experimental, so expect breaking changes and rough edges. We encourage you to try it out and provide the feedback.
[!WARNING] Another notable change is that we have switched the logging framework from go-kit/log to slog which may lead to some differences in the log output.
- [CHANGE] Add more API validation and changes to the
ScrapeConfigCRD. #6921 #6855 #6744- [CHANGE] Update the validating webhook to reject
PrometheusRuleobjects that would generate configuration greater than the max ConfigMap size (512KiB). #6606- [FEATURE] Add experimental Prometheus 3 support. It allows to try the new Prometheus
v3.0.0-beta.0. #6940
- Feature requests in this version won't be supported until Prometheus 3 reaches a stable release. However, users are encouraged to try the beta version with the Operator and report any issues they encounter.
- [FEATURE] Add support for
PodMonitorto thePrometheusAgentCRD in DaemonSet mode. #6879- [FEATURE] Add
-kubelet-endpointsliceargument to supportEndpointSlicefor the kubelet controller. #6882- [FEATURE] Add
outOfOrderTimeWindowfield to thePrometheusAgentCRD. #6851- [FEATURE] Add
matchFirstNetworkfield to theScrapeConfigCRD for the Docker Service Discovery. #6849 #6894- [FEATURE] Add the
otlpfield to thePrometheusandPrometheusAgentCRDs. #6780- [FEATURE] Add support for certificate, key and client CA file paths to the web TLS configuration. #6358
- [FEATURE] Add
noProxy,proxyFromEnvironmentandproxyConnectHeaderfields to the AlertmanagerConfig CRD for OAuth2 clients. #6922- [FEATURE] Add
noProxy,proxyFromEnvironmentandproxyConnectHeaderfields to the AlertmanagerConfig CRD for HTTP clients. #6864- [FEATURE] Add Ionos Service Discovery support to
ScrapeConfigCRD. (#6732)- [BUGFIX] Fix panic when processing an invalid
AlertmanagerConfigobject used for global configuration. #6931- [BUGFIX] Allow configuring proxy URL for all Prometheus versions. #6845
v0.76.2
- [BUGFIX] Fix OAuth2 TLSConfig nil pointer. #6909
v0.76.1
- [BUGFIX] fix bug with Kubernetes service discovery Selector.Role field. #6896
v0.76.0
0.76.0 / 2025-08-08
- [CHANGE] Enhanced secret management in Prometheus and PrometheusAgent CRDs by switching the secrets field from atomic to listType: set, allowing independent handling of entries by different managers to prevent conflicts and improve deployment stability. #6762
- [CHANGE] Add API-level validations to Kubernetes SD in the ScrapeConfig CRD. #6678
- [FEATURE] Add TLS and Proxy settings to OAuth2 configuration for Prometheus and PrometheusAgent CRDs. #6735
- [FEATURE] Add support for OAuth2 in the ScrapeConfig CRD. #6814
- [FEATURE] Add scale subresource to the Alertmanger CRD. #6728
- [FEATURE] Add Scaleway service discovery to the ScrapeConfig CRD. #6711
- [FEATURE] Add
serviceDiscoveryRolefield to the Prometheus and PrometheusAgent CRDs to select between Endpoints (default) and EndpointSlice for discovering scrape and alerting targets. #6672- [ENHANCEMENT] Make the
namespacefield optional in the Alertmanager endpoints configuration of the Prometheus CRD, if not defined it will use thedefaultnamespace. #6338- [ENHANCEMENT] Add support to configure the TLS version for Prometheus, PrometheusAgent and Alertmanager CRDs. #6736
- [ENHANCEMENT] Add
-secret-label-selectorargument to the operator to filter the Secrets being watched. #6731- [ENHANCEMENT] Add
attachMetadatafield to ScrapeClasses. #6756- [BUGFIX] Add support for all proxy settings in the Alertmanager configuration. #6818
0.75.2 / 2024-07-23
- [BUGFIX] Avoid invalid alerting config with TLS. #6765
0.75.1 / 2024-07-02
... (truncated)
Changelog
Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's changelog.
0.77.0 / 2024-09-19
[!NOTE] Along with this release we also introduce a new command line tool poctl. It is designed specifically for managing Prometheus Operator Custom Resources. This project is currently under active development and fully experimental, so expect breaking changes and rough edges. We encourage you to try it out and provide the feedback.
[!WARNING] Another notable change is that we have switched the logging framework from go-kit/log to slog which may lead to some differences in the log output.
- [CHANGE] Add more API validation and changes to the
ScrapeConfigCRD. #6921 #6855 #6744- [CHANGE] Update the validating webhook to reject
PrometheusRuleobjects that would generate configuration greater than the max ConfigMap size (512KiB). #6606- [FEATURE] Add experimental Prometheus 3 support. It allows to try the new Prometheus
v3.0.0-beta.0. #6940
- Feature requests in this version won't be supported until Prometheus 3 reaches a stable release. However, users are encouraged to try the beta version with the Operator and report any issues they encounter.
- [FEATURE] Add support for
PodMonitorto thePrometheusAgentCRD in DaemonSet mode. #6879- [FEATURE] Add
-kubelet-endpointsliceargument to supportEndpointSlicefor the kubelet controller. #6882- [FEATURE] Add
outOfOrderTimeWindowfield to thePrometheusAgentCRD. #6851- [FEATURE] Add
matchFirstNetworkfield to theScrapeConfigCRD for the Docker Service Discovery. #6849 #6894- [FEATURE] Add the
otlpfield to thePrometheusandPrometheusAgentCRDs. #6780- [FEATURE] Add support for certificate, key and client CA file paths to the web TLS configuration. #6358
- [FEATURE] Add
noProxy,proxyFromEnvironmentandproxyConnectHeaderfields to the AlertmanagerConfig CRD for OAuth2 clients. #6922- [FEATURE] Add
noProxy,proxyFromEnvironmentandproxyConnectHeaderfields to the AlertmanagerConfig CRD for HTTP clients. #6864- [FEATURE] Add Ionos Service Discovery support to
ScrapeConfigCRD. (#6732)- [BUGFIX] Fix panic when processing an invalid
AlertmanagerConfigobject used for global configuration. #6931- [BUGFIX] Allow configuring proxy URL for all Prometheus versions. #6845
0.76.2 / 2024-09-09
- [BUGFIX] Fix OAuth2 TLSConfig nil pointer. #6909
0.76.1 / 2024-09-03
- [BUGFIX] fix bug with Kubernetes service discovery
Selector.Rolefield. #68960.76.0 / 2024-08-08
- [CHANGE] Enhanced secret management in Prometheus and PrometheusAgent CRDs by switching the secrets field from atomic to listType: set, allowing independent handling of entries by different managers to prevent conflicts and improve deployment stability. #6762
- [CHANGE] Add API-level validations to Kubernetes SD in the ScrapeConfig CRD. #6678
- [FEATURE] Add TLS and Proxy settings to OAuth2 configuration for Prometheus and PrometheusAgent CRDs. #6735
- [FEATURE] Add support for OAuth2 in the ScrapeConfig CRD. #6814
- [FEATURE] Add scale subresource to the Alertmanger CRD. #6728
- [FEATURE] Add Scaleway service discovery to the ScrapeConfig CRD. #6711
- [FEATURE] Add
serviceDiscoveryRolefield to the Prometheus and PrometheusAgent CRDs to select between Endpoints (default) and EndpointSlice for discovering scrape and alerting targets. #6672- [ENHANCEMENT] Make the
namespacefield optional in the Alertmanager endpoints configuration of the Prometheus CRD, if not defined it will use thedefaultnamespace. #6338- [ENHANCEMENT] Add support to configure the TLS version for Prometheus, PrometheusAgent and Alertmanager CRDs. #6736
- [ENHANCEMENT] Add
-secret-label-selectorargument to the operator to filter the Secrets being watched. #6731- [ENHANCEMENT] Add
attachMetadatafield to ScrapeClasses. #6756- [BUGFIX] Add support for all proxy settings in the Alertmanager configuration. #6818
0.75.2 / 2024-07-23
... (truncated)
Commits
3234e89Merge pull request #6950 from slashpai/cut-0.770a82836chore: cut 0.77.0c846674feat: add experimental Prometheus 3 support (#6940)156eb12Support PodMonitor for Prometheus Agent in DaemonSet mode (#6879)7c510d3Merge pull request #6947 from slashpai/cut-0.777fc97eafix: validate child routes (#6931)1a03bcachore: update dependencies before v0.776105be5Merge pull request #6941 from prometheus-operator/dependabot/go_modules/githu...3ac2b20build(deps): bump github.com/prometheus/client_golang8518981feat: support EndpointSlice for the kubelet controller (#6882)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot[bot]: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| ci/prow/ocp-latest-e2e | 93de071422e4098cd5e2cb00c60e2665bbe65849 | link | true | /test ocp-latest-e2e |
Full PR test history. Your PR dashboard.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.
Superseded by #964.