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 non-major dependencies #926

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/google/cel-go v0.22.0 -> v0.22.1 age adoption passing confidence
github.com/onsi/ginkgo/v2 v2.21.0 -> v2.22.0 age adoption passing confidence
github.com/opencontainers/runc v1.2.1 -> v1.2.2 age adoption passing confidence
github.com/stretchr/testify v1.9.0 -> v1.10.0 age adoption passing confidence
k8s.io/api v0.31.2 -> v0.31.3 age adoption passing confidence
k8s.io/apimachinery v0.31.2 -> v0.31.3 age adoption passing confidence
k8s.io/apiserver v0.31.2 -> v0.31.3 age adoption passing confidence
sigs.k8s.io/controller-runtime v0.19.1 -> v0.19.2 age adoption passing confidence

Release Notes

google/cel-go (github.com/google/cel-go)

v0.22.1

Compare Source

Fixes

New Contributors

Full Changelog: google/cel-go@v0.22.0...v0.22.1

onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.22.0

Compare Source

2.22.0

Features
  • Add label to serial nodes [0fcaa08]

This allows serial tests to be filtered using the label-filter

Maintenance

Various doc fixes

opencontainers/runc (github.com/opencontainers/runc)

v1.2.2: runc v1.2.2 -- "Specialization is for insects."

Compare Source

This is the second patch release of the 1.2.z branch of runc. It
includes two fixes for problems introduced in runc 1.2.0, as well as
some documentation improvements surrounding the overlayfs /proc/self/exe
protections.

  • Fixed the failure of runc delete on a rootless container with no
    dedicated cgroup on a system with read-only /sys/fs/cgroup mount.
    This is a regression in runc 1.2.0, causing a failure when using
    rootless buildkit. (#​4518, #​4531)
  • Using runc on a system where /run/runc and /usr/bin are on different
    filesystems no longer results in harmless but annoying messages
    ("overlayfs: "xino" feature enabled using 3 upper inode bits")
    appearing in the kernel log. (#​4508, #​4530)
  • Better memfd-bind documentation. (#​4530)
  • CI: bump Fedora 40 -> 41. (#​4528)
Static Linking Notices

The runc binary distributed with this release are statically linked with
the following GNU LGPL-2.1 licensed libraries, with runc acting
as a "work that uses the Library":

The versions of these libraries were not modified from their upstream versions,
but in order to comply with the LGPL-2.1 (§6(a)), we have attached the
complete source code for those libraries which (when combined with the attached
runc source code) may be used to exercise your rights under the LGPL-2.1.

However we strongly suggest that you make use of your distribution's packages
or download them from the authoritative upstream sources, especially since
these libraries are related to the security of your containers.


Thanks to all of the contributors who made this release possible:

Signed-off-by: Aleksa Sarai [email protected]

stretchr/testify (github.com/stretchr/testify)

v1.10.0

Compare Source

What's Changed

Functional Changes
Fixes
Documantation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.9.0...v1.10.0

kubernetes/api (k8s.io/api)

v0.31.3

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.31.3

Compare Source

kubernetes/apiserver (k8s.io/apiserver)

v0.31.3

Compare Source

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

v0.19.2

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.19.1...v0.19.2


Configuration

📅 Schedule: Branch creation - "before 4am 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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Nov 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.44%. Comparing base (88a2344) to head (946a442).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #926   +/-   ##
=======================================
  Coverage   69.44%   69.44%           
=======================================
  Files          30       30           
  Lines        3040     3040           
=======================================
  Hits         2111     2111           
  Misses        763      763           
  Partials      166      166           
Flag Coverage Δ
integration-tests 58.37% <ø> (ø)
unit-tests 40.41% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@renovate renovate bot changed the title chore(deps): update module github.com/opencontainers/runc to v1.2.2 fix(deps): update all non-major dependencies Nov 21, 2024
Copy link
Contributor Author

renovate bot commented Nov 21, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
k8s.io/client-go v0.31.2 -> v0.31.3
k8s.io/component-base v0.31.2 -> v0.31.3

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0bfabda to 710a600 Compare November 22, 2024 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Pending review
Development

Successfully merging this pull request may close these issues.

0 participants