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 #146

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

chore(deps): update all dependencies #146

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 20, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action patch v4.2.1 -> v4.2.2 age adoption passing confidence
actions/download-artifact action patch v4.1.8 -> v4.1.9 age adoption passing confidence
actions/upload-artifact action patch v4.6.0 -> v4.6.1 age adoption passing confidence
docker/build-push-action action minor v6.13.0 -> v6.15.0 age adoption passing confidence
docker/metadata-action action minor v5.6.1 -> v5.7.0 age adoption passing confidence
docker/setup-buildx-action action minor v3.9.0 -> v3.10.0 age adoption passing confidence
docker/setup-qemu-action action minor v3.4.0 -> v3.6.0 age adoption passing confidence
github.com/google/go-cmp require minor v0.6.0 -> v0.7.0 age adoption passing confidence
github.com/onsi/ginkgo/v2 require minor v2.22.2 -> v2.23.0 age adoption passing confidence
github.com/open-telemetry/opentelemetry-operator require minor v0.118.0 -> v0.120.0 age adoption passing confidence
github.com/prometheus/client_golang require patch v1.21.0 -> v1.21.1 age adoption passing confidence
github/codeql-action action patch v3.28.9 -> v3.28.11 age adoption passing confidence
go.opentelemetry.io/collector/config/configauth require minor v0.120.0 -> v0.121.0 age adoption passing confidence
go.opentelemetry.io/collector/config/configcompression require minor v1.26.0 -> v1.27.0 age adoption passing confidence
go.opentelemetry.io/collector/config/configopaque require minor v1.26.0 -> v1.27.0 age adoption passing confidence
go.opentelemetry.io/collector/config/configtelemetry require minor v0.120.0 -> v0.121.0 age adoption passing confidence
go.opentelemetry.io/collector/otelcol require minor v0.120.0 -> v0.121.0 age adoption passing confidence
go.opentelemetry.io/collector/pipeline require minor v0.120.0 -> v0.121.0 age adoption passing confidence
go.opentelemetry.io/collector/service require minor v0.120.0 -> v0.121.0 age adoption passing confidence
golang stage patch 1.24.0-alpine3.20 -> 1.24.1-alpine3.20 age adoption passing confidence
golangci/golangci-lint patch 1.64.5 -> 1.64.6 age adoption passing confidence
opentelemetry-operator (source) minor 0.80.2 -> 0.82.0 age adoption passing confidence
sigs.k8s.io/controller-runtime require patch v0.20.2 -> v0.20.3 age adoption passing confidence
sigstore/cosign-installer action patch v3.8.0 -> v3.8.1 age adoption passing confidence

Release Notes

actions/cache (actions/cache)

v4.2.2

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

Full Changelog: actions/cache@v4.2.1...v4.2.2

actions/download-artifact (actions/download-artifact)

v4.1.9

Compare Source

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v4...v4.1.9

actions/upload-artifact (actions/upload-artifact)

v4.6.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.1

docker/build-push-action (docker/build-push-action)

v6.15.0

Compare Source

Full Changelog: docker/build-push-action@v6.14.0...v6.15.0

v6.14.0

Compare Source

Full Changelog: docker/build-push-action@v6.13.0...v6.14.0

docker/metadata-action (docker/metadata-action)

v5.7.0

Compare Source

Full Changelog: docker/metadata-action@v5.6.1...v5.7.0

docker/setup-buildx-action (docker/setup-buildx-action)

v3.10.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.9.0...v3.10.0

docker/setup-qemu-action (docker/setup-qemu-action)

v3.6.0

Compare Source

Full Changelog: docker/setup-qemu-action@v3.5.0...v3.6.0

v3.5.0

Compare Source

Full Changelog: docker/setup-qemu-action@v3.4.0...v3.5.0

google/go-cmp (github.com/google/go-cmp)

v0.7.0

Compare Source

