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

Bump prometheus-operator to v0.80.1 #3831

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

swiatekm
Copy link
Contributor

@swiatekm swiatekm commented Mar 20, 2025

Description:

Bump prometheus-operator to 0.80.1. This also bumps the Prometheus libraries past 3.0. Aside from a migration from gokitlog to slog, this required addressing some breaking changes in Prometheus itself. With Prometheus 3.0 config unmarshaling, the default scrape protocols include PrometheusText1_0_0, which is only supported by Prometheus 3.0, and prometheus receiver starting at 0.120.0.

I'd rather avoid breaking compatibility with prometheus receiver <0.120.x, so I set our own default. This required hacking the config unmarshalling logic in target allocator, because we need to set the default before Prometheus' own custom unmarshalling logic gets to it.

Link to tracking Issue(s):

@swiatekm swiatekm added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Mar 20, 2025
@swiatekm swiatekm force-pushed the chore/bump-prometheus-operator-0801 branch from 255feeb to 060fedd Compare March 20, 2025 20:49
@swiatekm swiatekm force-pushed the chore/bump-prometheus-operator-0801 branch from 060fedd to 64c22b7 Compare March 22, 2025 16:07
@swiatekm swiatekm marked this pull request as ready for review March 22, 2025 16:26
@swiatekm swiatekm requested a review from a team as a code owner March 22, 2025 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade prometheus and prometheus-operator dependencies to latest
1 participant