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.100.2
->v0.116.0
v1.46.0
->v1.47.0
v1.4.1
->v1.5.0
v1.28.3
->v1.28.5
v1.16.19
->v1.16.20
v1.37.5
->v1.37.6
v1.22.0
->v1.22.1
v1.11.3
->v1.11.4
v0.7.1
->v0.7.2
v1.6.2
->v1.6.3
v1.2.1
->v1.2.2
6f2963f
->71c992b
v0.4.2-0.20241117145548-4e3aff457298
->v0.5.9
31e9ef2
->7d93572
49c8d46
->19ca174
v0.205.0
->v0.207.0
dd2ea8e
->e639e21
dd2ea8e
->e639e21
v1.35.1
->v1.35.2
b92baf7
->e8a92aa
Release Notes
googleapis/google-cloud-go (cloud.google.com/go)
v0.116.0
Compare Source
Features
v0.115.1
Compare Source
Bug Fixes
v0.115.0
Compare Source
Features
Bug Fixes
v0.114.0
Compare Source
Features
Bug Fixes
v0.113.0
Compare Source
Features
Bug Fixes
Documentation
v0.112.2
Compare Source
Bug Fixes
v0.112.1
Compare Source
Bug Fixes
Documentation
v0.112.0
Compare Source
Features
Documentation
v0.111.0
Compare Source
Features
Bug Fixes
v0.110.10
Compare Source
Bug Fixes
v0.110.9
Compare Source
Bug Fixes
v0.110.8
Compare Source
v0.110.7
Compare Source
v0.110.6
Compare Source
v0.110.5
Compare Source
v0.110.4
Compare Source
v0.110.3
Compare Source
Bug Fixes
Documentation
v0.110.2
Compare Source
v0.110.1
Compare Source
v0.110.0
Compare Source
v0.109.0
Compare Source
v0.108.0
Compare Source
v0.107.0
Compare Source
v0.106.0
Compare Source
v0.105.0
Compare Source
v0.104.0
Compare Source
v0.103.0
Compare Source
v0.102.1
Compare Source
v0.102.0
Compare Source
v0.101.1
Compare Source
v0.101.0
Compare Source
aws/smithy-go (github.com/aws/smithy-go)
v1.22.1
Compare Source
coredns/coredns (github.com/coredns/coredns)
v1.11.4
Compare Source
This release adds some new features and fixes some bugs. New features of note:
next
, to try alternate upstreams when receiving specified response codes upstreams on (functions like the external plugin alternate)Brought to You By
AdamKorcz,
Anifalak,
Ben Kochie,
Chris O'Haver,
Frederic Hemery,
Grant Spence,
Harshita Sao,
Jason Joo,
Jasper Bernhardt,
Johnny Bergström,
Keith Coleman,
Kevin Lyda,
Lan,
Lin-1997,
Manuel Rüger,
Nathan Currier,
Nicolai Søborg,
Nikita Usatov,
Paco Xu,
Reinhard Nägele,
Robbie Ostrow,
TAKAHASHI Shuuji,
Till Riedel,
Tobias Klauser,
YASH JAIN,
cedar-gao,
chenylh,
wmkuipers,
xinbenlv,
zhangguanzhang
Noteworthy Changes
cosi-project/runtime (github.com/cosi-project/runtime)
v0.7.2
Compare Source
What's Changed
WithIgnoreTeardownWhile
toqtransform
controllers by @utkuozdemir in https://github.com/cosi-project/runtime/pull/518Full Changelog: cosi-project/runtime@v0.7.1...v0.7.2
emicklei/dot (github.com/emicklei/dot)
v1.6.3
Compare Source
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.
runc delete
on a rootless container with nodedicated 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)
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)
Static Linking Notices
The
runc
binary distributed with this release are statically linked withthe following GNU LGPL-2.1 licensed libraries, with
runc
actingas 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]
safchain/ethtool (github.com/safchain/ethtool)
v0.5.9
: v0.5.0Compare Source
googleapis/google-api-go-client (google.golang.org/api)
v0.207.0
Compare Source
Features
v0.206.0
Compare Source
Features
protocolbuffers/protobuf-go (google.golang.org/protobuf)
v1.35.2
Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.35.1...v1.35.2
Maintenance:
CL/623115: proto: refactor equal_test from explicit table to use makeMessages()
CL/623116: encoding/prototext: use testmessages_test.go approach, too
CL/623117: internal/testprotos/test: add nested message field with [lazy=true]
CL/624415: proto: switch messageset_test to use makeMessages() injection point
CL/624416: internal/impl: fix TestMarshalMessageSetLazyRace (was a no-op!)
User-visible changes:
CL/618395: encoding/protojson: allow missing value for Any of type Empty
CL/618979: all: implement strip_enum_prefix editions feature
CL/622575: testing/protocmp: document behavior when combining Ignore and Sort
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.
This PR was generated by Mend Renovate. View the repository job log.