chore(deps): update all dependencies #178
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:
0.32.0
->0.33.0
cdf4daa
->a9f88e0
v2.25.1
->v2.25.2
v1.38.1
->v1.38.2
v1.11.0
->v1.11.1
v1.38.0
->v1.40.0
v0.132.0
->v0.134.0
v1.38.0
->v1.40.0
v1.38.0
->v1.40.0
v0.132.0
->v0.134.0
v0.132.0
->v0.134.0
v1.38.0
->v1.40.0
v0.132.0
->v0.134.0
0.18.0
->0.19.0
v0.21.0
->v0.22.0
Release Notes
aquasecurity/trivy-action (aquasecurity/trivy-action)
v0.33.0
Compare Source
What's Changed
New Contributors
Full Changelog: aquasecurity/trivy-action@0.32.0...0.33.0
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.25.2
Compare Source
2.25.2
Fixes
Add github output group for progress report content
Maintenance
Bump Gomega
onsi/gomega (github.com/onsi/gomega)
v1.38.2
Compare Source
1.38.2
c404969
]stretchr/testify (github.com/stretchr/testify)
v1.11.1
Compare Source
This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (
String() string
) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()
) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.What's Changed
Full Changelog: stretchr/testify@v1.11.0...v1.11.1
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/component)
v1.40.0
💡 Enhancements 💡
pdata
: Add custom grpc/encoding that replaces proto and calls into the custom marshal/unmarshal logic in pdata. (#13631)This change should not affect other gRPC calls since it fallbacks to the default grpc/proto encoding if requests are not pdata/otlp requests.
pdata
: Avoid copying the pcommon.Map when same origin (#13731)This is a very large improvement if using OTTL with map functions since it will avoid a map copy.
exporterhelper
: Respectnum_consumers
when batching and partitioning are enabled. (#13607)🧰 Bug fixes 🧰
pdata
: Correctly parse OTLP payloads containing non-packed repeated primitive fields (#13727, #13730)This bug prevented the Collector from ingesting most Histogram, ExponentialHistogram,
and Profile payloads.
v1.39.0
🛑 Breaking changes 🛑
all
: Increase minimum Go version to 1.24 (#13627)💡 Enhancements 💡
otlphttpexporter
: Addprofiles_endpoint
configuration option to allow custom endpoint for profiles data export (#13504)The
profiles_endpoint
configuration follows the same pattern astraces_endpoint
,metrics_endpoint
, andlogs_endpoint
.When specified, profiles data will be sent to the custom URL instead of the default
{endpoint}/v1development/profiles
.pdata
: Add support for local memory pooling for data objects. (#13678)This is still an early experimental (alpha) feature. Do not recommended to be used production. To enable use "--featuregate=+pdata.useProtoPooling"
pdata
: Optimize CopyTo messages to avoid any copy when same source and destination (#13680)receiverhelper
: New feature flag to make receiverhelper distinguish internal vs. downstream errors using newotelcol_receiver_failed_x
andotelcol_receiver_requests
metrics (#12207, #12802)This is a breaking change for the semantics of the otelcol_receiver_refused_metric_points, otelcol_receiver_refused_log_records and otelcol_receiver_refused_spans metrics.
These new metrics and semantics are enabled through the
receiverhelper.newReceiverMetrics
feature gate.debugexporter
: Add support for entity references in debug exporter output (#13324)pdata
: Fix unnecessary allocation of a new state when adding new values to pcommon.Map (#13634)service
: Implement refcounting for pipeline data owned memory. (#13631)This feature is protected by
--featuregate=+pdata.useProtoPooling
.service
: Add a debug-level log message when a consumer returns an error. (#13357)xpdata
: Optimize xpdata/context for persistent queue when only one value for key (#13636)otlpreceiver
: Log the listening addresses of the receiver, rather than the configured endpoints. (#13654)pdata
: Use the newly added proto marshaler/unmarshaler for the official proto Marshaler/Unmarshaler (#13637)If any problems observed with this consider to disable the featuregate
--feature-gates=-pdata.useCustomProtoEncoding
configtls
: Enable X25519MLKEM768 as per draft-ietf-tls-ecdhe-mlkem (#13670)🧰 Bug fixes 🧰
exporterhelper
: Prevent uncontrolled goroutines in batcher due to a incorrect worker pool behaviour. (#13689)service
: Ensure the insecure configuration is accounted for when normalizing the endpoint. (#13691)configoptional
: Allow validating nested types (#13579)configoptional.Optional
now implementsxconfmap.Validator
batchprocessor
: Fix UB in batch processor when trying to read bytes size after adding request to pipeline (#13698)This bug only happens id detailed metrics are enabled and also an async (sending queue enabled) exporter that mutates data is configure.
kubernetes-sigs/controller-tools (kubernetes-sigs/controller-tools)
v0.19.0
Compare Source
What's Changed
Misc
.golangci.yaml
from controller-runtime by @dongjiang1989 in #1249envtest
Dependency bumps
New Contributors
Full Changelog: kubernetes-sigs/controller-tools@v0.18.0...v0.19.0
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
v0.22.0
Compare Source
🔆 Highlights
MatchingLabelsSelector
andMatchingFieldsSelector
by @acumino in #3279✨ Features
🐛 Bugfixes
🌱 Other
📖 Documentation
Dependencies
Added
Changed
e6fa225
→a0af3ef
e6fa225
→a0af3ef
1244d31
→85fd79d
c8a335a
→f3f2b99
3ea5e8c
→4c0f3b2
9aa6b5e
→cfa47c3
Removed
ef43131
New Contributors
Full Changelog: kubernetes-sigs/controller-runtime@v0.21.0...v0.22.0
Thanks to all our contributors! 😊
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.