Skip to content

Conversation

@red-hat-konflux
Copy link
Contributor

@red-hat-konflux red-hat-konflux bot commented Apr 27, 2025

This PR contains the following updates:

Package Type Update Change
github.com/fxamacker/cbor/v2 indirect minor v2.7.0 -> v2.8.0
github.com/go-openapi/jsonpointer indirect patch v0.21.0 -> v0.21.1
github.com/go-openapi/swag indirect patch v0.23.0 -> v0.23.1
github.com/mailru/easyjson indirect minor v0.7.7 -> v0.9.0
github.com/netobserv/flowlogs-pipeline indirect minor v1.7.0-community.0.20241217113023-fa0540a1658e -> v1.9.0-crc1
github.com/netobserv/netobserv-ebpf-agent require minor v1.7.0-community.0.20250220123714-ff37a09f6232 -> v1.9.0-crc0
github.com/ovn-org/ovn-kubernetes/go-controller indirect digest dd2a70c -> 14237a8
github.com/prometheus/client_model indirect patch v0.6.1 -> v0.6.2
github.com/prometheus/procfs indirect minor v0.15.1 -> v0.16.1
go (source) toolchain minor 1.23.5 -> 1.24.2
golang.org/x/net indirect minor v0.38.0 -> v0.39.0
golang.org/x/oauth2 indirect minor v0.25.0 -> v0.29.0
golang.org/x/sys indirect minor v0.31.0 -> v0.32.0
golang.org/x/term indirect minor v0.30.0 -> v0.31.0
golang.org/x/text indirect minor v0.23.0 -> v0.24.0
golang.org/x/time indirect minor v0.7.0 -> v0.11.0
google.golang.org/protobuf indirect patch v1.36.5 -> v1.36.6
k8s.io/api require minor v0.32.3 -> v0.33.0
k8s.io/apimachinery require minor v0.32.3 -> v0.33.0
k8s.io/client-go require minor v0.32.3 -> v0.33.0
k8s.io/kube-openapi indirect digest 32ad38e -> c8a335a
k8s.io/utils indirect digest 3ea5e8c -> 1f6e0b7
sigs.k8s.io/structured-merge-diff/v4 indirect minor v4.4.2 -> v4.7.0

Release Notes

fxamacker/cbor (github.com/fxamacker/cbor/v2)

v2.8.0

Compare Source

v2.8.0 adds omitzero struct tag option, fixes and deprecates 3 functions, and bumps requirements to go 1.20+.

Many thanks to @​liggitt for contributing the omitzero support!

The "omitzero" option omits zero values from encoding, matching stdlib encoding/json behavior.
When specified in the cbor tag, the option is always honored.
When specified in the json tag, the option is honored when building with Go 1.24+.

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() or UnmarshalFirst() instead.

To preserve backward compatibility, the deprecated functions were added to fuzz tests and will not be removed in v2.x.

What's Changed

Other Changes
🔍 Details

New Contributors

Full Changelog: fxamacker/cbor@v2.7.0...v2.8.0

v2.7.1

Compare 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() or UnmarshalFirst() 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 omitzero struct 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.1

Compare Source

go-openapi/swag (github.com/go-openapi/swag)

v0.23.1

Compare Source

mailru/easyjson (github.com/mailru/easyjson)

v0.9.0

Compare Source

up go version and bugfixes

v0.8.0

Compare Source

stable version before go version bump

netobserv/flowlogs-pipeline (github.com/netobserv/flowlogs-pipeline)

v1.9.0-crc1

Compare Source

v1.9.0-crc0

Compare Source

v1.8.2-community

Compare Source

What's Changed

Non-breaking changes

Full Changelog: netobserv/flowlogs-pipeline@v1.8.1-community...v1.8.2-community

v1.8.1-crc0

Compare Source

v1.8.1-community

Compare Source

What's Changed

Non-breaking changes

Full Changelog: netobserv/flowlogs-pipeline@v1.8.0-community...v1.8.1-community

v1.8.0-crc0

Compare Source

netobserv/netobserv-ebpf-agent (github.com/netobserv/netobserv-ebpf-agent)

v1.9.0-crc0

Compare Source

v1.8.2-community

Compare Source

What's Changed

Non-breaking changes

Full Changelog: netobserv/netobserv-ebpf-agent@v1.8.1-community...v1.8.2-community

v1.8.1-crc0

Compare Source

v1.8.1-community

Compare Source

What's Changed

Non-breaking changes

Full Changelog: netobserv/netobserv-ebpf-agent@v1.8.0-community...v1.8.1-community

v1.8.0-crc0

Compare Source

prometheus/client_model (github.com/prometheus/client_model)

v0.6.2

Compare Source

What's Changed

Full Changelog: prometheus/client_model@v0.6.1...v0.6.2

prometheus/procfs (github.com/prometheus/procfs)

v0.16.1

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/procfs@v0.16.0...v0.16.1

v0.16.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/procfs@v0.15.1...v0.16.0

protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.6

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.5...v1.36.6

User-visible changes:
CL/657895: internal_gengo: generate a const string literal for the raw descriptor
CL/653536: proto: Add CloneOf[M Message](m M) M

Maintenance:
CL/649135: all: set Go language version to Go 1.22
CL/654955: types/descriptorpb: regenerate using latest protobuf v30 release

kubernetes/api (k8s.io/api)

v0.33.0

Compare Source

v0.32.4

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.33.0

Compare Source

v0.32.4

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.33.0

Compare Source

v0.32.4

Compare Source

kubernetes-sigs/structured-merge-diff (sigs.k8s.io/structured-merge-diff/v4)

v4.7.0

Compare Source

v4.6.0

Compare Source

v4.5.0

Compare Source

v4.4.3

Compare Source


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.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.

This PR has been generated by MintMaker (powered by Renovate Bot).

@red-hat-konflux red-hat-konflux bot added the dependencies Pull requests that update a dependency file label Apr 27, 2025
@openshift-ci
Copy link

openshift-ci bot commented Apr 27, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign kalmanmeth for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link

openshift-ci bot commented Apr 27, 2025

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions 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.

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@jotak jotak force-pushed the konflux/mintmaker/main/go-modules branch from f8719c4 to 47b60ad Compare April 28, 2025 11:20
@jotak jotak merged commit 783ba01 into main Apr 28, 2025
5 of 6 checks passed
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 needs-ok-to-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant