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 #958

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/upload-artifact action minor v4.5.0 -> v4.6.0 age adoption passing confidence
docker/build-push-action action minor v6.10.0 -> v6.11.0 age adoption passing confidence
docker/setup-qemu-action action minor v3.2.0 -> v3.3.0 age adoption passing confidence
github.com/opencontainers/runc replace patch v1.2.3 -> v1.2.4 age adoption passing confidence
github.com/testcontainers/testcontainers-go/modules/k3s require minor v0.34.0 -> v0.35.0 age adoption passing confidence
kubewarden/github-actions action patch v3.4.2 -> v3.4.4 age adoption passing confidence
sigs.k8s.io/controller-runtime require patch v0.19.3 -> v0.19.4 age adoption passing confidence

Release Notes

actions/upload-artifact (actions/upload-artifact)

v4.6.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.0

docker/build-push-action (docker/build-push-action)

v6.11.0

Compare Source

Full Changelog: docker/build-push-action@v6.10.0...v6.11.0

docker/setup-qemu-action (docker/setup-qemu-action)

v3.3.0

Compare Source

Full Changelog: docker/setup-qemu-action@v3.2.0...v3.3.0

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

v1.2.4: runc v1.2.4 -- "Христос се роди!"

Compare Source

This is the fourth patch release of the 1.2.z release branch of runc. It
includes a fix for a regression introduced in 1.2.0 related to the
default device list.

  • Re-add tun/tap devices to built-in allowed devices lists.

    In runc 1.2.0 we removed these devices from the default allow-list
    (which were added seemingly by accident early in Docker's history) as
    a precaution in order to try to reduce the attack surface of device
    inodes available to most containers (#​3468). At the time we thought
    that the vast majority of users using tun/tap would already be
    specifying what devices they need (such as by using --device with
    Docker/Podman) as opposed to doing the mknod manually, and thus
    there would've been no user-visible change.

    Unfortunately, it seems that this regressed a noticeable number of
    users (and not all higher-level tools provide easy ways to specify
    devices to allow) and so this change needed to be reverted. Users
    that do not need these devices are recommended to explicitly disable
    them by adding deny rules in their container configuration. (#​4555,
    #​4556)

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]

testcontainers/testcontainers-go (github.com/testcontainers/testcontainers-go/modules/k3s)

v0.35.0

Compare Source

What's Changed
⚠️ Breaking Changes

The container.Terminate(ctx) method now accepts an extra variadic argument with termination options. The breaking change only affects users assigning this method to a variable, receiving a compile-time error. The rest of the users will simply satisfy the new signature with an empty slice of termination options.

The ShouldPrintBuildLog function of the ContainerRequest has been removed. Instead, a BuildLogWriter function appears, that returns the user-defined io.Writer for writing the image-build logs. In case there is no writer, and the FromDockerfile.PrintBuildLog is set to true, os.Stderr would be used.

Users of the GCloud module and the WithProjectID option must handle the error that this option now returns. This can be get at compile time, as all the functional options for container customisers must return an error.

The types and functions of the PortForwarder type are now private, as they are implementation details of the library, so there is no need for them to be exposed.

Usages of the GenericProviderOptions.DefaultNetwork field must be removed, as this field is now private. The container runtime should provide the default network under the hood.

🔒 Security
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
kubewarden/github-actions (kubewarden/github-actions)

v3.4.4

Compare Source

🧰 Maintenance

v3.4.3

Compare Source

🐛 Bug Fixes
  • fix: Correctly push to artifacthub branch, fix artifacthub policy release (#​145)
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)

v0.19.4

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.19.3...v0.19.4


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (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.

@renovate renovate bot requested a review from a team as a code owner January 13, 2025 02:14
Copy link
Contributor Author

renovate bot commented Jan 13, 2025

ℹ 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):

  • 1 additional dependency was updated

Details:

Package Change
github.com/testcontainers/testcontainers-go v0.34.0 -> v0.35.0

Copy link

codecov bot commented Jan 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.51%. Comparing base (73de594) to head (9ad360a).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #958      +/-   ##
==========================================
+ Coverage   67.35%   67.51%   +0.15%     
==========================================
  Files          30       30              
  Lines        3128     3128              
==========================================
+ Hits         2107     2112       +5     
+ Misses        852      848       -4     
+ Partials      169      168       -1     
Flag Coverage Δ
integration-tests 56.75% <ø> (+0.16%) ⬆️
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.

@fabriziosestito fabriziosestito merged commit ad54279 into main Jan 13, 2025
14 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch January 13, 2025 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant