Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all go dependencies main (patch) #1635

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

cilium-renovate[bot]
Copy link
Contributor

@cilium-renovate cilium-renovate bot commented Oct 23, 2023

This PR contains the following updates:

Package Type Update Change
github.com/cilium/ebpf require patch v0.12.0 -> v0.12.2
sigs.k8s.io/controller-runtime require patch v0.16.2 -> v0.16.3

Release Notes

cilium/ebpf (github.com/cilium/ebpf)

v0.12.2

Compare Source

This release fixes unmarshaling from a map operation into a []byte, see #​1180. This is a regression in v0.12.0.

We now also properly return an error when the value to unmarshal into is too small, see #​1181. This behaviour has existed for a long time.

What's Changed

New Contributors

Full Changelog: cilium/ebpf@v0.12.1...v0.12.2

v0.12.1

Compare Source

Fixes

Fix ProgramInfo.Instructions failing to decode ExtInfos

A recent change to ProgramInfo.Instructions failed to take a difference between kernel and ELF wire format into account. This meant that retrieving the instructions of a program from the kernel failed with a error.

See #​1168, fixed by #​1169.

Fix reading auxv on 32-bit platforms

The code to determine the kernel version from vdso has been broken on 32-bit platforms. Note that 32-bit arches are not officially supported to the fix is best effort.

See #​1133, fixed by #​1144.

What's Changed

Full Changelog: cilium/ebpf@v0.12.0...v0.12.1

kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)

v0.16.3

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.16.2...v0.16.3


Configuration

📅 Schedule: Branch creation - "on monday" (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

This PR has been generated by Renovate Bot.

@cilium-renovate cilium-renovate bot requested a review from a team as a code owner October 23, 2023 09:09
@cilium-renovate cilium-renovate bot added release-blocker This PR or issue is blocking the next release. release-note/dependency This PR updates one or multiple dependencies labels Oct 23, 2023
@cilium-renovate cilium-renovate bot requested a review from tixxdz October 23, 2023 09:10
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
@cilium-renovate cilium-renovate bot force-pushed the renovate/patch-all-go-deps-main branch from 2fa05db to ede5079 Compare October 24, 2023 14:05
@mtardy mtardy merged commit 6be93da into main Oct 24, 2023
@mtardy mtardy deleted the renovate/patch-all-go-deps-main branch October 24, 2023 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-blocker This PR or issue is blocking the next release. release-note/dependency This PR updates one or multiple dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant