Skip to content

Commit

Permalink
Merge pull request prometheus-operator#239 from rhobs/automated-updat…
Browse files Browse the repository at this point in the history
…es-master

[bot] Bump openshift/prometheus-operator to v0.67.0
  • Loading branch information
openshift-merge-robot committed Jul 31, 2023
2 parents 7421594 + 7d12d74 commit 12fcd8b
Show file tree
Hide file tree
Showing 772 changed files with 96,184 additions and 8,018 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
**/zz_generated.*.go linguist-generated=true
bundle.yaml linguist-generated=true
example/prometheus-operator-crd-full/* linguist-generated=true
example/prometheus-operator-crd/* linguist-generated=true
example/jsonnet/prometheus-operator/* linguist-generated=true
Documentation/api.md linguist-generated=true
4 changes: 2 additions & 2 deletions .github/env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
golang-version=1.20
kind-version=v0.18.0
kind-image=kindest/node:v1.26.3
kind-version=v0.20.0
kind-image=kindest/node:v1.27.3
6 changes: 6 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ run:
linters:
enable:
- revive
- gci

issues:
exclude-rules:
Expand All @@ -18,3 +19,8 @@ issues:
linters-settings:
errcheck:
exclude: scripts/errcheck_excludes.txt
gci:
sections:
- standard
- default
- prefix(github.com/prometheus-operator/prometheus-operator)
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,27 @@
## 0.67.0 / 2023-07-27

* [FEATURE] Add `spec.scheme` field to the ScrapeConfig CRD. #5679
* [FEATURE] Add `spec.params` field to the ScrapeConfig CRD. #5750
* [FEATURE] Add `spec.scrapeInterval` and `spec.scrapeTimeout` fields to the ScrapeConfig CRD. #5742
* [FEATURE] Add support for TLS configuration to the ScrapeConfig CRD. #5710
* [FEATURE] Add support for scrape limits to the ScrapeConfig CRD. #5658
* [FEATURE] Add support for Kubernetes node service discovery to the ScrapeConfig CRD. #5675
* [FEATURE] Add support for Consul service discovery to the ScrapeConfig CRD. #5709
* [FEATURE] Add support for ScrapeConfig objects to `spec.excludedFromEnforcement` (Prometheus CRD). #5577
* [FEATURE] Add support for global scrape limits to the Prometheus CRD. #5646
* [FEATURE] Add `spec.alertmanagerConfiguration.smtp` field to the Alertmanager CRD. #5649
* [FEATURE] Add support for Discord integration to the AlertmanagerConfig CRD. #5671
* [ENHANCEMENT] (jsonnet) expose resource settings for the reloader. #5768
* [BUGFIX] Avoid deadlock of the config reloader when the initial configuration is invalid. #5743
* [BUGFIX] Reload the Alertmanager configuration when templates are modified. #5727

## 0.66.0 / 2023-06-14

After research, we noticed how the default CPU requests of the config-reloader container were too high compared to the effective usage. We decided to decrease the default CPU requests from `100m` to `10m`. For most environments, this won't make a difference but if you need to increase the values, you can use the `-config-reloader-cpu-request` and `-config-reloader-cpu-limit` CLI arguments of the Prometheus operator.

* [CHANGE] Decrease the default CPU requests for the config-reloader container from `100m` to `10m`. #5539
* [FEATURE] Add `spec.alertmanagerConfiguration.global.PagerdutyURL` to the `Alertmanager` CRD. #5469
* [FEATURE] Add `spec.valumeMounts` to the `ThanosRuler` CRD. #5541
* [FEATURE] Add `spec.volumeMounts` to the `ThanosRuler` CRD. #5541
* [FEATURE] Add `spec.remoteWrite.sendNativeHistograms` to `Prometheus` and `PrometheusAgent` CRDs. #5564
* [FEATURE] Add `spec.tracingConfig` to `Prometheus` and `PrometheusAgent` CRDs. #5591 #5640
* [FEATURE] Add `followRedirects` field to the `RemoteRead` configuration. #5612
Expand All @@ -18,7 +35,7 @@ After research, we noticed how the default CPU requests of the config-reloader c
* [BUGFIX] Fix config-reloader not handling SIGTERM signal. #5617
* [BUGFIX] Fix Thanos volume name when using VolumeClaimTemplate in `Prometheus` CRD. #5596
* [BUGFIX] Fix WAL Compression configuration for `PrometheusAgent` CRD. #5625
* [BUGFIX] FiX DNS name resolution for individual ThanosRuler pods. #5632
* [BUGFIX] Fix DNS name resolution for individual ThanosRuler pods. #5632

## 0.65.2 / 2023-05-31

Expand Down

0 comments on commit 12fcd8b

Please sign in to comment.