Skip to content

chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.126.0 - autoclosed#765

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-open-telemetry-opentelemetry-operator-opentelemetry-operator-0.x
Closed

chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.126.0 - autoclosed#765
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-open-telemetry-opentelemetry-operator-opentelemetry-operator-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator minor v0.123.0 -> v0.126.0

Release Notes

open-telemetry/opentelemetry-operator (ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator)

v0.126.0

Compare Source

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

v0.126.0

Compare Source

🛑 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

v0.125.0

Compare Source

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.
    It combines user-defined environment variables with automatically inferred ones, giving precedence to user-defined ones.

  • opamp: Fix config loading priority (#​3928)

  • target allocator: Fix config loading priority (#​3928)

  • collector: Set the statusReplicas field for the DaemonSet (#​3930)

  • collector: Fix OpenShift internal collector metrics dashboards to use _total suffix (#​3994)
    The following settings (or missing metrics configuration since 0.119.0) exposes metrics with _total suffix:

       service:
         telemetry:
           metrics:
             readers:
              - pull:
                exporter:
                  prometheus:
                    host: '0.0.0.0'
                    port: 8888

    The following settings exposes metrics without _total suffix:

       service:
         telemetry:
             address: 0.0.0.0:8888
  • targetallocator: Do not override the collector namespace from the config file if the environment variable is not set. (#​3976)

Components

v0.125.0

Compare Source

💡 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.
    It combines user-defined environment variables with automatically inferred ones, giving precedence to user-defined ones.

  • opamp: Fix config loading priority (#​3928)

  • target allocator: Fix config loading priority (#​3928)

  • collector: Set the statusReplicas field for the DaemonSet (#​3930)

  • collector: Fix OpenShift internal collector metrics dashboards to use _total suffix (#​3994)
    The following settings (or missing metrics configuration since 0.119.0) exposes metrics with _total suffix:

       service:
         telemetry:
           metrics:
             readers:
              - pull:
                exporter:
                  prometheus:
                    host: '0.0.0.0'
                    port: 8888

    The following settings exposes metrics without _total suffix:

       service:
         telemetry:
             address: 0.0.0.0:8888
  • targetallocator: Do not override the collector namespace from the config file if the environment variable is not set. (#​3976)

Components

v0.124.0

Compare Source

0.124.0

💡 Enhancements 💡
  • collector: Re-try failed upgrades (#​3515)
    The upgrade process runs now in the reconcile loop.
    In case of an error, the operator re-tries the upgrade with exponential backoff.
Components

v0.124.0

Compare Source

💡 Enhancements 💡
  • collector: Re-try failed upgrades (#​3515)
    The upgrade process runs now in the reconcile loop.
    In case of an error, the operator re-tries the upgrade with exponential backoff.
Components

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner April 1, 2025 16:09
@renovate renovate bot force-pushed the renovate/ghcr.io-open-telemetry-opentelemetry-operator-opentelemetry-operator-0.x branch from 4e163b1 to 6a19d54 Compare April 11, 2025 15:11
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.121.0 chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.122.0 Apr 11, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-open-telemetry-opentelemetry-operator-opentelemetry-operator-0.x branch from 6a19d54 to dd646ba Compare April 17, 2025 18:28
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.122.0 chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.123.0 Apr 17, 2025
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.123.0 chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.123.0 - autoclosed Apr 24, 2025
@renovate renovate bot closed this Apr 24, 2025
@renovate renovate bot deleted the renovate/ghcr.io-open-telemetry-opentelemetry-operator-opentelemetry-operator-0.x branch April 24, 2025 13:34
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.123.0 - autoclosed chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.123.0 Apr 28, 2025
@renovate renovate bot reopened this Apr 28, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-open-telemetry-opentelemetry-operator-opentelemetry-operator-0.x branch from 2c229e6 to dd646ba Compare April 28, 2025 12:46
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.123.0 chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.124.0 Apr 28, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-open-telemetry-opentelemetry-operator-opentelemetry-operator-0.x branch from dd646ba to 185d895 Compare April 28, 2025 12:58
@github-actions
Copy link
Contributor

github-actions bot commented Apr 28, 2025

⚠️ Action Required: Update Your README.md! 📜🚀

📌 The README.md for one or more plugins is outdated due to changes in values.yaml. Please update it by running the following command(s):

make generate-readme PLUGIN=logs

✅ Once you've done that, commit the updated README and push it to this branch.

@renovate renovate bot force-pushed the renovate/ghcr.io-open-telemetry-opentelemetry-operator-opentelemetry-operator-0.x branch from 185d895 to 719546d Compare April 28, 2025 13:05
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.124.0 chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.124.0 - autoclosed May 10, 2025
@renovate renovate bot closed this May 10, 2025
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.124.0 - autoclosed chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.124.0 May 13, 2025
@renovate renovate bot reopened this May 13, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-open-telemetry-opentelemetry-operator-opentelemetry-operator-0.x branch 2 times, most recently from 719546d to c53f809 Compare May 13, 2025 22:32
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.124.0 chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.124.0 - autoclosed May 14, 2025
@renovate renovate bot closed this May 14, 2025
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.124.0 - autoclosed chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.124.0 May 14, 2025
@renovate renovate bot reopened this May 14, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-open-telemetry-opentelemetry-operator-opentelemetry-operator-0.x branch from 6482a85 to c53f809 Compare May 14, 2025 09:36
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.124.0 chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.124.0 - autoclosed May 15, 2025
@renovate renovate bot closed this May 15, 2025
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.124.0 - autoclosed chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.124.0 May 19, 2025
@renovate renovate bot reopened this May 19, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-open-telemetry-opentelemetry-operator-opentelemetry-operator-0.x branch from 72b1239 to c53f809 Compare May 19, 2025 08:44
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.124.0 chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.125.0 May 19, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-open-telemetry-opentelemetry-operator-opentelemetry-operator-0.x branch from c53f809 to f761482 Compare May 19, 2025 08:55
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.125.0 chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.125.0 - autoclosed May 20, 2025
@renovate renovate bot closed this May 20, 2025
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.125.0 - autoclosed chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.125.0 May 26, 2025
@renovate renovate bot reopened this May 26, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-open-telemetry-opentelemetry-operator-opentelemetry-operator-0.x branch from a044c39 to f761482 Compare May 26, 2025 08:31
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.125.0 chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.126.0 May 26, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-open-telemetry-opentelemetry-operator-opentelemetry-operator-0.x branch from f761482 to 0f9b4a3 Compare May 26, 2025 08:33
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.126.0 chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.126.0 - autoclosed May 29, 2025
@renovate renovate bot closed this May 29, 2025
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.

0 participants