Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.60.1 #78

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 20, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring require minor v0.57.0 -> v0.60.1

Release Notes

prometheus-operator/prometheus-operator

v0.60.1

Compare Source

  • [BUGFIX] Fixed configuration when spec.tsdb.outOfOrderTimeWindow is set in the Prometheus CRD. #​5078

v0.60.0

Compare Source

  • [CHANGE] Added filterRunning field to the PodMonitor CRD. By default, non-running pods are dropped by the Prometheus service discovery. To preserve the old behavior and keep pods which aren't running, set filterRunning: false. #​5049
  • [FEATURE] Added grpcListenLocal and httpListenLocal fields to the Thanos sidecar configuration of the Prometheus CRD. #​5045
  • [FEATURE] Added hostNetwork field to the Prometheus CRD. #​5010
  • [FEATURE] Added spec.tsdb.outOfOrderTimeWindow field to the Prometheus CRD to allow out-of-order samples in TSDB. #​5071
  • [ENHANCEMENT] Added columns showing the Prometheus conditions to the output of kubectl get prometheus. #​5055
  • [ENHANCEMENT] Added observedGeneration field to the Prometheus status conditions. #​5005

v0.59.2

Compare Source

  • [CHANGE/BUGFIX] Removed FOWNER capability from the Thanos sidecar. #​5030

v0.59.1

Compare Source

  • [BUGFIX] Fixed secret and configmap volume names that need to be mounted in additional containers. #​5000
  • [BUGFIX] Removed CAP_FOWNER capability for the Thanos sidecar when not required. #​5004
  • [BUGFIX] Removed the CAP_ prefix of the FOWNER capability on Thanos sidecar. #​5014

v0.59.0

Compare Source

  • [FEATURE] Added validations for timeout and time settings of alertmanager at CRD level. #​4898
  • [FEATURE] Added support for global resolveTimeout and httpConfig in Alertmanager CRD. #​4622
  • [FEATURE] Added support for additionalArgs field to the Prometheus CRD for Prometheus, Alertmanager and Thanos sidecar. #​4863
  • [ENHANCEMENT] Added tracingConfigFile option to ThanosRuler CRD. #​4962
  • [BUGFIX] Fixed compress alertmanager secret to circumvent maximum size limit of 1048576 bytes. #​4906
  • [BUGFIX] Fixed namespace enforcement exclusion on newly created Prometheus objects. #​4915
  • [BUGFIX] Fixed CAP_FOWNER capability to Thanos sidecar container. #​4931
  • [BUGFIX] Fixed spec.query.maxSamples and spec.query.maxConcurrency fields of Prometheus CRD. #​4951
  • [BUGFIX] Fixed Thanos sidecar connectivity issue when Prometheus TLS is enabled. #​4954
  • [BUGFIX] Fixed Prometheus and Alertmanager Pods not created when Secret name exceeds 63 characters. #​4988

v0.58.0

Compare Source

  • [FEATURE] Add validations for timeout and time settings of alertmanager at CRD level. #​4827, #​4881
  • [FEATURE] Extend the PrometheusSpec to allow to configure the max_exemplars. #​4834
  • [FEATURE] Add support for web TLS configuration for Alertmanager CRD. #​4868
  • [ENHANCEMENT] Add support for uppercase, lowercase, and CamelCase relabel actions. #​4840, #​4873
  • [ENHANCEMENT] Added support for enable_http2 in endpoint scrape configuration. #​4836
  • [BUGFIX] Fixed missing conversion of the followRedirects field in HTTP configuration for AlertmanagerConfig v1beta1. #​4854
  • [BUGFIX] fix AlertmanagerConfig.Spec.Route nil panic. #​4853
  • [BUGFIX] Optimise warning log message during sanitization of OpsGenie configuration. #​4833

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependency label Jul 20, 2022
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-operator-prometheus-operator-pkg-apis-monitoring-0.x branch from dd60798 to a68a10c Compare September 2, 2022 15:25
@renovate renovate bot changed the title Update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.58.0 Update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.59.0 Sep 2, 2022
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-operator-prometheus-operator-pkg-apis-monitoring-0.x branch from a68a10c to c5d5202 Compare September 12, 2022 17:49
@renovate renovate bot changed the title Update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.59.0 Update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.59.1 Sep 12, 2022
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-operator-prometheus-operator-pkg-apis-monitoring-0.x branch from c5d5202 to 3c1eb69 Compare September 20, 2022 17:05
@renovate renovate bot changed the title Update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.59.1 Update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.59.2 Sep 20, 2022
@renovate renovate bot changed the title Update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.59.2 Update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.60.0 Oct 7, 2022
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-operator-prometheus-operator-pkg-apis-monitoring-0.x branch 2 times, most recently from 6cdc2e8 to e89dc96 Compare October 11, 2022 09:37
@renovate renovate bot changed the title Update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.60.0 Update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.60.1 Oct 11, 2022
…apis/monitoring to v0.60.1

Signed-off-by: Renovate Bot <bot@renovateapp.com>
@simu simu force-pushed the renovate/git.luolix.top-prometheus-operator-prometheus-operator-pkg-apis-monitoring-0.x branch from e89dc96 to a1ee424 Compare October 31, 2022 09:46
@simu simu merged commit 208c38f into master Oct 31, 2022
@simu simu deleted the renovate/git.luolix.top-prometheus-operator-prometheus-operator-pkg-apis-monitoring-0.x branch October 31, 2022 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant