Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

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

Release notes

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

Release v0.132.0

0.132.0

🚩 Deprecations 🚩

  • collector: Remove opencensus receiver from parsing logic as it is no longer supported in OpenTelemetry Collector (#4239) The opencensus receiver has been removed from the operator's receiver parsing logic. Since 2025-02-14 its no longer supported and got removed from the Collector Distributions.

💡 Enhancements 💡

  • collector: enable native sidecar on OpenShift 4.16+ with k8s version newer then v1.29 by default. (#4247)

  • collector: Use native sidecar on k8s 1.29+ (#3356) The operator will automatically use native sidecars whenever a Kubernetes version 1.29 or higher is discovered. The usage of native sidecars can be disabled with --feature-gates=-sidecarcontainers.native. See: https://kubernetes.io/blog/2023/08/25/native-sidecar-containers/

  • collector: Add network policy for the collector. (#4231) This change adds a network policy to the collector to allow traffic to all collector receivers and egress traffic from the collector pod. The collector network policy can be enabled in the collector CR.

    spec:
      networkPolicy:
        enabled: true

    By default it is disabled, however the default value is configured with a feature gate --feature-gates=operand.networkpolicy. The feature gate will be enabled in the future releases.

  • operator: Operator now creates a NetworkPolicy to restrict access to the operator pod. (#4230) The operator network policy can be enabled with --feature-gates=+operator.networkpolicy. The feature gate is disabled by default and it will be enabled in the future releases. Following APIs are allowe: ingress on port 9443 (webhook), 8080 (metrics port), 8443 (metrics RBAC proxy) and egress on port 6443 (API server).

  • target allocator: Add network policy for the target allocator. (#4231) This change adds a network policy to the target allocator which allows traffic to the port 8080 and outgoing traffic to the API server. The target allocator network policy can be enabled in the target allocator CR.

    spec:
      networkPolicy:
        enabled: true

    By default it is disabled, however the default value is configured with a feature gate --feature-gates=operand.networkpolicy. The feature gate will be enabled in the future releases.

  • opamp: Correlates the OpAMP data from the proxy server with the bridge's own OpAMP data. (#3837)

  • collector: k8sattributes: Add automatic RBAC for new service.name resource attribute generator (#4131) The k8sattributes processor recently added support for automatic service.name resource attribute generation. This change ensures that when service.name is configured in the k8sattributes processor, the operator

... (truncated)

Changelog

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

0.132.0

🚩 Deprecations 🚩

  • collector: Remove opencensus receiver from parsing logic as it is no longer supported in OpenTelemetry Collector (#4239) The opencensus receiver has been removed from the operator's receiver parsing logic. Since 2025-02-14 its no longer supported and got removed from the Collector Distributions.

💡 Enhancements 💡

  • collector: enable native sidecar on OpenShift 4.16+ with k8s version newer then v1.29 by default. (#4247)

  • collector: Use native sidecar on k8s 1.29+ (#3356) The operator will automatically use native sidecars whenever a Kubernetes version 1.29 or higher is discovered. The usage of native sidecars can be disabled with --feature-gates=-sidecarcontainers.native. See: https://kubernetes.io/blog/2023/08/25/native-sidecar-containers/

  • collector: Add network policy for the collector. (#4231) This change adds a network policy to the collector to allow traffic to all collector receivers and egress traffic from the collector pod. The collector network policy can be enabled in the collector CR.

    spec:
      networkPolicy:
        enabled: true

    By default it is disabled, however the default value is configured with a feature gate --feature-gates=operand.networkpolicy. The feature gate will be enabled in the future releases.

  • operator: Operator now creates a NetworkPolicy to restrict access to the operator pod. (#4230) The operator network policy can be enabled with --feature-gates=+operator.networkpolicy. The feature gate is disabled by default and it will be enabled in the future releases. Following APIs are allowe: ingress on port 9443 (webhook), 8080 (metrics port), 8443 (metrics RBAC proxy) and egress on port 6443 (API server).

  • target allocator: Add network policy for the target allocator. (#4231) This change adds a network policy to the target allocator which allows traffic to the port 8080 and outgoing traffic to the API server. The target allocator network policy can be enabled in the target allocator CR.

    spec:
      networkPolicy:
        enabled: true

    By default it is disabled, however the default value is configured with a feature gate --feature-gates=operand.networkpolicy. The feature gate will be enabled in the future releases.

  • opamp: Correlates the OpAMP data from the proxy server with the bridge's own OpAMP data. (#3837)

  • collector: k8sattributes: Add automatic RBAC for new service.name resource attribute generator (#4131) The k8sattributes processor recently added support for automatic service.name resource attribute generation. This change ensures that when service.name is configured in the k8sattributes processor, the operator automatically adds the necessary RBAC rules for replicasets access, which is required for extracting

... (truncated)

Commits
  • bec1a4d prepare release v0.132.0 (#4327)
  • e100e73 chore(deps): update opentelemetry nodejs agent version to v0.62.2 (#4326)
  • 5463f1d remove unwanted controller image kustomization (#4325)
  • 60279b2 operator no longer overwrites ingress annoations on change (#4323)
  • ebfb022 chore(deps): update tool sigs.k8s.io/controller-tools/cmd/controller-gen to v...
  • bbfaf9a Remove unnecessary cert-manager CA annotation from CRDs (#4321)
  • b5a46cd remove opencensus receiver from parsing logic (#4316)
  • 7ef6aae Use native sidecar on k8s 1.29+ (#4275)
  • 0109d45 chore(deps): update tool sigs.k8s.io/kind to v0.30.0 (#4317)
  • 2f3f77e avoid sidecar usage on e2e-multi-instrumentation tests (#4311)
  • 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.132.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.132.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

Superseded by #3991.

@dependabot dependabot bot closed this Sep 15, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/tests/github.com/open-telemetry/opentelemetry-operator-0.132.0 branch September 15, 2025 01:06
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.

1 participant