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

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 22, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator minor v0.114.1 -> v0.116.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v0.116.0

Compare Source

0.116.0

💡 Enhancements 💡
  • target allocator: Process discovered targets asyncchronously (#​1842)
    This change enables the target allocator to process discovered targets asynchronously.
    This is a significant performance improvement for the target allocator, as it allows it to process targets in parallel, rather than sequentially.
    This change also introduces new metrics to track the performance of the target allocator.
    • opentelemetry_allocator_process_targets_duration_seconds: The duration of the process targets operation.
    • opentelemetry_allocator_process_target_groups_duration_seconds: The duration of the process target groups operation.
🧰 Bug fixes 🧰
  • operator: Fix the admission webhook to when metrics service address host uses env var expansion (#​3513)
    This should allow the metrics service address to have the host portion expanded from an environment variable,
    like $(env:POD_IP) instead of using 0.0.0.0, which is the recommended by the Collector.

  • auto-instrumentation: Apache instrumentation sidecar fails to start if target container define lifecycle (#​3547)

  • collector: Fix deletion of optional resources for OpenTelemetryCollector CRs (#​3454)

Components

v0.116.0

Compare Source

💡 Enhancements 💡
  • target allocator: Process discovered targets asyncchronously (#​1842)
    This change enables the target allocator to process discovered targets asynchronously.
    This is a significant performance improvement for the target allocator, as it allows it to process targets in parallel, rather than sequentially.
    This change also introduces new metrics to track the performance of the target allocator.
    • opentelemetry_allocator_process_targets_duration_seconds: The duration of the process targets operation.
    • opentelemetry_allocator_process_target_groups_duration_seconds: The duration of the process target groups operation.
🧰 Bug fixes 🧰
  • operator: Fix the admission webhook to when metrics service address host uses env var expansion (#​3513)
    This should allow the metrics service address to have the host portion expanded from an environment variable,
    like $(env:POD_IP) instead of using 0.0.0.0, which is the recommended by the Collector.

  • auto-instrumentation: Apache instrumentation sidecar fails to start if target container define lifecycle (#​3547)

  • collector: Fix deletion of optional resources for OpenTelemetryCollector CRs (#​3454)

Components

v0.115.0

Compare Source

0.115.0

💡 Enhancements 💡
  • collector: enables support for pulling scrape config and probe CRDs in the target allocator (#​1842)
  • collector: support for creating a service for extensions when ports are specified. (#​3460)
🧰 Bug fixes 🧰
  • github action: Add new line character at the end of PrometheusRule file. (#​3503)

  • auto-instrumentation: Reverts PR 3379 which inadvertently broke users setting JAVA_TOOL_OPTIONS (#​3463)
    Reverts a previous PR which was causing JAVA_TOOL_OPTIONS to not be overriden when
    set by users. This was resulting in application crashloopbackoffs for users relying
    on java autoinstrumentation.

  • auto-instrumentation: Remove the mapping of app.kubernetes.io/instance to service.instance.id (#​3495)
    Technically, this is a breaking change, but we regard it as a bug fix because the previous behavior was incorrect.

    if you did have multiple container instrumentation and use app.kubernetes.io/instance to set the service.instance.id,
    you will now see multiple instances in the UI - which is the correct behavior.

    You can still use the attribute resource.opentelemetry.io/service.instance.id to set the service.instance.id,
    which will be shared across all containers in the pod - but this is not recommended for multiple container instrumentation instances.

    Refer to the semantic conventions
    for more information.

Components

v0.115.0

Compare Source

💡 Enhancements 💡
  • collector: enables support for pulling scrape config and probe CRDs in the target allocator (#​1842)
  • collector: support for creating a service for extensions when ports are specified. (#​3460)
🧰 Bug fixes 🧰
  • github action: Add new line character at the end of PrometheusRule file. (#​3503)

  • auto-instrumentation: Reverts PR 3379 which inadvertently broke users setting JAVA_TOOL_OPTIONS (#​3463)
    Reverts a previous PR which was causing JAVA_TOOL_OPTIONS to not be overriden when
    set by users. This was resulting in application crashloopbackoffs for users relying
    on java autoinstrumentation.

  • auto-instrumentation: Remove the mapping of app.kubernetes.io/instance to service.instance.id (#​3495)
    Technically, this is a breaking change, but we regard it as a bug fix because the previous behavior was incorrect.

    if you did have multiple container instrumentation and use app.kubernetes.io/instance to set the service.instance.id,
    you will now see multiple instances in the UI - which is the correct behavior.

    You can still use the attribute resource.opentelemetry.io/service.instance.id to set the service.instance.id,
    which will be shared across all containers in the pod - but this is not recommended for multiple container instrumentation instances.

    Refer to the semantic conventions
    for more information.

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 October 22, 2024 07:54
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.111.0 chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.112.0 Oct 30, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-open-telemetry-opentelemetry-operator-opentelemetry-operator-0.x branch from 0f8c0b5 to 8f648f4 Compare October 30, 2024 16:11
@renovate renovate bot force-pushed the renovate/ghcr.io-open-telemetry-opentelemetry-operator-opentelemetry-operator-0.x branch from 8f648f4 to 0272794 Compare November 8, 2024 20:07
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.112.0 chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.113.0 Nov 8, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-open-telemetry-opentelemetry-operator-opentelemetry-operator-0.x branch 2 times, most recently from 6e09a96 to 5ade6ab Compare November 14, 2024 10:10
@renovate renovate bot force-pushed the renovate/ghcr.io-open-telemetry-opentelemetry-operator-opentelemetry-operator-0.x branch from 5ade6ab to c8221c0 Compare December 19, 2024 14:27
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.113.0 chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.115.0 Dec 19, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-open-telemetry-opentelemetry-operator-opentelemetry-operator-0.x branch from c8221c0 to d613032 Compare December 23, 2024 20:04
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.115.0 chore(deps): update ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator docker tag to v0.116.0 Dec 23, 2024
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