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. |
This PR contains the following updates:
v3.11.0->v3.12.2v5.9.0->v5.9.11v2.7.0->v2.8.0v0.21.0->v0.21.1v0.20.2->v0.21.0v0.23.0->v0.23.1v0.6.0->v0.7.0v1.17.9->v1.18.0v0.7.7->v0.9.0v1.14.24->v1.14.28v1.6.1-crc2.0.20241001154044-8c6c4c91c326->v1.9.0-crc0v1.20.3->v1.22.0v0.6.1->v0.6.2v0.55.0->v0.63.0v0.15.1->v0.16.1v1.8.1->v1.9.1v1.0.5->v1.0.6v0.4.1->v0.5.01.23.5->1.24.2v1.29.0->v1.35.0v1.29.0->v1.35.0v0.36.0->v0.39.0v0.24.0->v0.29.0v0.30.0->v0.32.0v0.29.0->v0.31.0v0.22.0->v0.24.0v0.7.0->v0.11.0b45e905->7b38467v1.66.0->v1.72.0v0.32.1->v0.33.0v0.32.1->v0.33.0v0.32.1->v0.33.0v0.32.1->v0.33.03ea5e8c->1f6e0b7v0.20.0->v0.20.4v4.6.0->v4.7.0Release Notes
emicklei/go-restful (github.com/emicklei/go-restful/v3)
v3.12.2Compare Source
v3.12.1Compare Source
v3.12.0Compare Source
v3.11.3Compare Source
v3.11.2Compare Source
v3.11.1Compare Source
evanphx/json-patch (github.com/evanphx/json-patch/v5)
v5.9.11Compare Source
What's Changed
Full Changelog: evanphx/json-patch@v5.9.10...v5.9.11
v5.9.10Compare Source
What's Changed
New Contributors
Full Changelog: evanphx/json-patch@v5.9.0...v5.9.10
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
go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)
v0.21.1Compare Source
go-openapi/jsonreference (github.com/go-openapi/jsonreference)
v0.21.0Compare Source
v0.20.5Compare Source
v0.20.4Compare Source
v0.20.3Compare Source
go-openapi/swag (github.com/go-openapi/swag)
v0.23.1Compare Source
google/go-cmp (github.com/google/go-cmp)
v0.7.0Compare Source
New API:
Panic messaging:
klauspost/compress (github.com/klauspost/compress)
v1.18.0Compare Source
What's Changed
r.err != nilbut return a nil value errorerrby @alingse in https://github.com/klauspost/compress/pull/1028minfunction by @Juneezee in https://github.com/klauspost/compress/pull/1038slices.Maxfor max value in slice by @Juneezee in https://github.com/klauspost/compress/pull/1041New Contributors
Full Changelog: klauspost/compress@v1.17.11...v1.18.0
v1.17.11Compare Source
What's Changed
New Contributors
Full Changelog: klauspost/compress@v1.17.10...v1.17.11
v1.17.10Compare Source
What's Changed
New Contributors
Full Changelog: klauspost/compress@v1.17.9...v1.17.10
mailru/easyjson (github.com/mailru/easyjson)
v0.9.0Compare Source
up go version and bugfixes
v0.8.0Compare Source
stable version before go version bump
mattn/go-sqlite3 (github.com/mattn/go-sqlite3)
v1.14.28Compare Source
v1.14.27Compare Source
v1.14.26Compare Source
v1.14.25Compare 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
v1.8.0-communityCompare Source
What's Changed
Non-breaking changes
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).