-
Notifications
You must be signed in to change notification settings - Fork 0
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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1170a2c
to
515484f
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
0cca717
to
48f694f
Compare
b2913d8
to
4e7a5b5
Compare
4e7a5b5
to
c3ae75a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v4.2.1
->v4.2.2
v4.1.8
->v4.1.9
v4.6.0
->v4.6.1
v6.13.0
->v6.15.0
v5.6.1
->v5.7.0
v3.9.0
->v3.10.0
v3.4.0
->v3.6.0
v0.6.0
->v0.7.0
v2.22.2
->v2.23.0
v0.118.0
->v0.120.0
v1.21.0
->v1.21.1
v3.28.9
->v3.28.11
v0.120.0
->v0.121.0
v1.26.0
->v1.27.0
v1.26.0
->v1.27.0
v0.120.0
->v0.121.0
v0.120.0
->v0.121.0
v0.120.0
->v0.121.0
v0.120.0
->v0.121.0
1.24.0-alpine3.20
->1.24.1-alpine3.20
1.64.5
->1.64.6
0.80.2
->0.82.0
v0.20.2
->v0.20.3
v3.8.0
->v3.8.1
Release Notes
actions/cache (actions/cache)
v4.2.2
Compare Source
What's Changed
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:
Panic messaging:
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 thetesting.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 aDeferCleanup()
. This has subtle behavior differences from the golang implementation but should make sense in a Ginkgo... um... context.Features
37a511b
]Fixes
7556a86
]4df06c6
]Maintenance
cbcf39a
]9b261ff
]00f19c8
]e98a4df
]60cc4e2
]fea6f2d
]31d7813
]fc3bbd6
]aee0d56
]809a710
]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-04Compare 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.
Inc
,Add
andObserve
cumulative metric CAS optimizations (#1661), causing regressions on low concurrency cases #1757All 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
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
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 optionsmax_idle_conns
,max_idle_conns_per_host
,max_conns_per_host
, andidle_conn_timeout
integers (#9478)All four options can be set to
0
where they were previously set tonull
🚩 Deprecations 🚩
exporterhelper
: Deprecatemin_size_items
andmax_size_items
in favor ofmin_size
andmax_size
. (#12486)💡 Enhancements 💡
mdatagen
: Addconverter
andprovider
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 thecomponents
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
asciicheck
: from 0.4.0 to 0.4.1contextcheck
: from 1.1.5 to 1.1.6errcheck
: from 1.8.0 to 1.9.0exptostd
: from 0.4.1 to 0.4.2ginkgolinter
: from 0.19.0 to 0.19.1go-exhaustruct
: from 3.3.0 to 3.3.1gocheckcompilerdirectives
: from 1.2.1 to 1.3.0godot
: from 1.4.20 to 1.5.0perfsprint
: from 0.8.1 to 0.8.2revive
: from 1.6.1 to 1.7.0tagalign
: from 1.4.1 to 1.4.2open-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.
This PR was generated by Mend Renovate. View the repository job log.