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

Automated updates acm release 2.12 #59

Conversation

coleenquadros
Copy link

Description

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
If it fixes a bug or resolves a feature request, be sure to link to that issue.

Type of change

What type of changes does your code introduce to the Prometheus operator? Put an x in the box that apply.

  • CHANGE (fix or feature that would cause existing functionality to not work as expected)
  • FEATURE (non-breaking change which adds functionality)
  • BUGFIX (non-breaking change which fixes an issue)
  • ENHANCEMENT (non-breaking change which improves existing functionality)
  • NONE (if none of the other choices apply. Example, tooling, build system, CI, docs, etc.)

Verification

Please check the Prometheus-Operator testing guidelines for recommendations about automated tests.

Changelog entry

Please put a one-line changelog entry below. This will be copied to the changelog file during the release process.


simonpasquier and others added 30 commits April 12, 2024 15:54
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
…p-amcfg

chore: clean up code in Alertmanager config generation
Fixes prometheus-operator#6270

Signed-off-by: Stefan Caraiman <stefanc.caraiman@gmail.com>
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
…d-docs

chore: fix small omission in CRD documentation
controller-runtime also calls `metrics.Register()` during init and this
function can be called only once. To ensure that the k8s client metrics
get updated, the global variables need to be set again by the operator.

https://github.com/kubernetes-sigs/controller-runtime/blob/67b27f27e514bd9ac4cf9a2d84dec089ece95bf7/pkg/metrics/client_go_adapter.go#L42-L55
https://github.com/kubernetes/client-go/blob/aa7909e7d7c0661792ba21b9e882f3cd6ad0ce53/tools/metrics/metrics.go#L129-L170

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
…-pick-6507

fix: ScrapeClass TLSConfig nil pointer exception (prometheus-operator#6507)
…configurable-automountServiceAccountToken

fix: make automountServiceAccountToken configurable
…ase-doc

chore: update RELEASE.md with instructions
Co-authored-by: Jayapriya Pai <slashpai9@gmail.com>
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.52.3 to 0.53.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](prometheus/common@v0.52.3...v0.53.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0.
- [Commits](golang/net@v0.21.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…dependabot/go_modules/github.com/prometheus/common-0.53.0

build(deps): bump github.com/prometheus/common from 0.52.3 to 0.53.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
- [Commits](golang/net@v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…dependabot/go_modules/scripts/golang.org/x/net-0.23.0

build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 in /scripts
…dependabot/go_modules/pkg/client/golang.org/x/net-0.23.0

build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 in /pkg/client
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>

Co-authored-by: Simon Pasquier <spasquie@redhat.com>
* chore: update RELEASE.md instructions

Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>

* Update RELEASE.md

Co-authored-by: Arthur Silva Sens <arthursens2005@gmail.com>

---------

Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Co-authored-by: Arthur Silva Sens <arthursens2005@gmail.com>
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
prometheus-operator#6485)

* add support for nomad sd

Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
haanhvu and others added 28 commits June 20, 2024 08:30
…rometheus-operator#6701)

* Check if EnableFeatures already contains ageent mode's features
…nfig-reloader-probes

Create correct readiness/liveness probes for config-reloader when `listenLocal` is set to `true`
Signed-off-by: Nicolas Takashi <nicolas.tcs@hotmail.com>
…/improving-sample-limit-precedence

[CHORE] considering global limits over enforced
…/nicolas-release-volunteer

[CHORE] adding Nicolas as release volunteer
* add ttl obj into alertmanagerConfig rsc


---------

Co-authored-by: Nicolas Takashi <nicolas.tcs@hotmail.com>
Co-authored-by: Simon Pasquier <spasquie@redhat.com>
This is a quick follow-up of prometheus-operator#6698.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
…rator#6600)

chore: Add Proposal for Daemonset deployment of Prometheus Agent
…ptrDeref

chore: Replace StringPtrValOrDefault with ptr.Deref
…or-store-pkg-tlsassets

chore: refactor TLS management in the assets package
… Prometheus's modes (prometheus-operator#6686)

* Refactor the common implementation code (not including tests) between Prometheus's modes
* optimize code

Signed-off-by: dongjiang1989 <dongjiang1989@126.com>


---------

Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
Bumps [github.com/go-test/deep](https://github.com/go-test/deep) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/go-test/deep/releases)
- [Changelog](https://github.com/go-test/deep/blob/master/CHANGES.md)
- [Commits](go-test/deep@v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: github.com/go-test/deep
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…dependabot/go_modules/github.com/go-test/deep-1.1.1

build(deps): bump github.com/go-test/deep from 1.1.0 to 1.1.1
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
…ometheus-operator#6689)

* add service discovery for ovhcloud

Signed-off-by: dongjiang1989 <dongjiang1989@126.com>

---------

Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
chore: bump go dependencies before release
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Copy link

openshift-ci bot commented Jul 15, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: coleenquadros
Once this PR has been reviewed and has the lgtm label, please assign douglascamata for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.