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 all dependencies #156

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

chore(deps): update all dependencies #156

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gcr.io/distroless/static final digest b35229a -> c0f429e
github.com/onsi/gomega require minor v1.36.3 -> v1.37.0 age adoption passing confidence
github.com/open-telemetry/opentelemetry-operator require minor v0.120.0 -> v0.121.0 age adoption passing confidence
go.opentelemetry.io/collector/component require minor v1.28.1 -> v1.29.0 age adoption passing confidence
go.opentelemetry.io/collector/config/configauth require minor v0.122.1 -> v0.123.0 age adoption passing confidence
go.opentelemetry.io/collector/config/configcompression require minor v1.28.1 -> v1.29.0 age adoption passing confidence
go.opentelemetry.io/collector/config/configopaque require minor v1.28.1 -> v1.29.0 age adoption passing confidence
go.opentelemetry.io/collector/config/configtelemetry require minor v0.122.1 -> v0.123.0 age adoption passing confidence
go.opentelemetry.io/collector/otelcol require minor v0.122.1 -> v0.123.0 age adoption passing confidence
go.opentelemetry.io/collector/pipeline require minor v0.122.1 -> v0.123.0 age adoption passing confidence
go.opentelemetry.io/collector/service require minor v0.122.1 -> v0.123.0 age adoption passing confidence
golang stage patch 1.24.1-alpine3.20 -> 1.24.2-alpine3.20 age adoption passing confidence
kubernetes-sigs/controller-tools patch 0.17.2 -> 0.17.3 age adoption passing confidence
opentelemetry-operator (source) minor 0.83.1 -> 0.84.2 age adoption passing confidence

Release Notes

onsi/gomega (github.com/onsi/gomega)

v1.37.0

Compare Source

1.37.0

Features
  • add To/ToNot/NotTo aliases for AsyncAssertion [5666f98]
open-telemetry/opentelemetry-operator (github.com/open-telemetry/opentelemetry-operator)

v0.121.0

Compare Source

0.121.0

