chore: update dependencies - #567
Draft
renovate[bot] wants to merge 1 commit into
Draft
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/dependencies
branch
3 times, most recently
from
December 31, 2024 20:44
5ba679a to
8b58a61
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
4 times, most recently
from
January 9, 2025 12:01
490052d to
23754db
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
6 times, most recently
from
January 17, 2025 07:19
c9a1639 to
5aabad4
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
5 times, most recently
from
January 25, 2025 12:15
6e3a52e to
3c9057e
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
5 times, most recently
from
February 5, 2025 00:08
37862c0 to
ade8620
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
7 times, most recently
from
February 12, 2025 12:33
88a8ea0 to
849332e
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
8 times, most recently
from
March 10, 2025 09:42
dee5df0 to
2ed628e
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
from
March 10, 2025 20:32
2ed628e to
8833055
Compare
smira
force-pushed
the
renovate/dependencies
branch
from
April 2, 2025 15:42
8833055 to
9d222f7
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
3 times, most recently
from
April 6, 2025 11:50
95295d4 to
66ab4f9
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
5 times, most recently
from
April 17, 2025 13:15
929d827 to
83bdebd
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
from
April 19, 2025 11:22
83bdebd to
1e5f791
Compare
Author
ℹ️ Artifact update noticeFile name: internal/grype-scan/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update Request | Renovate Bot
This PR contains the following updates:
v0.15.0→v0.16.021.1.0→21.3.02026.8.3→2026.9.3v0.0.1→v0.1.01.29.1→1.301.16.0→1.17.06.18.50→6.18.53v0.111.0→v0.119.0v1.42.4→v1.52.0v1.42.4-0.20260415171054-31b9430f030f→v1.42.420260831.0→20260921.0v0.25.1→v0.26.03.32.0→4.2.00.78.1→0.79.0v1.5.1→v1.5.21.11.1→1.11.2261.2→2621.102.3→1.102.4Release Notes
awslabs/soci-snapshotter (awslabs/soci-snapshotter)
v0.16.0Compare Source
Changelog
Full Changelog: awslabs/soci-snapshotter@v0.15.0...v0.16.0
These binaries were compiled using glibc 2.34.
ceph/ceph (ceph/ceph)
v21.3.0Compare Source
v21.1.1Compare Source
cloudflare/cloudflared (cloudflare/cloudflared)
v2026.9.3Compare Source
SHA256 Checksums:
v2026.9.2Compare Source
SHA256 Checksums:
v2026.9.1Compare Source
SHA256 Checksums:
v2026.9.0Compare Source
SHA256 Checksums:
container-registry/harbor-workload-identity-federation (container-registry/harbor-workload-identity-federation)
v0.1.0Compare Source
Features
Bug Fixes
Documentation
containers/crun (containers/crun)
v1.30Compare Source
payload from container without proper confinement.
A rootfs providing /dev/console as a symlink made crun create a root
owned file on the host at a path chosen by the container image, since
the devices are created before the pivot_root.
A rootfs providing /dev/null as a symlink to a host file bind mounted
into the container made crun replace the pipe- or socketpair-based
std streams with a writable descriptor for that file, and chown it to
the container user. Refuse to continue unless /dev/null is the
character device 1:3, and only consider std streams that are
character devices themselves.
namespace. A recursive clone of such a source picks one up, so the
bind mount cannot be attached from inside the namespace created by
OPEN_TREE_NAMESPACE, and by then there is no way to mount it at all.
sysctl.d(5), fixing sysctls for interface names containing dots
(e.g. VLAN interfaces such as "eth0.100").
a signal arriving before crun starts forwarding them is delivered to
the container init instead of killing crun.
that a signal handler of a program embedding libcrun no longer runs
in the child and corrupts the state of the suspended caller.
regression dropped MS_REC when mount_setattr() is available, so an
"rslave" mount only had its top level mount converted and a mount
created by the container under it propagated back to the host,
clobbering the devpts of the host for a container bind mounting /dev.
remount, so that a "bind,ro" mount of a nosuid,nodev,noexec source
only gets the requested flag, as it was before 1.27.
"exec", "rw") for bind mounts instead of silently keeping the flags
of the source.
"bind,relatime" mount of a noatime source is no longer left with
noatime.
with podman by running a container with a CDI device in a pod that
has a user namespace, as the mounts in a CDI specification usually
have no type.
in maskedPaths or readonlyPaths; reject them with EINVAL.
string, instead of dereferencing it.
hanging forever with no indication of what is going on.
resource limit no longer leaves an empty cgroup behind.
fixing "crun update" on a container started with
--cgroup-manager=disabled.
writer, which wrote "c 1:3 (null)" to devices.allow.
writing to cgroup.procs is denied, fixing "crun exec" for a rootless
user in a login session when the container uses the systemd cgroup
manager.
that they can be told apart from the executed process exiting with 1.
limit of 6 conditions.
out of range index is no longer accepted when every name of the entry
is unknown to libseccomp.
cached filter is not reused for a different configuration.
restore, so that a ^C no longer kills crun and leaves the container
running.
that a program embedding libcrun is no longer moved in and out of the
container cgroup and left with the container init as a child.
tasks are created there.
the default "soft" mode.
missing mountpoints inside the bind mount sources.
so that named v1 hierarchies are no longer duplicated on every
checkpoint and restore.
the rootfs is "/" or not set.
createRuntime and poststart hooks instead of the working directory of
crun.
CPUs, and fix the CPU_ALLOC argument, which allocated a set about 8
times smaller than needed.
truncate or garble the pty output once the ring buffer wrapped and
was drained partially.
could misorder the qsort() and send the bsearch() down the wrong
branch.
"external_descriptors" fields, which crashed "crun list --format=json"
and the checkpoint path on a status file without them.
namespace on OpenVZ, and on kernels without /proc/self/ns/user.
reporting a confusing ENOENT on the procfs file.
undefined references at link time.
had a duplicate "spec" entry and a broken context capsule destructor.
fosrl/newt (fosrl/newt)
v1.17.0Compare Source
Container Images
ghcr.io/fosrl/newt@sha256:3465d85200cceb0f46dad8e63a40b69ec043a81df66ed0c514714302e9b83ddedocker.io/fosrl/newt@sha256:3465d85200cceb0f46dad8e63a40b69ec043a81df66ed0c514714302e9b83ddeTag:
1.17.0What's Changed
pangolin up siteNew Contributors
Full Changelog: fosrl/newt@1.16.0...1.17.0
anchore/grype (github.com/anchore/grype)
v0.119.0Compare Source
Added Features
--show-suppressedcan surface them [Issue #3450] [PR #3705 @philroche]Bug Fixes
--by-cve: which advisory record survives the merge varies between runs [Issue #3630]Additional Changes
Dependencies
54 dependency changes (54 updated). 6 vulnerabilities remediated.
🟢 Remediated (6)
Updated (54 packages)
v0.22.0→v0.23.2v1.11.0→v1.12.0v1.18.0→v1.19.0v1.29.0→v1.30.0v1.64.0→v1.65.1v0.11.0→v0.12.0v0.1.1→v0.1.2v0.3.1→v0.3.2v1.51.1→v1.52.0v1.43.4→v1.44.0v1.7.16→v1.7.20v1.32.35→v1.32.40v1.19.34→v1.19.39v1.18.35→v1.18.40v1.4.35→v1.4.40v2.7.35→v2.7.40v1.4.36→v1.4.41v1.13.15→v1.13.19v1.9.28→v1.10.0v1.13.35→v1.13.40v1.19.36→v1.19.41v1.106.5→v1.108.0v1.5.4→v1.6.0v1.33.4→v1.34.0v1.38.4→v1.39.0v1.45.4→v1.46.0v1.27.6→v1.28.1v2.3.4→v2.3.5(🟢 remediated GHSA-7jxh-36q5-gcqv)v29.7.2+incompatible→v29.8.0+incompatiblev0.21.9→v0.22.1v0.3.19→v0.3.20v2.23.0→v2.24.0v0.25.0→v0.26.3v1.8.8→v1.8.9v1.19.2→v1.20.0v1.55.0→v1.56.0v0.5.1→v0.6.0v0.6.2→v0.6.4v0.1.6→v0.1.8v0.55.0→v0.56.0(🟢 remediated GO-2026-6354, GO-2026-6355)v0.40.0→v0.41.0v0.15.0→v0.16.0v0.292.0→v0.294.0v0.0.0-aa98bba→v0.0.0-e75dac1v0.0.0-925bb5d→v0.0.0-e75dac1v0.0.0-6ac0973→v0.0.0-08b0e42v1.83.0→v1.83.2(🟢 remediated GHSA-2v4p-qf9q-27wj, GHSA-qc2q-p7wx-3px3, GHSA-vp52-pcj8-j9qc)v1.36.12-0.f2248ac→v1.36.12v4.29.1→v4.29.2v4.34.6→v4.35.0v3.1.4→v3.1.5v1.74.4→v1.75.6v1.11.0→v1.12.1v1.56.0→v1.58.0(Full Changelog)
v0.118.0Compare Source
Added Features
Bug Fixes
Dependencies
72 dependency changes (70 updated, 1 added, 1 removed). 3 vulnerabilities remediated.
🟢 Remediated (3)
Updated (70 packages)
v0.25.1→v0.25.2v0.18.2→v0.22.0v1.5.3→v1.11.0v1.13.1→v1.18.0v0.8.0→v1.2.0v1.24.3→v1.29.0v1.61.3→v1.64.0v1.11.7→v1.16.0v1.32.0→v1.33.0v0.55.0→v0.57.0v0.55.0→v0.57.0v0.55.0→v0.57.0v0.3.0→v0.3.1v1.51.0→v1.51.1v1.41.5→v1.43.4v1.7.8→v1.7.16v1.32.12→v1.32.35v1.19.12→v1.19.34v1.18.20→v1.18.35v1.4.21→v1.4.35v2.7.21→v2.7.35v1.4.22→v1.4.36v1.13.7→v1.13.15v1.9.13→v1.9.28v1.13.21→v1.13.35v1.19.21→v1.19.36v1.97.3→v1.106.5v1.0.8→v1.5.4v1.30.13→v1.33.4v1.35.17→v1.38.4v1.41.9→v1.45.4v1.24.2→v1.27.6v2.3.3→v2.3.4v1.0.0-rc.4→v1.0.0-rc.5v29.6.1+incompatible→v29.7.2+incompatiblev0.7.0→v0.8.1v1.18.0→v1.19.0v0.21.7→v0.21.9v0.0.0-6e76a2b→v0.0.0-ef3492dv0.3.14→v0.3.19v2.17.0→v2.23.0v2.0.0-beta.72→v2.0.0-beta.74v1.8.6→v1.8.8v1.8.0→v1.9.0v1.19.1→v1.19.2v0.0.20→v0.0.24v0.5.0→v0.5.1v2.6.0→v2.7.0v0.5.2→v0.5.3v1.11.1→v1.12.1v1.43.0→v1.44.0v1.43.0→v1.44.0(🟢 remediated GO-2026-5158)v1.40.0→v1.44.0v1.43.0→v1.44.0v1.43.0→v1.44.0v1.43.0→v1.44.0v1.43.0→v1.44.0v0.54.0→v0.55.0v0.38.0→v0.40.0(🟢 remediated GO-2026-6179, GO-2026-6180)v0.57.0→v0.58.0v0.40.0→v0.41.0v0.48.0→v0.49.0v0.271.0→v0.292.0v0.0.0-8636f87→v0.0.0-aa98bbav0.0.0-afd174a→v0.0.0-925bb5dv0.0.0-afd174a→v0.0.0-6ac0973v1.82.1→v1.83.0v4.29.0→v4.29.1v1.74.1→v1.74.4v1.55.0→v1.56.0Added (1 package)
v0.66.0Removed (1 package)
v1.8.6(Full Changelog)
v0.117.0Compare Source
Added Features
Bug Fixes
Dependencies
11 dependency changes (11 updated). 2 vulnerabilities remediated.
🟢 Remediated (2)
Updated (11 packages)
v1.50.0→v1.51.0v1.9.3→v1.9.4v1.4.13→v1.4.15v5.9.0→v5.9.1v5.19.1→v5.19.2(🟢 remediated GHSA-hc8v-wwc9-vgxm, GHSA-qgq7-7hm3-q39j)v1.19.0→v1.19.1v1.8.10→v1.18.11v6.0.2→v6.0.3v0.5.15→v0.5.16v3.0.4→v3.0.5v1.54.0→v1.55.0(Full Changelog)
v0.116.1Compare Source
Bug Fixes
Dependencies
30 dependency changes (30 updated). 1 vulnerability remediated.
🟢 Remediated (1)
Updated (30 packages)
v1.31.0→v1.32.0v0.2.2→v0.3.0v1.48.0→v1.50.0v0.0.0-ee656c7→v0.0.0-dba9d58v2.3.2→v2.3.3v29.5.3+incompatible→v29.6.1+incompatiblev1.36.0→v1.37.0v1.3.0→v1.3.3v0.5.22→v0.5.23v0.24.1→v0.25.0v1.54.2→v1.55.0v0.4.1→v0.5.0v2.3.1→v2.4.3v1.39.0→v1.43.0v0.53.0→v0.54.0v0.37.0→v0.38.0v0.56.0→v0.57.0v0.21.0→v0.22.0v0.46.0→v0.47.0v0.44.0→v0.45.0v0.39.0→v0.40.0v0.47.0→v0.48.0v0.0.0-9d38bb4→v0.0.0-afd174av0.0.0-6f92a3b→v0.0.0-afd174av1.80.0→v1.82.1(🟢 remediated GHSA-hrxh-6v49-42gf)v4.28.4→v4.29.0v4.34.4→v4.34.6v3.1.3→v3.1.4v1.73.4→v1.74.1v1.53.0→v1.54.0(Full Changelog)
v0.116.0Compare Source
Added Features
govulndbGO-* ID and its GHSA) [Issue #3511] [PR #3509 @spiffcs]Bug Fixes
Dependencies
14 dependency changes (11 updated, 3 added).
Updated (11 packages)
v0.1.0→v0.2.0v1.46.0→v1.48.0v1.18.6→v1.19.0