Conversation
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @red-hat-konflux[bot]. Thanks for your PR. I'm waiting for a netobserv member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #276 +/- ##
=======================================
Coverage 22.60% 22.60%
=======================================
Files 14 14
Lines 1451 1451
=======================================
Hits 328 328
Misses 1099 1099
Partials 24 24
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
This PR contains the following updates:
v2.7.0->v2.8.0a4b03ec->337e5ddv1.7.0-community.0.20241217113023-fa0540a1658e->v1.9.0-crc1v1.7.0-community.0.20250220123714-ff37a09f6232->v1.9.0-crc0v2.23.3->v2.23.4dd2a70c->14237a8v1.21.1->v1.22.0v0.15.1->v0.16.11.23.5->1.24.2v0.38.0->v0.39.0v0.28.0->v0.29.0v0.31.0->v0.32.0v0.30.0->v0.31.0v0.23.0->v0.24.0v0.31.0->v0.32.0e70fdf4->7b38467v1.71.0->v1.72.0v0.32.3->v0.33.0v0.32.3->v0.33.0v0.32.3->v0.33.0v0.32.3->v0.33.0e5f78fe->c8a335av0.20.3->v0.20.4v4.6.0->v4.7.0Release Notes
fxamacker/cbor (github.com/fxamacker/cbor/v2)
v2.8.0Compare Source
v2.8.0 adds
omitzerostruct tag option, fixes and deprecates 3 functions, and bumps requirements to go 1.20+.Many thanks to @liggitt for contributing the
omitzerosupport!This release fixes 3 functions (when called directly by user apps) to use same error handling on bad input as
cbor.Unmarshal():RawTag.UnmarshalCBOR()(thanks @thomas-fossati for reporting this!)ByteString.UnmarshalCBOR()SimpleValue.UnmarshalCBOR()This release also deprecates those 3 functions because they were initially created for internal use. Please use
Unmarshal()orUnmarshalFirst()instead.To preserve backward compatibility, the deprecated functions were added to fuzz tests and will not be removed in v2.x.
What's Changed
interface{}withanyby @fxamacker in https://github.com/fxamacker/cbor/pull/627reflect.Ptrwithreflect.Pointerby @fxamacker in https://github.com/fxamacker/cbor/pull/628reflect.PtrTowithreflect.PointerToby @fxamacker in https://github.com/fxamacker/cbor/pull/629RawTag.UnmarshalCBOR(), etc. to matchcbor.Unmarshal()by @fxamacker in https://github.com/fxamacker/cbor/pull/645UnmarshalCBOR()forByteString,RawTag,SimpleValueby @fxamacker in https://github.com/fxamacker/cbor/pull/647Other Changes
🔍 Details
New Contributors
Full Changelog: fxamacker/cbor@v2.7.0...v2.8.0
v2.7.1Compare Source
v2.7.1 fixes 3 functions (when called directly by user apps) to use same error handling on bad inputs as
cbor.Unmarshal():ByteString.UnmarshalCBOR()RawTag.UnmarshalCBOR()SimpleValue.UnmarshalCBOR()The above 3 fixed functions are deprecated because they were initially created for internal use. Please use
Unmarshal()orUnmarshalFirst()instead.To preserve backward compatibility, the deprecated functions were added to fuzz tests and will not be removed in v2.x.
Before Upgrading to v2.7.1
v2.8.0 is being fuzz tested and will be released later today. It adds support for
omitzerostruct tag option.v2.7.1 is the last version to support go 1.17-1.19. v2.8.0 and newer releases will require go 1.20+.
What's Changed
Special Thanks
Thanks @thomas-fossati for reporting the bug in
RawTag.UnmarshalCBOR()when it is called directly by user apps providing bad input data!Full Changelog: fxamacker/cbor@v2.7.0...v2.7.1
netobserv/flowlogs-pipeline (github.com/netobserv/flowlogs-pipeline)
v1.9.0-crc1Compare Source
v1.9.0-crc0Compare Source
v1.8.2-communityCompare Source
What's Changed
Non-breaking changes
Full Changelog: netobserv/flowlogs-pipeline@v1.8.1-community...v1.8.2-community
v1.8.1-crc0Compare Source
v1.8.1-communityCompare Source
What's Changed
Non-breaking changes
Full Changelog: netobserv/flowlogs-pipeline@v1.8.0-community...v1.8.1-community
v1.8.0-crc0Compare Source
netobserv/netobserv-ebpf-agent (github.com/netobserv/netobserv-ebpf-agent)
v1.9.0-crc0Compare Source
v1.8.2-communityCompare Source
What's Changed
Non-breaking changes
95b6ca5by @red-hat-konflux in https://github.com/netobserv/netobserv-ebpf-agent/pull/607Full Changelog: netobserv/netobserv-ebpf-agent@v1.8.1-community...v1.8.2-community
v1.8.1-crc0Compare Source
v1.8.1-communityCompare Source
What's Changed
Non-breaking changes
57a2590by @red-hat-konflux in https://github.com/netobserv/netobserv-ebpf-agent/pull/577Full Changelog: netobserv/netobserv-ebpf-agent@v1.8.0-community...v1.8.1-community
v1.8.0-crc0Compare Source
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.23.4Compare Source
2.23.4
Prior to this release Ginkgo would compute the incorrect number of available CPUs when running with
-pin a linux container. Thanks to @emirot for the fix!Features
2b9c428]Fixes
1f59d07]Maintenance
2d134d5]prometheus/client_golang (github.com/prometheus/client_golang)
v1.22.0: - 2025-04-07Compare Source
zstdsupport introduce in #1496Experimental support for
zstdon scrape was added, controlled by the requestAccept-Encodingheader.It was enabled by default since version 1.20, but now you need to add a blank import to enable it.
The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon,
https://github.com/golang/go/issues/62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.
e.g.:
WithLookbackDeltaandWithStatsoptions have been added to API client. #1743All Changes
New Contributors
Full Changelog: prometheus/client_golang@v1.21.1...v1.22.0-rc.0
prometheus/procfs (github.com/prometheus/procfs)
v0.16.1Compare Source
What's Changed
New Contributors
Full Changelog: prometheus/procfs@v0.16.0...v0.16.1
v0.16.0Compare Source
What's Changed
NewTCPxmethods by @rexagod in https://github.com/prometheus/procfs/pull/640New Contributors
Full Changelog: prometheus/procfs@v0.15.1...v0.16.0
grpc/grpc-go (google.golang.org/grpc)
v1.72.0: Release 1.72.0Compare Source
Dependencies
API Changes
AddressMapV2with generics to ultimately replaceAddressMap. DeprecateAddressMapfor deletion (#8187)New Features
grpc.xds_client.server_failurecounter metric on xDS client to record connectivity errors (#8203)maxAgeto exceed 5 minutes ifstaleAgeis set in the LB policy configuration (#8137)GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRSTtofalse(case insensitive).Bug Fixes
Behavior Changes
Documentation
v1.71.1: Release 1.71.1Compare Source
Bug Fixes
TextMapPropagatorandTracerProviderfromTraceOptionsinstead of OpenTelemetry globals (#8166)NewAddressAPI (#8149)kubernetes/api (k8s.io/api)
v0.33.0Compare Source
v0.32.4Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.33.0[
Configuration
📅 Schedule: Branch creation - "after 5am on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
To execute skipped test pipelines write comment
/ok-to-test.This PR has been generated by MintMaker (powered by Renovate Bot).