🛑 Breaking changes 🛑
  • all: Move feature gate operator.observability.prometheus to stable (#​3669)
  • operator: Remove the deprecated --label command-line option (#​3236)
    Use --labels-filter instead.
💡 Enhancements 💡
  • opamp: Allows specifying non-identifying attributes for the Bridge, also follows OpAMP guidelines for reporting instance.service.id (#​2301)

  • target allocator: Allow setting the collector namespace via the config file (#​3782)

  • auto-instrumentation: Add support to set image pull policy for agent images (#​3575)

  • auto-instrumentation: Enhanced Java auto-instrumentation with improved volume mount paths and configuration options (#​3843)

    • Added support for unique volume mount paths for Java instrumentation
    • Improved configuration options for Java auto-instrumentation
    • Enhanced stability and reliability of Java instrumentation process
  • target allocator: Add support for setting the allowNamespaces and denyNamespaces in the target allocator.
    (#​3086)
    allowNamespaces can be set to an empty list to watch all namespaces (default) or to list of namespaces to watch.
    denyNamespaces can be set to an empty list to deny watching any namespaces (default) or to a list of namespaces to deny watching.

  • target allocator: Do not assign targets to a collector pod that is not Ready for longer than a non-zero grace period (#​3781)

🧰 Bug fixes 🧰
  • collector: Add nil check for Extensions in GetLivenessProbe and GetReadinessProbe functions (#​3747)
Components
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/component)

v1.29.0

🛑 Breaking changes 🛑
  • service/telemetry: Mark telemetry.disableAddressFieldForInternalTelemetry as beta, usage of deprecated service::telemetry::address are ignored (#​25115)
    To restore the previous behavior disable telemetry.disableAddressFieldForInternalTelemetry feature gate.
  • exporterbatch: Remove deprecated fields min_size_items and max_size_items from batch config. (#​12684)
🚩 Deprecations 🚩
  • otlpexporter: Mark BatcherConfig as deprecated, use sending_queue::batch instead (#​12726)
  • exporterhelper: Deprecate blocking in favor of block_on_overflow. (#​12710)
  • exporterhelper: Deprecate configuring exporter batching separately. Use sending_queue::batch instead. (#​12772)
    Moving the batching configuration to sending_queue::batch requires setting sending_queue::sizer to items
    which means that sending_queue::queue_size needs to be also increased by the average batch size number (roughly
    x5000 for the default batching configuration).
    See https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/exporterhelper#configuration
💡 Enhancements 💡
  • exporterhelper: Add support to configure batching in the sending queue. (#​12746)

  • exporterhelper: Add support for wait_for_result, remove disabled_queue (#​12742)
    This has a side effect for users of the experimental BatchConfig with the queue disabled, since not this is | uses only NumCPU() consumers.

  • exporterhelper: Allow exporter memory queue to use different type of sizers. (#​12708)

  • service: Add "telemetry.newPipelineTelemetry" feature gate to inject component-identifying attributes in internal telemetry (#​12217)
    With the feature gate enabled, all internal telemetry (metrics/traces/logs) will include some of
    the following instrumentation scope attributes:

    • otelcol.component.kind
    • otelcol.component.id
    • otelcol.pipeline.id
    • otelcol.signal
    • otelcol.signal.output

    These attributes are defined in the Pipeline Component Telemetry RFC,
    and identify the component instance from which the telemetry originates.
    They are added automatically without changes to component code.

    These attributes were already included in internal logs as regular log attributes, starting from
    v0.120.0. For consistency with other signals, they have been switched to scope attributes (with
    the exception of logs emitted to standard output), and are now enabled by the feature gate.

    Please make sure that the exporter / backend endpoint you use has support for instrumentation
    scope attributes before using this feature. If the internal telemetry is exported to another
    Collector, a transform processor could be used to turn them into other kinds of attributes if
    necessary.

  • exporterhelper: Enable support to do batching using bytes sizer (#​12751)

  • service: Add config key to set metric views used for internal telemetry (#​10769)
    The service::telemetry::metrics::views config key can now be used to explicitly set the list of
    metric views used for internal telemetry, mirroring meter_provider::views in the SDK config.
    This can be used to disable specific internal metrics, among other uses.

    This key will cause an error if used alongside other features which would normally implicitly create views, such as:

    • not setting service::telemetry::metrics::level to detailed;
    • enabling the telemetry.disableHighCardinalityMetrics feature flag.
🧰 Bug fixes 🧰
  • exporterhelper: Fix order of starting between queue and batch. (#​12705)
kubernetes-sigs/controller-tools (kubernetes-sigs/controller-tools)

v0.17.3

Compare Source

What's Changed

Dependencies

New Contributors

Full Changelog: kubernetes-sigs/controller-tools@v0.17.2...v0.17.3

open-telemetry/opentelemetry-helm-charts (opentelemetry-operator)

v0.84.2

Compare Source

v0.84.1

Compare Source

OpenTelemetry Operator Helm chart for Kubernetes

What's Changed

Full Changelog: open-telemetry/opentelemetry-helm-charts@opentelemetry-operator-0.84.0...opentelemetry-operator-0.84.1

v0.84.0

Compare Source

OpenTelemetry Operator Helm chart for Kubernetes

What's Changed

New Contributors

Full Changelog: open-telemetry/opentelemetry-helm-charts@opentelemetry-kube-stack-0.4.5...opentelemetry-operator-0.84.0


Configuration

📅 Schedule: Branch creation - "* 0-3 * * *" in timezone Etc/UTC, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the dependencies Pull requests that update a dependency file label Mar 26, 2025
@renovate renovate bot changed the title chore(deps): update helm release opentelemetry-operator to v0.84.0 chore(deps): update all dependencies Mar 28, 2025
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 5a356aa to 50d9b57 Compare March 31, 2025 23:15
Copy link
Contributor Author

renovate bot commented Mar 31, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 42 additional dependencies were updated

Details:

Package Change
github.com/prometheus/common v0.62.0 -> v0.63.0
go.opentelemetry.io/collector/component/componentstatus v0.122.1 -> v0.123.0
go.opentelemetry.io/collector/component/componenttest v0.122.1 -> v0.123.0
go.opentelemetry.io/collector/confmap v1.28.1 -> v1.29.0
go.opentelemetry.io/collector/confmap/xconfmap v0.122.1 -> v0.123.0
go.opentelemetry.io/collector/connector v0.122.1 -> v0.123.0
go.opentelemetry.io/collector/connector/connectortest v0.122.1 -> v0.123.0
go.opentelemetry.io/collector/connector/xconnector v0.122.1 -> v0.123.0
go.opentelemetry.io/collector/consumer v1.28.1 -> v1.29.0
go.opentelemetry.io/collector/consumer/consumererror v0.122.1 -> v0.123.0
go.opentelemetry.io/collector/consumer/consumertest v0.122.1 -> v0.123.0
go.opentelemetry.io/collector/consumer/xconsumer v0.122.1 -> v0.123.0
go.opentelemetry.io/collector/exporter v0.122.1 -> v0.123.0
go.opentelemetry.io/collector/exporter/exportertest v0.122.1 -> v0.123.0
go.opentelemetry.io/collector/exporter/xexporter v0.122.1 -> v0.123.0
go.opentelemetry.io/collector/extension v1.28.1 -> v1.29.0
go.opentelemetry.io/collector/extension/extensionauth v0.122.1 -> v1.29.0
go.opentelemetry.io/collector/extension/extensioncapabilities v0.122.1 -> v0.123.0
go.opentelemetry.io/collector/extension/extensiontest v0.122.1 -> v0.123.0
go.opentelemetry.io/collector/featuregate v1.28.1 -> v1.29.0
go.opentelemetry.io/collector/internal/fanoutconsumer v0.122.1 -> v0.123.0
go.opentelemetry.io/collector/internal/telemetry v0.122.1 -> v0.123.0
go.opentelemetry.io/collector/pdata v1.28.1 -> v1.29.0
go.opentelemetry.io/collector/pdata/pprofile v0.122.1 -> v0.123.0
go.opentelemetry.io/collector/pdata/testdata v0.122.1 -> v0.123.0
go.opentelemetry.io/collector/pipeline/xpipeline v0.122.1 -> v0.123.0
go.opentelemetry.io/collector/processor v0.122.1 -> v1.29.0
go.opentelemetry.io/collector/processor/processortest v0.122.1 -> v0.123.0
go.opentelemetry.io/collector/processor/xprocessor v0.122.1 -> v0.123.0
go.opentelemetry.io/collector/receiver v1.28.1 -> v1.29.0
go.opentelemetry.io/collector/receiver/receivertest v0.122.1 -> v0.123.0
go.opentelemetry.io/collector/receiver/xreceiver v0.122.1 -> v0.123.0
go.opentelemetry.io/collector/semconv v0.122.1 -> v0.123.0
go.opentelemetry.io/collector/service/hostcapabilities v0.122.1 -> v0.123.0
golang.org/x/oauth2 v0.27.0 -> v0.28.0
gonum.org/v1/gonum v0.15.1 -> v0.16.0
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a -> v0.0.0-20250303144028-a0af3efb3deb
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a -> v0.0.0-20250227231956-55c901821b1e
google.golang.org/protobuf v1.36.5 -> v1.36.6
k8s.io/apiextensions-apiserver v0.32.2 -> v0.32.3
k8s.io/apiserver v0.32.2 -> v0.32.3
k8s.io/component-base v0.32.2 -> v0.32.3

@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from b97a3f2 to f445f09 Compare April 2, 2025 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants