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

sync main with upstream #18

Open
wants to merge 1,770 commits into
base: main
Choose a base branch
from
Open

Conversation

cruizen
Copy link

@cruizen cruizen commented Mar 12, 2024

Description

sync main with upstream

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.)

Changelog entry

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


@cruizen cruizen requested review from joey00072, jayanth-tjvrr and a team March 12, 2024 13:00
dongjiang1989 and others added 27 commits October 9, 2024 17:18

---------

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

Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
* scrapeconfig crd: add proposal for extending surface and graduating to beta


---------

Signed-off-by: mviswanathsai <mviswanath.sai.met21@itbhu.ac.in>
Co-authored-by: Simon Pasquier <spasquie@redhat.com>
chore: add github comment PR action
---------

Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
Bumps [thollander/actions-comment-pull-request](https://github.com/thollander/actions-comment-pull-request) from 2 to 3.
- [Release notes](https://github.com/thollander/actions-comment-pull-request/releases)
- [Commits](thollander/actions-comment-pull-request@v2...v3)

---
updated-dependencies:
- dependency-name: thollander/actions-comment-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…ctions/thollander/actions-comment-pull-request-3

build(deps): bump thollander/actions-comment-pull-request from 2 to 3
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
…ls-version

chore: update controller-tools version to v0.16.4
chore: add v3.0.0-beta.1 to experimental versions
chore: add simonpasquier as v0.78 shepherd
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.4 to 1.20.5.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/v1.20.5/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.20.4...v1.20.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
…es/github.com/prometheus/client_golang-1.20.5

build(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
slashpai and others added 30 commits December 13, 2024 19:19
feat: add proxy_url to alertmanagerendpoints
…-pod-monitor

[CHORE] Add support for role selectors on PodMonitor.
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](helm/kind-action@v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
* move common scrapeFallbackProtocol

Signed-off-by: dongjiang <dongjiang1989@126.com>
…ctions/helm/kind-action-1.11.0

build(deps): bump helm/kind-action from 1.10.0 to 1.11.0
This reverts commit 66da769.
While reviewing #7197 noticed that Prometheus is using
`fallback_scrape_protocol` for the field hence updating to
match similar naming to avoid confusion among users.

This is a newly introduced field in this release v0.79
so we want to update it in patch release before users use this field.

Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
CHANGE/BugFix: Rename scrapeFallbackProtocol to fallbackScrapeProtocol
* chore: cut v0.79.1

Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Co-authored-by: Simon Pasquier <spasquie@redhat.com>
Bumps google.golang.org/protobuf from 1.35.2 to 1.36.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
…es/google.golang.org/protobuf-1.36.0

build(deps): bump google.golang.org/protobuf from 1.35.2 to 1.36.0
chore: update Kind version to v0.26.0
* [BUGFIX] Fixing pod and service monitor selector validation

Signed-off-by: Nicolas Takashi <nicolas.tcs@hotmail.com>
Co-authored-by: Simon Pasquier <spasquie@redhat.com>
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.32.0 to 0.33.0.
- [Commits](golang/net@v0.32.0...v0.33.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

build(deps): bump golang.org/x/net from 0.32.0 to 0.33.0
*  add unit testcases for oauth2 in scrapeconfig CRD
Fix Broken Links to Ingress Guide and Add Prometheus & Alertmanager Exposure Guide
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.