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

[ACM Obs bot] Bump stolostron/prometheus-operator to v0.75.2 #68

Open
wants to merge 2,371 commits into
base: release-2.12
Choose a base branch
from

Conversation

acm-observability-bot[bot]
Copy link

Description

This is an automated version bump from CI.
The logs for this run can be found in the syncbot repo actions.
If you wish to perform this manually, execute the following commands from stolostron/prometheus-operator repo:

git fetch https://github.com/prometheus-operator/prometheus-operator --tags
if ! git merge refs/tags/v0.75.2 --no-edit; then
  git checkout --theirs CHANGELOG.md Documentation VERSION bundle.yaml example go.mod go.sum pkg cmd
  git checkout --ours 
  git add CHANGELOG.md Documentation VERSION bundle.yaml example go.mod go.sum pkg cmd 
  git merge --continue
fi
go mod tidy
go mod vendor

if [ -f scripts/rh-manifest.sh ]; then
  bash scripts/rh-manifest.sh
  git add rh-manifest.txt
  git diff --cached --exit-code || git commit -s -m "[bot] update rh-manifest.txt"
fi

hamishforbes and others added 30 commits July 19, 2024 13:23
Co-authored-by: Nicolas Takashi <[email protected]>
…class-attach-metadata

Scrape class attach metadata
add listType:=set to Prometheus secrets field
…-attachmetadata-doc

chore: update attachMetada documentation
fix: avoid invalid alerting config with TLS
Signed-off-by: Jayapriya Pai <[email protected]>
…8s-0.30.3

chore: bump k8s dependencies to v0.30.3
bugfix: disable logs for unknow and none levels
…-operator#6731)

* cmd: Add secret label selector to filter secrets to watch

This commit adds a flag for secret label selector so user can use label to filter secrets that prometheus-operator watches. This reduces calls to kube-apiserver.

Fixes Exclude irrelevant certs/tls secrets watch in monitoring namespace prometheus-operator#6610
…a EndpointSlice vs Endpoints (prometheus-operator#6672)

* Add service discovery role in Prometheus and Prometheus Agent CRDs



---------

Co-authored-by: haanhvu <[email protected]>
Co-authored-by: Simon Pasquier <[email protected]>
This change introduces functional options for all 4 controllers
(previously only Prometheus used them).

It also reduces code duplication regarding API version checks.

Signed-off-by: Simon Pasquier <[email protected]>
* add addSafeTLSToYaml

---------

Signed-off-by: dongjiang1989 <[email protected]>
This change also adds e2e tests for the new EndpointSlice discovery
role.

Signed-off-by: Simon Pasquier <[email protected]>
…dpointslice-rbac-for-prometheus

chore: add RBAC for endpointslices to Prometheus SA
…ntroller-options-for-all

chore: simplify controller constructors
…esign

chore: move Prometheus Agent proposal
dependabot bot and others added 7 commits September 12, 2024 15:31
Bumps the k8s-libs group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.31.0` | `0.31.1` |
| [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.31.0` | `0.31.1` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.31.0` | `0.31.1` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.31.0` | `0.31.1` |
| [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.31.0` | `0.31.1` |


Updates `k8s.io/api` from 0.31.0 to 0.31.1
- [Commits](kubernetes/api@v0.31.0...v0.31.1)

Updates `k8s.io/apiextensions-apiserver` from 0.31.0 to 0.31.1
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.31.0...v0.31.1)

Updates `k8s.io/apimachinery` from 0.31.0 to 0.31.1
- [Commits](kubernetes/apimachinery@v0.31.0...v0.31.1)

Updates `k8s.io/client-go` from 0.31.0 to 0.31.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.31.0...v0.31.1)

Updates `k8s.io/component-base` from 0.31.0 to 0.31.1
- [Commits](kubernetes/component-base@v0.31.0...v0.31.1)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-libs
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-libs
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-libs
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-libs
- dependency-name: k8s.io/component-base
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-libs
...

Signed-off-by: dependabot[bot] <[email protected]>
Before this change, the operator's logs showed:

```
2024/09/13 14:20:36 INFO sync alertmanager !BADKEY=&{handler:0xc00090c3a0} key=default/example
```

Signed-off-by: Simon Pasquier <[email protected]>
…ertmanager-logger

fix: avoid BADKEY error in logs
…dependabot/go_modules/k8s-libs-05a87d914d

build(deps): bump the k8s-libs group with 5 updates
simonpasquier and others added 13 commits September 16, 2024 10:06
prometheus-operator#6358)

* feat: Support file paths for certificate, key and client CA in web TLS configuration (prometheus-operator#6246)
* chore: simplify owner lookup

Signed-off-by: Simon Pasquier <[email protected]>

---------

Signed-off-by: Simon Pasquier <[email protected]>
…erator#6882)

* feat: support EndpointSlice for the kubelet controller

This change adds support for managing `EndpointSlice` objects for the
kubelet service. The controller can manage either one of `Endpoints` and
`EndpointSlice` or both.

The migration path can be:
1. Configure the operator to manage both objects in the kubelet
   controller.
2. Verify that the generated `EndpointSlice` objects are correct.
3. Configure the Prometheus object to use the `EndpointSlice` role
   instead of `Endpoints`.
1. Configure the operator to manage only `Endpoints` objects in the
   kubelet controller.

The removal of the legacy `Endpoints` object is left to the user.

---------

Signed-off-by: Simon Pasquier <[email protected]>
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.3 to 1.20.4.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.20.3...v1.20.4)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…dependabot/go_modules/github.com/prometheus/client_golang-1.20.4

build(deps): bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4
This change rejects AlertmanagerConfig objects with invalid child routes
definition to cause problems in the configuration generation.

Closes prometheus-operator#6277

Signed-off-by: Simon Pasquier <[email protected]>
chore: update dependencies before v0.77
…-operator#6879)

* Support PodMonitor for Prometheus Agent in DaemonSet mode
* feat: add experimental Prometheus 3 support

Fixes prometheus-operator#6939

Signed-off-by: Jayapriya Pai <[email protected]>
Signed-off-by: Jayapriya Pai <[email protected]>
Co-authored-by: Simon Pasquier <[email protected]>
simonpasquier and others added 7 commits September 24, 2024 11:49
Before this change, the resource reconciler for Thanos Ruler objects
didn't react on StatefulSet updates because the controller forgot to set
the `controller` field to `true`. The regression has been introduced in
bb24431.

Signed-off-by: Simon Pasquier <[email protected]>
…anos-ruler-reconciliation

fix: ensure reconciliation on Thanos sts updates
…supported-prom-err

fix: fix error message for unsupported versions
Signed-off-by: Jayapriya Pai <[email protected]>
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.