chore(deps): update all dependencies #175
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.29.2
->v3.29.3
v1.35.0
->v1.36.0
v0.129.0
->v0.130.0
v1.35.0
->v1.36.0
v1.35.0
->v1.36.0
v0.129.0
->v0.130.0
v0.129.0
->v0.130.0
v0.129.0
->v0.130.0
v0.129.0
->v0.130.0
2.2.2
->2.3.0
v0.33.2
->v0.33.3
v0.33.2
->v0.33.3
v0.33.2
->v0.33.3
0.91.0
->0.92.0
v3.9.1
->v3.9.2
Release Notes
github/codeql-action (github/codeql-action)
v3.29.3
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.3 - 21 Jul 2025
No user facing changes.
See the full CHANGELOG.md for more information.
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/component)
v1.36.0
❗ Known Issues ❗
Due to a bug in the prometheus exporter, if you are configuring a prometheus exporter, the collector's internal metrics will be emitted with an unexpected suffix in its name. For example, the metric
otelcol_exporter_sent_spans__spans__total
instead ofotelcol_exporter_sent_spans_total
. The workaround is to manually configurewithout_units: true
in your prometheus exporter configIf you are using the collector's default Prometheus exporter for exporting internal metrics you are unaffected.
🛑 Breaking changes 🛑
exporter/otlp
: Remove deprecated batcher config from OTLP, use queuebatch (#13339)💡 Enhancements 💡
exporterhelper
: Enable items and bytes sizers for persistent queue (#12881)exporterhelper
: Refactor persistent storage size backup to always record it. (#12890)exporterhelper
: Add support to configure a different Sizer for the batcher than the queue (#13313)yaml
: Replacedsigs.k8s.io/yaml
withgo.yaml.in/yaml
for improved support and long-term maintainability. (#13308)🧰 Bug fixes 🧰
exporterhelper
: Fix exporter.PersistRequestContext feature gate (#13342)exporterhelper
: Preserve all metrics metadata when batch splitting. (#13236)Previously, when large batches of metrics were processed, the splitting logic in
metric_batch.go
couldcause the
name
field of some metrics to disappear. This fix ensures that all metric fields areproperly preserved when
metricRequest
objects are split.service
: Default internal metrics config now enablesotel_scope_
labels (#12939, #13344)By default, the Collector exports its internal metrics using a Prometheus
exporter from the opentelemetry-go repository. With this change, the Collector
no longer sets "without_scope_info" to true in its configuration.
This means that all exported metrics will have
otel_scope_name
,otel_scope_schema_url
, andotel_scope_version
labels corresponding to theinstrumentation scope metadata for that metric.
This notably prevents an error when multiple metrics are only distinguished
by their instrumentation scopes and end up aliased during export.
If this is not desired behavior, a Prometheus exporter can be explicitly
configured with this option enabled.
golangci/golangci-lint (golangci/golangci-lint)
v2.3.0
Compare Source
ginkgolinter
: from 0.19.1 to 0.20.0 (new option:force-assertion-description
)iface
: from 1.4.0 to 1.4.1 (report message improvements)noctx
: from 0.3.4 to 0.3.5 (new detections:log/slog
,exec
,crypto/tls
)revive
: from 1.10.0 to 1.11.0 (new rule:enforce-switch-style
)wsl
: from 5.0.0 to 5.1.0gosec
: from 2.22.5 to 2.22.6noinlineerr
: from 1.0.4 to 1.0.5sloglint
: from 0.11.0 to 0.11.1kubernetes/api (k8s.io/api)
v0.33.3
Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.33.3
Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.33.3
Compare Source
open-telemetry/opentelemetry-helm-charts (opentelemetry-operator)
v0.92.0
Compare Source
OpenTelemetry Operator Helm chart for Kubernetes
What's Changed
Full Changelog: open-telemetry/opentelemetry-helm-charts@opentelemetry-collector-0.129.0...opentelemetry-operator-0.92.0
v0.91.1
Compare Source
OpenTelemetry Operator Helm chart for Kubernetes
What's Changed
New Contributors
Full Changelog: open-telemetry/opentelemetry-helm-charts@opentelemetry-collector-0.127.4...opentelemetry-operator-0.91.1
sigstore/cosign-installer (sigstore/cosign-installer)
v3.9.2
Compare Source
What's Changed
Full Changelog: sigstore/cosign-installer@v3.9.1...v3.9.2
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 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.
This PR was generated by Mend Renovate. View the repository job log.