Skip to content

chore(deps): bump github.com/open-telemetry/opentelemetry-operator from 0.115.0 to 0.126.0 in /tests #3937

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps github.com/open-telemetry/opentelemetry-operator from 0.115.0 to 0.126.0.

Release notes

Sourced from github.com/open-telemetry/opentelemetry-operator's releases.

Release v0.126.0

0.126.0

🛑 Breaking changes 🛑

  • target-allocator: Switch to Prometheus 3.0 defaults for ScraperProtocols, requires prometheusreceiver >0.120.0 (#3872)

💡 Enhancements 💡

  • target-allocator: Allow to configure ScraperProtocols in prometheus common config (#4000)
  • target allocator: set default target allocator grace period to 30 seconds (#3989) The config option collectorNotReadyGracePeriod have been set to 30s by default. The target allocator now waits for 30 seconds before reallocating targets from a collector which isn't Ready. Setting this value to 0 will restore previous behaviour.

🧰 Bug fixes 🧰

  • otel-allocator: Remove overwrite of global config ScraperProtocols (#3996)
  • target allocator: Fix user-defined volumes in the TargetAllocator CR (#3992)
  • collector: add terminationGracePeriodSeconds to DaemonSet and StatefulSet specs (#4003)

Components

Release v0.125.0

0.125.0

💡 Enhancements 💡

  • webhook: Allow to run the operator without the OpenTelemetry CRDs present (#3568) Skip registering the webhook and keep the operator working in case the OpenTelemetryCollector CRDs are not deployed.

🧰 Bug fixes 🧰

  • collector: Fixes container port duplication for user-provided and operator inferred ports (#3950) This patch improves container port collisions when the user defines additional ports in the CR.

    When ports are specified in the CR:

    • If a port number from the CR matches a port inferred from the config, the inferred port is removed
    • If a port name from the CR matches an inferred port name, the inferred port is renamed to "port-{number}"

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-operator's changelog.

0.126.0

🛑 Breaking changes 🛑

  • target-allocator: Switch to Prometheus 3.0 defaults for ScraperProtocols, requires prometheusreceiver >0.120.0 (#3872)

💡 Enhancements 💡

  • target-allocator: Allow to configure ScraperProtocols in prometheus common config (#4000)
  • target allocator: set default target allocator grace period to 30 seconds (#3989) The config option collectorNotReadyGracePeriod have been set to 30s by default. The target allocator now waits for 30 seconds before reallocating targets from a collector which isn't Ready. Setting this value to 0 will restore previous behaviour.

🧰 Bug fixes 🧰

  • otel-allocator: Remove overwrite of global config ScraperProtocols (#3996)
  • target allocator: Fix user-defined volumes in the TargetAllocator CR (#3992)
  • collector: add terminationGracePeriodSeconds to DaemonSet and StatefulSet specs (#4003)

Components

0.125.0

💡 Enhancements 💡

  • webhook: Allow to run the operator without the OpenTelemetry CRDs present (#3568) Skip registering the webhook and keep the operator working in case the OpenTelemetryCollector CRDs are not deployed.

🧰 Bug fixes 🧰

  • collector: Fixes container port duplication for user-provided and operator inferred ports (#3950) This patch improves container port collisions when the user defines additional ports in the CR.

    When ports are specified in the CR:

    • If a port number from the CR matches a port inferred from the config, the inferred port is removed
    • If a port name from the CR matches an inferred port name, the inferred port is renamed to "port-{number}"
  • collector: Prevent the operator from overriding the env vars defined by the user in the OpenTelemetryCollector spec. (#3963) This change ensures that the operator does not override the environment variables defined by the user in the OpenTelemetryCollector spec.

... (truncated)

Commits
  • bad2ab8 prepare release v0.126.0 (#4021)
  • 98f9c0f enhancement: set default target allocator grace period to 30s (#3991)
  • d674a4a Allow to configure ScraperProtocols in prometheus common config (#4000)
  • c2b2f13 Update the OpenTelemetry java agent version to 2.16.0 (#4001)
  • 28daf15 Update tool sigs.k8s.io/kind to v0.29.0 (#4016)
  • e7fc7e3 fix: add terminationGracePeriodSeconds to DaemonSet and StatefulSet s… (#4006)
  • 2bae429 [target allocator] Fix user-defined volumes (#4012)
  • 7ded05c Update the OpenTelemetry python agent version to 0.54b1 (#4004)
  • 137e24c Update tool sigs.k8s.io/kind to v0.28.0 (#4005)
  • 6543723 Bump github/codeql-action from 3.28.17 to 3.28.18 (#4008)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/open-telemetry/opentelemetry-operator [>= 1.51.a, < 1.52]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/open-telemetry/opentelemetry-operator](https://github.com/open-telemetry/opentelemetry-operator) from 0.115.0 to 0.126.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-operator/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-operator/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-operator@v0.115.0...v0.126.0)

---
updated-dependencies:
- dependency-name: github.com/open-telemetry/opentelemetry-operator
  dependency-version: 0.126.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[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.

0 participants