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

update: bump the gomod-packages group across 1 directory with 13 updates #1876

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 17, 2025

Bumps the gomod-packages group with 7 updates in the / directory:

Package From To
github.com/docker/cli 27.4.1+incompatible 27.5.0+incompatible
github.com/docker/docker 27.4.1+incompatible 27.5.0+incompatible
github.com/go-playground/validator/v10 10.23.0 10.24.0
github.com/google/go-containerregistry 0.20.2 0.20.3
github.com/sigstore/rekor 1.3.7 1.3.8
k8s.io/api 0.32.0 0.32.1
k8s.io/client-go 0.32.0 0.32.1

Updates github.com/docker/cli from 27.4.1+incompatible to 27.5.0+incompatible

Commits
  • a187fa5 Merge pull request #5736 from thaJeztah/27.x_vendor_docker_27.5.0
  • e32d69e vendor: github.com/docker/docker 38b84dce32c4 (v27.5.0)
  • 2767e9e Merge pull request #5732 from thaJeztah/27.x_vendor_docker_27.5.0-rc.2
  • a999a40 Merge pull request #5735 from vvoland/5734-27.x
  • b277537 gha/build: Publish bin image for release branches
  • 919350d vendor: github.com/docker/docker v27.5.0-rc.2
  • 80f7848 Merge pull request #5726 from thaJeztah/27.x_update_engine
  • 0d27375 Merge pull request #5723 from thaJeztah/27.x_backport_rm_oom_score_adj
  • 0ced103 vendor: github.com/docker/docker 43fc912ef59a (v27.5.0-rc.2)
  • f068c14 contrib/completion: remove --oom-score-adj daemon flag
  • Additional commits viewable in compare view

Updates github.com/docker/docker from 27.4.1+incompatible to 27.5.0+incompatible

Release notes

Sourced from github.com/docker/docker's releases.

v27.5.0

27.5.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bugfixes and enhancements

  • containerd image store: Fix passing a build context via tarball to the /build endpoint. moby/moby#49194
  • Builder garbage collection policies without a keepStorage value now inherit the defaultKeepStorage limit as intended. moby/moby#49137
  • Preserve network labels during daemon startup. moby/moby#49200
  • Fix a potential race condition error when deleting a container. moby/moby#49239

Go SDK

  • pkg/sysinfo: deprecate NumCPU. This utility has the same behavior as runtime.NumCPU. moby/moby#49247
  • pkg/fileutils: deprecate GetTotalUsedFds: this function is only used internally and will be removed in the next release. moby/moby#49209
  • pkg/ioutils: deprecate BytesPipe, NewBytesPipe, ErrClosed, WriteCounter, NewWriteCounter, NewReaderErrWrapper, NopFlusher, NopWriter, NopWriteCloser. They were only used internally and will be removed in the next release. moby/moby#49246, moby/moby#49255
  • pkg/reexec: This package is deprecated and moved to a separate module. Use github.com/moby/sys/reexec instead. moby/moby#49135

Packaging updates

v27.5.0-rc.2

27.5.0-rc.2

This is a pre-release of the upcoming 27.5.0 release.

Pre-releases are intended for testing new releases: only install in a test environment!

curl -fsSL https://get.docker.com -o get-docker.sh
sudo CHANNEL=test sh get-docker.sh

Known issues:

Bugs and regressions can be reported in these issue trackers:

... (truncated)

Commits
  • 38b84dc Merge pull request #49255 from thaJeztah/27.x_backport_ioutils_more_deprecations
  • ae82113 Merge pull request #49253 from thaJeztah/27.x_backport_bump_containerd_binary...
  • 8a2fd51 pkg/ioutils: deprecate NopWriteCloser
  • cf37b66 pkg/ioutils: deprecate NopWriter
  • c83f658 Dockerfile: update containerd to v1.7.25
  • 931be8e Merge pull request #49246 from thaJeztah/27.x_backport_ioutils_deprecations
  • 2e1aee3 Merge pull request #49249 from robmry/backport-27.x/fix_unit_tests_for_nftabl...
  • f53d72e Fix unit tests for an nftables host
  • 55f7055 Merge pull request #49243 from thaJeztah/27.x_backport_bump_runc_binary_1.2.4
  • 36ad318 Merge pull request #49247 from thaJeztah/27.x_backport_deprecate_runtime_numcpu
  • Additional commits viewable in compare view

Updates github.com/go-playground/validator/v10 from 10.23.0 to 10.24.0

Release notes

Sourced from github.com/go-playground/validator/v10's releases.

Release 10.24.0

What's Changed

The MSGV(Minimum Supported Go Version) has been bumped to v1.20 to address a security issues in the gaoling net package.

Full Changelog: go-playground/validator@v10.23.0...v10.24.0

Commits

Updates github.com/google/go-containerregistry from 0.20.2 to 0.20.3

Release notes

Sourced from github.com/google/go-containerregistry's releases.

v0.20.3

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.20.2...v0.20.3

Commits

Updates github.com/sigstore/rekor from 1.3.7 to 1.3.8

Release notes

Sourced from github.com/sigstore/rekor's releases.

v1.3.8

Changelog

Please see https://github.com/sigstore/rekor/blob/main/CHANGELOG.md for changes included in this release.

Changelog

Sourced from github.com/sigstore/rekor's changelog.

v1.3.8

Bug Fixes

  • fix zizmor issues (#2298)
  • remove unneeded value in log message (#2282)

Quality Enhancements

  • chore: relax go directive to permit 1.22.x
  • fetch minisign from homebrew instead of custom ppa (#2329)
  • fix(ci): simplify GOVERSION extraction
  • chore(deps): bump actions pins to latest
  • Updates go and golangci-lint (#2302)
  • update builder to use go1.23.4 (#2301)
  • clean up spaces
  • log request body on 500 error to aid debugging (#2283)

Contributors

  • Appu Goundan
  • Bob Callaway
  • Carlos Tadeu Panato Junior
  • Dominic Evans
  • sgpinkus
Commits
  • 88b5ce5 add changelog for v1.3.8 (#2331)
  • 1e9cdae chore: relax go directive to permit 1.22.x
  • dcad58c build(deps): Bump google.golang.org/api from 0.214.0 to 0.216.0 (#2328)
  • 1082f48 build(deps): Bump the all group with 11 updates (#2327)
  • 362ccea build(deps): Bump google/cloud-sdk from 504.0.1 to 505.0.0 (#2326)
  • c505919 fetch minisign from homebrew instead of custom ppa (#2329)
  • 280c8c1 fix(ci): simplify GOVERSION extraction
  • 7bf4b21 chore(deps): bump actions pins to latest
  • 513c30e Update types.md (#2322)
  • 8f7b5a0 build(deps): Bump sigs.k8s.io/release-utils from 0.8.5 to 0.9.0
  • Additional commits viewable in compare view

Updates github.com/sigstore/sigstore from 1.8.11 to 1.8.12

Release notes

Sourced from github.com/sigstore/sigstore's releases.

v1.8.12

What's Changed

Full Changelog: sigstore/sigstore@v1.8.11...v1.8.12

Commits
  • e28cdf3 cleanup ci (#1927)
  • 8041221 build(deps): Bump the tools group across 1 directory with 2 updates (#1913)
  • 57944ce build(deps): Bump github.com/secure-systems-lab/go-securesystemslib from 0.8....
  • 99a57f3 build(deps): Bump golang.org/x/crypto in /test/fuzz (#1908)
  • 125d1dc build(deps): Bump golang.org/x/crypto from 0.31.0 to 0.32.0 (#1923)
  • 73220ab build(deps): Bump golang.org/x/term from 0.27.0 to 0.28.0 (#1922)
  • cc55882 build(deps): Bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 (#1921)
  • 47e3edd build(deps): Bump github.com/coreos/go-oidc/v3 from 3.11.0 to 3.12.0 (#1924)
  • 7b4f423 build(deps): Bump cloud.google.com/go/kms (#1920)
  • 1f3a09e build(deps): Bump the gomod group across 2 directories with 5 updates (#1916)
  • Additional commits viewable in compare view

Updates github.com/sigstore/sigstore/pkg/signature/kms/aws from 1.8.11 to 1.8.12

Release notes

Sourced from github.com/sigstore/sigstore/pkg/signature/kms/aws's releases.

v1.8.12

What's Changed

Full Changelog: sigstore/sigstore@v1.8.11...v1.8.12

Commits
  • e28cdf3 cleanup ci (#1927)
  • 8041221 build(deps): Bump the tools group across 1 directory with 2 updates (#1913)
  • 57944ce build(deps): Bump github.com/secure-systems-lab/go-securesystemslib from 0.8....
  • 99a57f3 build(deps): Bump golang.org/x/crypto in /test/fuzz (#1908)
  • 125d1dc build(deps): Bump golang.org/x/crypto from 0.31.0 to 0.32.0 (#1923)
  • 73220ab build(deps): Bump golang.org/x/term from 0.27.0 to 0.28.0 (#1922)
  • cc55882 build(deps): Bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 (#1921)
  • 47e3edd build(deps): Bump github.com/coreos/go-oidc/v3 from 3.11.0 to 3.12.0 (#1924)
  • 7b4f423 build(deps): Bump cloud.google.com/go/kms (#1920)
  • 1f3a09e build(deps): Bump the gomod group across 2 directories with 5 updates (#1916)
  • Additional commits viewable in compare view

Updates github.com/sigstore/sigstore/pkg/signature/kms/azure from 1.8.11 to 1.8.12

Release notes

Sourced from github.com/sigstore/sigstore/pkg/signature/kms/azure's releases.

v1.8.12

What's Changed

Full Changelog: sigstore/sigstore@v1.8.11...v1.8.12

Commits
  • e28cdf3 cleanup ci (#1927)
  • 8041221 build(deps): Bump the tools group across 1 directory with 2 updates (#1913)
  • 57944ce build(deps): Bump github.com/secure-systems-lab/go-securesystemslib from 0.8....
  • 99a57f3 build(deps): Bump golang.org/x/crypto in /test/fuzz (#1908)
  • 125d1dc build(deps): Bump golang.org/x/crypto from 0.31.0 to 0.32.0 (#1923)
  • 73220ab build(deps): Bump golang.org/x/term from 0.27.0 to 0.28.0 (#1922)
  • cc55882 build(deps): Bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 (#1921)
  • 47e3edd build(deps): Bump github.com/coreos/go-oidc/v3 from 3.11.0 to 3.12.0 (#1924)
  • 7b4f423 build(deps): Bump cloud.google.com/go/kms (#1920)
  • 1f3a09e build(deps): Bump the gomod group across 2 directories with 5 updates (#1916)
  • Additional commits viewable in compare view

Updates github.com/sigstore/sigstore/pkg/signature/kms/gcp from 1.8.11 to 1.8.12

Release notes

Sourced from github.com/sigstore/sigstore/pkg/signature/kms/gcp's releases.

v1.8.12

What's Changed

Full Changelog: sigstore/sigstore@v1.8.11...v1.8.12

Commits
  • e28cdf3 cleanup ci (#1927)
  • 8041221 build(deps): Bump the tools group across 1 directory with 2 updates (#1913)
  • 57944ce build(deps): Bump github.com/secure-systems-lab/go-securesystemslib from 0.8....
  • 99a57f3 build(deps): Bump golang.org/x/crypto in /test/fuzz (#1908)
  • 125d1dc build(deps): Bump golang.org/x/crypto from 0.31.0 to 0.32.0 (#1923)
  • 73220ab build(deps): Bump golang.org/x/term from 0.27.0 to 0.28.0 (#1922)
  • cc55882 build(deps): Bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 (#1921)
  • 47e3edd build(deps): Bump github.com/coreos/go-oidc/v3 from 3.11.0 to 3.12.0 (#1924)
  • 7b4f423 build(deps): Bump cloud.google.com/go/kms (#1920)
  • 1f3a09e build(deps): Bump the gomod group across 2 directories with 5 updates (#1916)
  • Additional commits viewable in compare view

Updates github.com/sigstore/sigstore/pkg/signature/kms/hashivault from 1.8.11 to 1.8.12

Release notes

Sourced from github.com/sigstore/sigstore/pkg/signature/kms/hashivault's releases.

v1.8.12

What's Changed

Full Changelog: sigstore/sigstore@v1.8.11...v1.8.12

Commits
  • e28cdf3 cleanup ci (#1927)
  • 8041221 build(deps): Bump the tools group across 1 directory with 2 updates (#1913)
  • 57944ce build(deps): Bump github.com/secure-systems-lab/go-securesystemslib from 0.8....
  • 99a57f3 build(deps): Bump golang.org/x/crypto in /test/fuzz (#1908)
  • 125d1dc build(deps): Bump golang.org/x/crypto from 0.31.0 to 0.32.0 (#1923)
  • 73220ab build(deps): Bump golang.org/x/term from 0.27.0 to 0.28.0 (#1922)
  • cc55882 build(deps): Bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 (#1921)
  • 47e3edd build(deps): Bump github.com/coreos/go-oidc/v3 from 3.11.0 to 3.12.0 (#1924)
  • 7b4f423 build(deps): Bump cloud.google.com/go/kms (#1920)
  • 1f3a09e build(deps): Bump the gomod group across 2 directories with 5 updates (#1916)
  • Additional commits viewable in compare view

Updates k8s.io/api from 0.32.0 to 0.32.1

Commits
  • bc0564c Update dependencies to v0.32.1 tag
  • 25d8df3 Merge pull request #129544pohly/automated-cherry-pick-of-#129543
  • 5b9e013 DRA API: bump maximum size of ReservedFor to 256
  • See full diff in compare view

Updates k8s.io/apimachinery from 0.32.0 to 0.32.1

Commits

Updates k8s.io/client-go from 0.32.0 to 0.32.1

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 17, 2025
@phbelitz
Copy link
Member

@dependabot rebase

Bumps the gomod-packages group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/docker/cli](https://github.com/docker/cli) | `27.4.1+incompatible` | `27.5.0+incompatible` |
| [github.com/docker/docker](https://github.com/docker/docker) | `27.4.1+incompatible` | `27.5.0+incompatible` |
| [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.23.0` | `10.24.0` |
| [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `0.20.2` | `0.20.3` |
| [github.com/sigstore/rekor](https://github.com/sigstore/rekor) | `1.3.7` | `1.3.8` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.32.0` | `0.32.1` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.32.0` | `0.32.1` |



Updates `github.com/docker/cli` from 27.4.1+incompatible to 27.5.0+incompatible
- [Commits](docker/cli@v27.4.1...v27.5.0)

Updates `github.com/docker/docker` from 27.4.1+incompatible to 27.5.0+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v27.4.1...v27.5.0)

Updates `github.com/go-playground/validator/v10` from 10.23.0 to 10.24.0
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](go-playground/validator@v10.23.0...v10.24.0)

Updates `github.com/google/go-containerregistry` from 0.20.2 to 0.20.3
- [Release notes](https://github.com/google/go-containerregistry/releases)
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)
- [Commits](google/go-containerregistry@v0.20.2...v0.20.3)

Updates `github.com/sigstore/rekor` from 1.3.7 to 1.3.8
- [Release notes](https://github.com/sigstore/rekor/releases)
- [Changelog](https://github.com/sigstore/rekor/blob/main/CHANGELOG.md)
- [Commits](sigstore/rekor@v1.3.7...v1.3.8)

Updates `github.com/sigstore/sigstore` from 1.8.11 to 1.8.12
- [Release notes](https://github.com/sigstore/sigstore/releases)
- [Commits](sigstore/sigstore@v1.8.11...v1.8.12)

Updates `github.com/sigstore/sigstore/pkg/signature/kms/aws` from 1.8.11 to 1.8.12
- [Release notes](https://github.com/sigstore/sigstore/releases)
- [Commits](sigstore/sigstore@v1.8.11...v1.8.12)

Updates `github.com/sigstore/sigstore/pkg/signature/kms/azure` from 1.8.11 to 1.8.12
- [Release notes](https://github.com/sigstore/sigstore/releases)
- [Commits](sigstore/sigstore@v1.8.11...v1.8.12)

Updates `github.com/sigstore/sigstore/pkg/signature/kms/gcp` from 1.8.11 to 1.8.12
- [Release notes](https://github.com/sigstore/sigstore/releases)
- [Commits](sigstore/sigstore@v1.8.11...v1.8.12)

Updates `github.com/sigstore/sigstore/pkg/signature/kms/hashivault` from 1.8.11 to 1.8.12
- [Release notes](https://github.com/sigstore/sigstore/releases)
- [Commits](sigstore/sigstore@v1.8.11...v1.8.12)

Updates `k8s.io/api` from 0.32.0 to 0.32.1
- [Commits](kubernetes/api@v0.32.0...v0.32.1)

Updates `k8s.io/apimachinery` from 0.32.0 to 0.32.1
- [Commits](kubernetes/apimachinery@v0.32.0...v0.32.1)

Updates `k8s.io/client-go` from 0.32.0 to 0.32.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.32.0...v0.32.1)

---
updated-dependencies:
- dependency-name: github.com/docker/cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-packages
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-packages
- dependency-name: github.com/go-playground/validator/v10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-packages
- dependency-name: github.com/google/go-containerregistry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-packages
- dependency-name: github.com/sigstore/rekor
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-packages
- dependency-name: github.com/sigstore/sigstore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-packages
- dependency-name: github.com/sigstore/sigstore/pkg/signature/kms/aws
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-packages
- dependency-name: github.com/sigstore/sigstore/pkg/signature/kms/azure
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-packages
- dependency-name: github.com/sigstore/sigstore/pkg/signature/kms/gcp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-packages
- dependency-name: github.com/sigstore/sigstore/pkg/signature/kms/hashivault
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-packages
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-packages
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-packages
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/develop/gomod-packages-f4745385ae branch from c730fcb to 46ffc6f Compare January 17, 2025 10:32
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.38%. Comparing base (19f4cc7) to head (46ffc6f).
Report is 59 commits behind head on develop.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1876      +/-   ##
===========================================
+ Coverage    84.00%   91.38%   +7.37%     
===========================================
  Files           42       35       -7     
  Lines         2939     2541     -398     
===========================================
- Hits          2469     2322     -147     
+ Misses         404      168     -236     
+ Partials        66       51      -15     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@phbelitz phbelitz merged commit 9b1b972 into develop Jan 17, 2025
35 checks passed
@phbelitz phbelitz deleted the dependabot/go_modules/develop/gomod-packages-f4745385ae branch January 17, 2025 10:39
@phbelitz phbelitz mentioned this pull request Jan 17, 2025
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants