Skip to content

fix(deps): update all patch dependencies (patch) #35

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

Merged
merged 1 commit into from
Jul 21, 2025

Conversation

alaudaa-renovate[bot]
Copy link
Contributor

This PR contains the following updates:

Package Change Age Confidence
cel.dev/expr v0.19.1 -> v0.19.2 age confidence
github.com/antlr4-go/antlr/v4 v4.13.0 -> v4.13.1 age confidence
github.com/aquasecurity/trivy v0.51.2 -> v0.51.4 age confidence
github.com/containerd/cgroups/v3 v3.0.3 -> v3.0.5 age confidence
github.com/containerd/continuity v0.4.4 -> v0.4.5 age confidence
github.com/containers/common v0.62.0 -> v0.62.3 age confidence
github.com/containers/image/v5 v5.34.0 -> v5.34.3 age confidence
github.com/containers/storage v1.57.1 -> v1.57.2 age confidence
github.com/docker/cli v28.0.0+incompatible -> v28.0.4+incompatible age confidence
github.com/emicklei/go-restful/v3 v3.12.1 -> v3.12.2 age confidence
github.com/fxamacker/cbor/v2 v2.7.0 -> v2.7.1 age confidence
github.com/go-logr/logr v1.4.2 -> v1.4.3 age confidence
github.com/go-openapi/jsonpointer v0.21.0 -> v0.21.1 age confidence
github.com/go-openapi/swag v0.23.0 -> v0.23.1 age confidence
github.com/google/go-containerregistry v0.19.1 -> v0.19.2 age confidence
github.com/hashicorp/go-retryablehttp v0.7.7 -> v0.7.8 age confidence
github.com/magiconair/properties v1.8.7 -> v1.8.10 age confidence
github.com/moby/term v0.5.0 -> v0.5.2 age confidence
github.com/onsi/ginkgo/v2 v2.13.0 -> v2.13.2 age confidence
github.com/onsi/gomega v1.36.2 -> v1.36.3 age confidence
github.com/opencontainers/image-spec v1.1.0 -> v1.1.1 age confidence
github.com/opencontainers/runtime-spec v1.2.0 -> v1.2.1 age confidence
github.com/package-url/packageurl-go v0.1.2 -> v0.1.3 age confidence
github.com/pelletier/go-toml/v2 v2.2.2 -> v2.2.4 age confidence
github.com/pelletier/go-toml/v2 v2.2.3 -> v2.2.4 age confidence
github.com/spf13/cobra v1.8.0 -> v1.8.1 age confidence
github.com/spf13/pflag v1.0.5 -> v1.0.6 age confidence
github.com/stoewer/go-strcase v1.3.0 -> v1.3.1 age confidence
go.etcd.io/bbolt v1.4.0 -> v1.4.2 age confidence
google.golang.org/grpc v1.71.0 -> v1.71.3 age confidence
google.golang.org/protobuf v1.36.5 -> v1.36.6 age confidence

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.1

Compare Source

The 4.13.1 release has:

  • Some minor performance improvements
  • An optional build tag -tags antlr.nomutex which allows a build without
    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

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

New 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

Full 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

  • allow empty payloads in post,put,patch, issue #​580 ( thanks @​liggitt, Jordan Liggitt)
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() or UnmarshalFirst() 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

v2.13.1

Compare Source

2.13.1

Fixes
  • 1296 fix(precompiled test guite): exec bit check omitted on Windows (#​1301) [26eea01]

Maintenance
  • Bump github.com/go-logr/logr from 1.2.4 to 1.3.0 (#​1291) [7161a9d]
  • Bump golang.org/x/sys from 0.13.0 to 0.14.0 (#​1295) [7fc7b10]
  • Bump golang.org/x/tools from 0.12.0 to 0.14.0 (#​1282) [74bbd65]
  • Bump github.com/onsi/gomega from 1.27.10 to 1.29.0 (#​1290) [9373633]
  • Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#​1286) [6e3cf65]
onsi/gomega (github.com/onsi/gomega)

v1.36.3

Compare Source

1.36.3
Maintenance
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-olx0jdT18
Release 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
  • zos updates (#​1273)
  • Add support for windows CPU affinity (#​1258)
  • specs-go: sync SCMP_ARCH_* constants with libseccomp main (#​1229)
  • Add CPU affinity to executed processes (#​1253, #​1261)
  • config-linux: describe the format of cpus and mems (#​1253)
Minor fixes
  • Fix description of errnoRet in Seccomp (#​1277)
  • config-linux: update for libseccomp v2.6.0 (#​1276)
  • Correct prestart hook description in summary (#​1275)
Documentation, CI & Governance
  • ci: Add a github actions workflow for lint (#​1257)
  • update http links to https (#​1269)
  • doc: fix the invalid hyperlink naming-a-volume (#​1268)
  • ci: remove redundunt actions (#​1256)
  • chore: format JSON file make -C schema fmt (#​1255)
  • CODEOWNERS: remove vbatts (#​1248)
  • MAINTAINERS: move vbatts to EMERITUS (#​1248)
  • Update golangci-lint to v1.56.1 in CI (#​1245)
  • Add Go v1.21 and v1.22 to GitHub Actions CI matrix (#​1245)
  • Update GitHub Actions packages to resolve warnings in CI (#​1244)

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

New 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
New Contributors

Full Changelog: pelletier/go-toml@v2.2.3...v2.2.4

v2.2.3

Compare Source

What's Changed

What's new
Performance
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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@alaudaa-renovate alaudaa-renovate bot added the dependencies Pull requests that update a dependency file label Jul 21, 2025
Copy link
Contributor Author

ℹ Artifact update notice

File name: artifact-scanner/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/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 -> v0.0.0-20250102033503-faa5f7b0171c

@alaudaa-renovate alaudaa-renovate bot merged commit 4523236 into main Jul 21, 2025
3 checks passed
@alaudaa-renovate alaudaa-renovate bot deleted the renovate/patch-patch-upgrades branch July 21, 2025 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants