fix(deps): update all patch dependencies (patch) #35
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.
This PR contains the following updates:
v0.19.1
->v0.19.2
v4.13.0
->v4.13.1
v0.51.2
->v0.51.4
v3.0.3
->v3.0.5
v0.4.4
->v0.4.5
v0.62.0
->v0.62.3
v5.34.0
->v5.34.3
v1.57.1
->v1.57.2
v28.0.0+incompatible
->v28.0.4+incompatible
v3.12.1
->v3.12.2
v2.7.0
->v2.7.1
v1.4.2
->v1.4.3
v0.21.0
->v0.21.1
v0.23.0
->v0.23.1
v0.19.1
->v0.19.2
v0.7.7
->v0.7.8
v1.8.7
->v1.8.10
v0.5.0
->v0.5.2
v2.13.0
->v2.13.2
v1.36.2
->v1.36.3
v1.1.0
->v1.1.1
v1.2.0
->v1.2.1
v0.1.2
->v0.1.3
v2.2.2
->v2.2.4
v2.2.3
->v2.2.4
v1.8.0
->v1.8.1
v1.0.5
->v1.0.6
v1.3.0
->v1.3.1
v1.4.0
->v1.4.2
v1.71.0
->v1.71.3
v1.36.5
->v1.36.6
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
google/cel-spec (cel.dev/expr)
v0.19.2
Compare Source
What's Changed
Full Changelog: google/cel-spec@v0.19.1...v0.19.2
antlr4-go/antlr (github.com/antlr4-go/antlr/v4)
v4.13.1
: Release 4.13.1Compare Source
The 4.13.1 release has:
using mutexes, when the user knows they will not use it with multiple
go routines. (Note, somewhat experimental)
Note that I did not remove the sort.Slices calls. They will not be experimental for long
and are implemented efficently. Please make a fork if you must use it without this
dependency. Maybe review whether you need to do so for the sake of one call.
aquasecurity/trivy (github.com/aquasecurity/trivy)
v0.51.4
Changelog
c06f467
chore: downgrade trivy-checks and trivy-awsdf4f760
build: use main package instead of main.go (#6766)bf7a8ed
chore(deps): bump the common group across 1 directory with 29 updates (#6756)acb22c6
chore(deps): bump the aws group with 8 updates (#6738)9a3510f
chore(deps): bump the docker group with 2 updates (#6739)7806b37
ci: addgeneric
dir to deb deploy script (#6636)containerd/cgroups (github.com/containerd/cgroups/v3)
v3.0.5
Compare Source
What's Changed
New Contributors
Full Changelog: containerd/cgroups@v3.0.4...v3.0.5
v3.0.4
Compare Source
What's Changed
EOPNOTSUPP
to err filter for PSI data by @mahendrapaipuri in https://github.com/containerd/cgroups/pull/322New Contributors
Full Changelog: containerd/cgroups@v3.0.3...v3.0.4
containerd/continuity (github.com/containerd/continuity)
v0.4.5
Compare Source
What's Changed
Full Changelog: containerd/continuity@v0.4.4...v0.4.5
containers/common (github.com/containers/common)
v0.62.3
Compare Source
What's Changed
Full Changelog: containers/common@v0.62.2...v0.62.3
v0.62.2
Compare Source
What's Changed
Full Changelog: containers/common@v0.62.1...v0.62.2
v0.62.1
Compare Source
Full Changelog: containers/common@v0.62.0...v0.62.1
containers/image (github.com/containers/image/v5)
v5.34.3
Compare Source
What's Changed
tarball:
by @mtrmac in https://github.com/containers/image/pull/2807Full Changelog: containers/image@v5.34.2...v5.34.3
v5.34.2
Compare Source
What's Changed
Full Changelog: containers/image@v5.34.1...v5.34.2
v5.34.1
Compare Source
What's Changed
Full Changelog: containers/image@v5.34.0...v5.34.1
containers/storage (github.com/containers/storage)
v1.57.2
Compare Source
What's Changed
Full Changelog: containers/storage@v1.57.1...v1.57.2
docker/cli (github.com/docker/cli)
v28.0.4+incompatible
Compare Source
v28.0.3+incompatible
Compare Source
v28.0.2+incompatible
Compare Source
v28.0.1+incompatible
Compare Source
emicklei/go-restful (github.com/emicklei/go-restful/v3)
v3.12.2
Compare Source
fxamacker/cbor (github.com/fxamacker/cbor/v2)
v2.7.1
Compare Source
v2.7.1 fixes 3 functions (when called directly by user apps) to use same error handling on bad inputs as
cbor.Unmarshal()
:ByteString.UnmarshalCBOR()
RawTag.UnmarshalCBOR()
SimpleValue.UnmarshalCBOR()
The above 3 fixed functions are deprecated because they were initially created for internal use. Please use
Unmarshal()
orUnmarshalFirst()
instead.To preserve backward compatibility, the deprecated functions were added to fuzz tests and will not be removed in v2.x.
Before Upgrading to v2.7.1
v2.8.0 is being fuzz tested and will be released later today. It adds support for
omitzero
struct tag option.v2.7.1 is the last version to support go 1.17-1.19. v2.8.0 and newer releases will require go 1.20+.
What's Changed
Special Thanks
Thanks @thomas-fossati for reporting the bug in
RawTag.UnmarshalCBOR()
when it is called directly by user apps providing bad input data!Full Changelog: fxamacker/cbor@v2.7.0...v2.7.1
go-logr/logr (github.com/go-logr/logr)
v1.4.3
Compare Source
Minor release.
What's Changed
New Contributors
Full Changelog: go-logr/logr@v1.4.2...v1.4.3
go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)
v0.21.1
Compare Source
go-openapi/swag (github.com/go-openapi/swag)
v0.23.1
Compare Source
google/go-containerregistry (github.com/google/go-containerregistry)
v0.19.2
Compare Source
What's Changed
New Contributors
Full Changelog: google/go-containerregistry@v0.19.1...v0.19.2
hashicorp/go-retryablehttp (github.com/hashicorp/go-retryablehttp)
v0.7.8
Compare Source
magiconair/properties (github.com/magiconair/properties)
v1.8.10
Compare Source
What's Changed
Full Changelog: magiconair/properties@v1.8.9...v1.8.10
v1.8.9
Compare Source
What's Changed
New Contributors
Full Changelog: magiconair/properties@v1.8.8...v1.8.9
v1.8.8
Compare Source
What's Changed
New Contributors
Full Changelog: magiconair/properties@v1.8.7...v1.8.8
moby/term (github.com/moby/term)
v0.5.2
Compare Source
v0.5.1
Compare Source
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.13.2
Compare Source
2.13.2
Fixes
e2e81c8
](*regexp.Regexp).MatchString
(#1302) [3b2a2a7
]v2.13.1
Compare Source
2.13.1
Fixes
1296 fix(precompiled test guite): exec bit check omitted on Windows (#1301) [
26eea01
]Maintenance
7161a9d
]7fc7b10
]74bbd65
]9373633
]6e3cf65
]onsi/gomega (github.com/onsi/gomega)
v1.36.3
Compare Source
1.36.3
Maintenance
adb8b49
]interface{}
withany
[7613216
]9fe5259
]a0e85b9
]604a8b1
]36fbc84
]ced70d7
]c8b4a07
]06431b9
]b55a92d
]a1d518b
]opencontainers/image-spec (github.com/opencontainers/image-spec)
v1.1.1
Compare Source
Vote Passed
[+5 -0 nv1]
- https://groups.google.com/a/opencontainers.org/g/dev/c/T-olx0jdT18Release PR : https://github.com/opencontainers/image-spec/pull/1247
Full Changelog: opencontainers/image-spec@v1.1.0...v1.1.1
opencontainers/runtime-spec (github.com/opencontainers/runtime-spec)
v1.2.1
Compare Source
This is the first patch release of the v1.2.z series of the Open
Container Initative Runtime Specification. It primarily includes a
series of minor fixes as well as new support for the specification of
the CPU affinity of container processes.
Additions
Minor fixes
prestart
hook description in summary (#1275)Documentation, CI & Governance
make -C schema fmt
(#1255)Thanks to the following contributors for making this release possible:
Vote-Results: +8 -0 *3 (#1278)
Signed-off-by: Aleksa Sarai [email protected]
package-url/packageurl-go (github.com/package-url/packageurl-go)
v0.1.3
Compare Source
What's Changed
./
and../
as valid subpath prefix by @ridhoq in https://github.com/package-url/packageurl-go/pull/68New Contributors
Full Changelog: package-url/packageurl-go@v0.1.2...v0.1.3
pelletier/go-toml (github.com/pelletier/go-toml/v2)
v2.2.4
Compare Source
Highlight
In this release, @mikattack removed the last dependency of go-toml! 🎉 (https://github.com/pelletier/go-toml/pull/981)
What's Changed
Documentation
Other changes
stretchr/testify
with an internal test suite by @mikattack in https://github.com/pelletier/go-toml/pull/981New Contributors
Full Changelog: pelletier/go-toml@v2.2.3...v2.2.4
v2.2.3
Compare Source
What's Changed
What's new
int
,uint
, andfloat
as map keys by @daniel-weisse in https://github.com/pelletier/go-toml/pull/958Performance
Fixed bugs
Documentation
Other changes
New Contributors
Full Changelog: pelletier/go-toml@v2.2.2...v2.2.3
spf13/cobra (github.com/spf13/cobra)
v1.8.1
Compare Source
✨ Features
🐛 Bug fixes
🔧 Maintenance
🧪 Testing & CI/CD
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Renovate Bot.