Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[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 Regular contributors should join the org to skip this step. 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. |
bfe69d0 to
dc53e7c
Compare
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
dc53e7c to
fbd2912
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
fbd2912 to
c05198c
Compare
This PR contains the following updates:
v0.5.7-0.20250702114755-642adfde5e43→v0.6.0v3.12.2→v3.13.0v2.9.0→v2.9.1v0.21.1→v0.22.5v0.21.0→v0.21.5v0.23.1→v0.25.5v5.3.0→v5.3.1v0.26.0→v0.27.0v0.7.0→v0.7.1f64d9cf→545e8a4v2.27.3→v2.28.0v0.9.0→v0.9.2v1.10.1-community.0.20260128081215-6575ca967373→v1.11.3-communityv2.27.5→v2.28.1v1.39.0→v1.39.12cd5821→f50e695v0.87.0→v0.90.1v0.17.0→v0.20.1v0.5.2→v0.5.3v0.62.0→v0.68.0v1.39.0→v1.43.0v1.39.0→v1.43.0v1.39.0→v1.43.0v1.39.0→v1.43.0v1.39.0→v1.43.0v1.9.0→v1.10.0v2.4.3→v2.4.4b7579e2→7ab1446v0.32.0→v0.34.0v0.49.0→v0.52.0v0.34.0→v0.36.0v0.19.0→v0.20.0v0.40.0→v0.42.0v0.39.0→v0.41.0v0.33.0→v0.35.0v0.12.0→v0.15.0v0.41.0→v0.43.0ff82c1b→6f92a3bff82c1b→6f92a3bv1.79.3→v1.80.0v0.35.0→v0.35.3v0.35.0→v0.35.3v0.35.0→v0.35.3v0.35.0→v0.35.3v0.35.0→v0.35.3v0.35.0→v0.35.3v2.130.1→v2.140.0v0.35.0→v0.35.3589584f→16be699bc988d5→28399d8v0.33.0→v0.34.0v0.22.4→v0.23.3v6.3.0→v6.3.2Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
bpfman/bpfman-operator (github.com/bpfman/bpfman-operator)
v0.6.0Compare Source
The v0.6.0 release is a minor release with significant changes to the bpfman-operator. The operator now supports the load/attach split introduced in bpfman v0.6.0, allowing finer-grained control over BPF programme lifecycle. A new Config custom resource has been added, enabling runtime configuration of operator and agent behaviour including component image overrides and health probe settings; the Config CR is now bootstrapped automatically by the operator on startup. The dependency on security-profiles-operator has been fully removed. Metrics collection has been decoupled from hostNetwork using a proxy DaemonSet, and kube-rbac-proxy has been replaced with controller-runtime's built-in TLS capabilities. Network interface autodiscovery with match and regex filtering has been added for TC, TCX, and XDP programmes. The operator now uses a native crictl implementation, removing the external dependency. BpfApplicationState spec fields have been moved to status, and ContainerSelector has been replaced with NetworkNamespaceSelector for network-attached programme types. Priority fields for TC, TCX, and XDP programmes have been changed from int32 to *int32. Build version information is now embedded in all binaries. OLM bundle deployment has been fixed for vanilla Kubernetes with runtime reconciliation of monitoring and RBAC resources. Container images have been switched from Docker Hub golang to Red Hat UBI go-toolset, and hard-coded imagePullPolicy values have been removed from deployment manifests. CI workflows have been updated to resolve Node.js 20 deprecation warnings and improve caching.
What's Changed
Full Changelog: bpfman/bpfman-operator@v0.5.6...v0.6.0
New Contributors
emicklei/go-restful (github.com/emicklei/go-restful/v3)
v3.13.0Compare Source
fxamacker/cbor (github.com/fxamacker/cbor/v2)
v2.9.1Compare Source
This release includes important bugfixes, defensive checks, improved code quality, and more tests. Although not public, the fuzzer was also improved by adding more fuzz tests.
🐞 Bug fixes related to the
keyasintfeatureThese changes only affect Go struct fields tagged with
keyasint:math.MaxInt64when decoding CBOR map to a struct withkeyasintfield (PR #757)keyasinttag values (PR #757)🐞 Other bug fixes and defensive checks
Some of the bugs fixed are related to decoding extreme values that cannot be encoded with this library. For example, the decoder checks if epoch time encoded as CBOR float value representing hundreds of billions of years overflows int64(seconds).
NOTE: It is generally good practice to avoid using floating point to store epoch time (even when not using CBOR).
RawMessagefromRawMessage.MarshalCBOR(PR #753)U+FFFDreplacement character (PR #753)What's Changed
TimeRFC3339NanoUTCby @fxamacker in #688CI / GitHub Actions and Docs
🔎 Details...
New Contributors
Full Changelog: fxamacker/cbor@v2.9.0...v2.9.1
go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)
v0.22.5Compare Source
0.22.5 - 2026-03-02
Full Changelog: go-openapi/jsonpointer@v0.22.4...v0.22.5
15 commits in this release.
Documentation
Code quality
Miscellaneous tasks
Updates
People who contributed to this release
New Contributors
in #97
jsonpointer license terms
v0.22.4Compare Source
0.22.4 - 2025-12-06
Full Changelog: go-openapi/jsonpointer@v0.22.3...v0.22.4
1 commits in this release.
Miscellaneous tasks
People who contributed to this release
jsonpointer license terms
v0.22.3Compare Source
0.22.3 - 2025-11-17
Full Changelog: go-openapi/jsonpointer@v0.22.2...v0.22.3
8 commits in this release.
Documentation
Code quality
Miscellaneous tasks
People who contributed to this release
New Contributors
in #76
jsonpointer license terms
Configuration
📅 Schedule: Branch creation - On day 7 of the month, every 3 months ( * * 7 */3 * ) (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.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.