New API:

  • (#​367) Support compare functions with SortSlices and SortMaps

Panic messaging:

  • (#​370) Detect proto.Message types when failing to export a field
onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.23.0

Compare Source

2.23.0

Ginkgo 2.23.0 adds a handful of methods to GinkgoT() to make it compatible with the testing.TB interface in Go 1.24. GinkgoT().Context(), in particular, is a useful shorthand for generating a new context that will clean itself up in a DeferCleanup(). This has subtle behavior differences from the golang implementation but should make sense in a Ginkgo... um... context.

Features
  • bump to go 1.24.0 - support new testing.TB methods and add a test to cover testing.TB regressions [37a511b]
Fixes
  • fix edge case where build -o is pointing at an explicit file, not a directory [7556a86]
  • Fix binary paths when precompiling multiple suites. [4df06c6]
Maintenance
open-telemetry/opentelemetry-operator (github.com/open-telemetry/opentelemetry-operator)

v0.120.0

Compare Source

0.120.0

No changes.

Components

v0.119.0

Compare Source

0.119.0

🛑 Breaking changes 🛑
  • operator: Make ServiceMonitor for operator metrics optional and disable it by default (#​3474)
    Add --create-sm-operator-metrics flag to create a ServiceMonitor for the operator metrics.
    This is disabled by default, which is a breaking change, because it was enabled by default in 0.113.0 and 0.114.0.
🧰 Bug fixes 🧰
  • auto-instrumentation: add upper version limit to Python dependency urllib3 (#​3616)
  • target allocator: check for Prometheus CRDs before watching Service/Pod Monitors (#​3726)
Components
prometheus/client_golang (github.com/prometheus/client_golang)

v1.21.1: / 2025-03-04

Compare Source

This release addresses a performance regression introduced in #​1661 -- thanks to all who reported this quickly:
@​chlunde, @​dethi, @​aaronbee @​tsuna @​kakkoyun 💪🏽. This patch release also fixes the iOS build.

We will be hardening the release process even further (#​1759, #​1761) to prevent this in future, sorry for the inconvenience!

The high concurrency optimization is planned to be eventually reintroduced, however in a much safer manner, potentially in a separate API.

  • [BUGFIX] prometheus: Revert of Inc, Add and Observe cumulative metric CAS optimizations (#​1661), causing regressions on low concurrency cases #​1757
  • [BUGFIX] prometheus: Fix GOOS=ios build, broken due to process_collector_* wrong build tags. #​1758
All commits

Full Changelog: prometheus/client_golang@v1.21.0...v1.21.1

github/codeql-action (github/codeql-action)

v3.28.11

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.11 - 07 Mar 2025

  • Update default CodeQL bundle version to 2.20.6. #​2793

See the full CHANGELOG.md for more information.

v3.28.10

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.10 - 21 Feb 2025
  • Update default CodeQL bundle version to 2.20.5. #​2772
  • Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #​2768

See the full CHANGELOG.md for more information.

open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/config/configauth)

v0.121.0

Compare Source

🛑 Breaking changes 🛑
  • confighttp: Make the client config options max_idle_conns, max_idle_conns_per_host, max_conns_per_host, and idle_conn_timeout integers (#​9478)
    All four options can be set to 0 where they were previously set to null
🚩 Deprecations 🚩
  • exporterhelper: Deprecate min_size_items and max_size_items in favor of min_size and max_size. (#​12486)
💡 Enhancements 💡
  • mdatagen: Add converter and provider module classes (#​12467)

  • pipeline: output pipeline name with signal as signal[/name] format in logs. (#​12410)

  • memorylimiter: Add support to configure min GC intervals for soft and hard limits. (#​12450)

  • otlpexporter: Update the stability level for logs, it has been as stable as traces and metrics for some time. (#​12423)

  • service: Create a new subcommand to dump the initial configuration after resolving/merging. (#​11479)
    To use the print-initial-config subcommand, invoke the Collector with the subcommand and corresponding feature gate: otelcol print-initial-config --feature-gates=otelcol.printInitialConfig --config=config.yaml.
    Note that the feature gate enabling this flag is currently in alpha stability, and the subcommand may
    be changed in the future.

  • memorylimiterprocessor: Add support for profiles. (#​12453)

  • otelcol: Converters are now available in the components command. (#​11900, #​12385)

  • component: Mark module as stable (#​9376)

  • confmap: Surface YAML parsing errors when they happen at the top-level. (#​12180)
    This adds context to some instances of the error "retrieved value (type=string) cannot be used as a Conf", which typically happens because of invalid YAML documents

  • pprofile: Add LinkIndex attribute to the generated Sample type (#​12485)

  • exporterhelper: Stabilize exporter.UsePullingBasedExporterQueueBatcher and remove old batch sender (#​12425)

  • mdatagen: Update metadata schema with new fields without enforcing them (#​12359)

🧰 Bug fixes 🧰
  • service: Fix crash at startup when converting from v0.2.0 to v0.3.0 (#​12438)
  • service: fix bug in parsing service::telemetry configuration (#​12437)
  • exporterhelper: Fix bug where the error logged when conversion of data fails is always nil (#​12510)
  • mdatagen: Adds back missing import for filter when emitting resource attributes (#​12455)
golangci/golangci-lint (golangci/golangci-lint)

v1.64.6

Compare Source

  1. Linters bug fixes
    • asciicheck: from 0.4.0 to 0.4.1
    • contextcheck: from 1.1.5 to 1.1.6
    • errcheck: from 1.8.0 to 1.9.0
    • exptostd: from 0.4.1 to 0.4.2
    • ginkgolinter: from 0.19.0 to 0.19.1
    • go-exhaustruct: from 3.3.0 to 3.3.1
    • gocheckcompilerdirectives: from 1.2.1 to 1.3.0
    • godot: from 1.4.20 to 1.5.0
    • perfsprint: from 0.8.1 to 0.8.2
    • revive: from 1.6.1 to 1.7.0
    • tagalign: from 1.4.1 to 1.4.2
open-telemetry/opentelemetry-helm-charts (opentelemetry-operator)

v0.82.0

Compare Source

OpenTelemetry Operator Helm chart for Kubernetes

What's Changed

Full Changelog: open-telemetry/opentelemetry-helm-charts@opentelemetry-collector-0.117.2...opentelemetry-operator-0.82.0

v0.81.1

Compare Source

OpenTelemetry Operator Helm chart for Kubernetes

What's Changed

New Contributors

Full Changelog: open-telemetry/opentelemetry-helm-charts@opentelemetry-demo-0.36.1...opentelemetry-operator-0.81.1

v0.81.0

Compare Source

OpenTelemetry Collector Helm chart for Kubernetes

What's Changed

Full Changelog: open-telemetry/opentelemetry-helm-charts@opentelemetry-collector-0.80.2...opentelemetry-collector-0.81.0

kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)

v0.20.3

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.20.2...v0.20.3

sigstore/cosign-installer (sigstore/cosign-installer)

v3.8.1

Compare Source

What's Changed

Full Changelog: sigstore/cosign-installer@v3...v3.8.1


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 Feb 20, 2025
@renovate renovate bot changed the title chore(deps): update docker/build-push-action action to v6.14.0 chore(deps): update all dependencies Feb 20, 2025
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 1170a2c to 515484f Compare February 24, 2025 14:50
Copy link
Contributor Author

renovate bot commented Feb 24, 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):

  • 45 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/collector/component v0.120.0 -> v1.27.0
github.com/google/gnostic-models v0.6.8 -> v0.6.9
github.com/klauspost/compress v1.17.11 -> v1.18.0
github.com/mailru/easyjson v0.7.7 -> v0.9.0
github.com/spf13/cobra v1.8.1 -> v1.9.1
github.com/spf13/pflag v1.0.5 -> v1.0.6
go.opentelemetry.io/collector/component/componentstatus v0.120.0 -> v0.121.0
go.opentelemetry.io/collector/component/componenttest v0.120.0 -> v0.121.0
go.opentelemetry.io/collector/confmap v1.26.0 -> v1.27.0
go.opentelemetry.io/collector/confmap/xconfmap v0.120.0 -> v0.121.0
go.opentelemetry.io/collector/connector v0.120.0 -> v0.121.0
go.opentelemetry.io/collector/connector/connectortest v0.120.0 -> v0.121.0
go.opentelemetry.io/collector/connector/xconnector v0.120.0 -> v0.121.0
go.opentelemetry.io/collector/consumer v1.26.0 -> v1.27.0
go.opentelemetry.io/collector/consumer/consumererror v0.120.0 -> v0.121.0
go.opentelemetry.io/collector/consumer/consumertest v0.120.0 -> v0.121.0
go.opentelemetry.io/collector/consumer/xconsumer v0.120.0 -> v0.121.0
go.opentelemetry.io/collector/exporter v0.120.0 -> v0.121.0
go.opentelemetry.io/collector/exporter/exportertest v0.120.0 -> v0.121.0
go.opentelemetry.io/collector/exporter/xexporter v0.120.0 -> v0.121.0
go.opentelemetry.io/collector/extension v0.120.0 -> v1.27.0
go.opentelemetry.io/collector/extension/extensioncapabilities v0.120.0 -> v0.121.0
go.opentelemetry.io/collector/extension/extensiontest v0.120.0 -> v0.121.0
go.opentelemetry.io/collector/featuregate v1.26.0 -> v1.27.0
go.opentelemetry.io/collector/internal/fanoutconsumer v0.120.0 -> v0.121.0
go.opentelemetry.io/collector/internal/telemetry v0.120.0 -> v0.121.0
go.opentelemetry.io/collector/pdata v1.26.0 -> v1.27.0
go.opentelemetry.io/collector/pdata/pprofile v0.120.0 -> v0.121.0
go.opentelemetry.io/collector/pdata/testdata v0.120.0 -> v0.121.0
go.opentelemetry.io/collector/pipeline/xpipeline v0.120.0 -> v0.121.0
go.opentelemetry.io/collector/processor v0.120.0 -> v0.121.0
go.opentelemetry.io/collector/processor/processortest v0.120.0 -> v0.121.0
go.opentelemetry.io/collector/processor/xprocessor v0.120.0 -> v0.121.0
go.opentelemetry.io/collector/receiver v0.120.0 -> v0.121.0
go.opentelemetry.io/collector/receiver/receivertest v0.120.0 -> v0.121.0
go.opentelemetry.io/collector/receiver/xreceiver v0.120.0 -> v0.121.0
go.opentelemetry.io/collector/semconv v0.120.0 -> v0.121.0
golang.org/x/time v0.7.0 -> v0.8.0
k8s.io/apiextensions-apiserver v0.32.1 -> v0.32.2
k8s.io/apiserver v0.32.1 -> v0.32.2
k8s.io/component-base v0.32.1 -> v0.32.2
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f -> v0.0.0-20241212222426-2c72e554b1e7
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 -> v0.0.0-20241210054802-24370beab758
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 -> v0.0.0-20241014173422-cfa47c3a1cc8
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 -> v4.5.0

@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from 0cca717 to 48f694f Compare March 4, 2025 11:31
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from b2913d8 to 4e7a5b5 Compare March 7, 2025 19:11
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