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 8 updates #1865

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2024

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

Package From To
github.com/alicebob/miniredis/v2 2.33.0 2.34.0
github.com/docker/cli 27.4.0+incompatible 27.4.1+incompatible
github.com/docker/docker 27.4.0+incompatible 27.4.1+incompatible
github.com/sigstore/sigstore 1.8.10 1.8.11
github.com/sigstore/sigstore/pkg/signature/kms/aws 1.8.10 1.8.11
github.com/sigstore/sigstore/pkg/signature/kms/azure 1.8.10 1.8.11
github.com/sigstore/sigstore/pkg/signature/kms/gcp 1.8.10 1.8.11
github.com/sigstore/sigstore/pkg/signature/kms/hashivault 1.8.10 1.8.11

Updates github.com/alicebob/miniredis/v2 from 2.33.0 to 2.34.0

Release notes

Sourced from github.com/alicebob/miniredis/v2's releases.

add ZRANK/ZREVRANK, fix ZINTERSTORE and XTRIM

  • fix ZINTERSTORE where target is one of the source sets
  • added support for ZRank and ZRevRank with score (thanks Jeff Howell)
  • fix MEMORY subcommand casing (thanks @​joshaber)
  • use streamCmp in Xtrim (thanks @​daniel-cohere)
Changelog

Sourced from github.com/alicebob/miniredis/v2's changelog.

v2.34.0

  • fix ZINTERSTORE where target is one of the source sets
  • added support for ZRank and ZRevRank with score (thanks Jeff Howell)
  • fix MEMORY subcommand casing (thanks @​joshaber)
  • use streamCmp in Xtrim (thanks @​daniel-cohere)
Commits
  • c5669ae changelog for v2.34.0
  • 5320c5c Merge pull request #391 from daniel-cohere/streamCmp-in-xtrim
  • e4791b5 use streamCmp in Xtrim
  • ef93126 Fix MEMORY subcommand casing (#389)
  • 1863d22 inttest and fix some returns
  • 5056952 added support for ZRank and ZRevRank with score
  • 08e664a update dependency
  • 12d2a70 CI against go 1.23
  • 8225546 fix ZINTERSTORE where target is one of the source sets
  • See full diff in compare view

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

Commits
  • b9d17ea Merge pull request #5700 from thaJeztah/27.x_backport_remove_use_of_netfilter...
  • a08a120 cli/command/system: remove BridgeNfIptables, BridgeNfIp6tables in tests
  • 4870b3d Merge pull request #5699 from thaJeztah/27.x_backport_remove_system_isabs
  • d3b59fb cli/command/container: use local copy of pkg/system.IsAbs
  • ac40240 Merge pull request #5685 from thaJeztah/27.x_backport_bump_xx
  • 3fa9480 Merge pull request #5690 from thaJeztah/27.x_backport_bump_gomd2man
  • fce7c04 Merge pull request #5692 from thaJeztah/27.x_backport_remove_netfilter_warnings
  • 70815c1 cli/command/system: remove netfilter warnings from tests
  • 12d98b0 update go-md2man to v2.0.5
  • f9783ec update xx to v1.6.1 for compatibility with alpine 3.21
  • Additional commits viewable in compare view

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

Release notes

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

v27.4.1

27.4.1

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

Bug fixes and enhancements

  • Fix excessive memory allocations when OTel is not configured. moby/moby#49079
  • The docker info command and the corresponding GET /info API endpoint no longer include warnings when bridge-nf-call-iptables or bridge-nf-call-ip6tables are disabled at the daemon is started. The br_netfilter kernel module is now attempted to be loaded when needed, which made those warnings inaccurate. moby/moby#49090
  • Attempt to load kernel modules, including ip6_tables and br_netfilter when required, using a method that is likely to succeed inside a Docker-in-Docker container. moby/moby#49043
  • Fix a bug that could result in an iptables DOCKER FILTER chain not being cleaned up on failure. moby/moby#49110

Deprecations

  • pkg/system: Deprecate Lstat(), Mkdev(), Mknod(), FromStatT() and Stat() functions, and related StatT types. These were only used internally, and will be removed in the next release. moby/moby#49100
  • libnetwork/iptables: Deprecate IPV, Iptables and IP6Tables types in favor of IPVersion, IPv4, and IPv6. This type and consts will be removed in the next release. moby/moby#49093
  • libnetwork/iptables: Deprecate Passthrough. This function was only used internally, and will be removed in the next release. moby/moby#49119

Packaging updates

Commits
  • c710b88 Merge pull request #49119 from thaJeztah/27.x_backport_libnetwork_deprecate_P...
  • eda0a20 libnetwork/iptables: deprecate Passthrough
  • b51622d libnet/iptables: deprecate type IPV
  • 829ac83 Merge pull request #49104 from thaJeztah/27.x_backport_update_swagger_headers
  • bd7da11 Merge pull request #49110 from thaJeztah/27.x_backport_fix_setupIPChains_defer
  • 135b144 Merge pull request #49105 from thaJeztah/27.x_backport_testing-suse-apparmor
  • 08de719 libnetwork/drivers/bridge: setupIPChains: fix defer checking wrong err
  • 2a62319 Merge pull request #49100 from thaJeztah/27.x_backport_deprecate_pkg_system
  • 6855ca1 integration-cli: don't skip AppArmor tests on SLES
  • 224b305 docs/api: document correct case for Api-Version header
  • Additional commits viewable in compare view

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

Release notes

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

v1.8.11

What's Changed

New Contributors

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

Commits
  • 185deaa build(deps): Bump golang.org/x/crypto from 0.29.0 to 0.31.0 (#1903)
  • 7df71a7 build(deps): Bump cloud.google.com/go/kms (#1902)
  • f5270c4 build(deps): Bump golang.org/x/crypto in /pkg/signature/kms/azure (#1905)
  • 9bd2049 build(deps): Bump google.golang.org/api in /pkg/signature/kms/gcp (#1906)
  • 4e58ea1 build(deps): Bump actions/cache from 4.1.2 to 4.2.0 in the all group (#1907)
  • 7addd3b build(deps): Bump localstack/localstack in /test/e2e in the all group (#1899)
  • cbdd139 build(deps): Bump the gomod group across 1 directory with 3 updates (#1900)
  • 8041744 build(deps): Bump github.com/stretchr/testify in /pkg/signature/kms/aws (#1893)
  • d66b91a build(deps): Bump google.golang.org/api in /pkg/signature/kms/gcp (#1894)
  • fa4a76d build(deps): Bump github.com/stretchr/testify (#1895)
  • Additional commits viewable in compare view

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

Release notes

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

v1.8.11

What's Changed

New Contributors

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

Commits
  • 185deaa build(deps): Bump golang.org/x/crypto from 0.29.0 to 0.31.0 (#1903)
  • 7df71a7 build(deps): Bump cloud.google.com/go/kms (#1902)
  • f5270c4 build(deps): Bump golang.org/x/crypto in /pkg/signature/kms/azure (#1905)
  • 9bd2049 build(deps): Bump google.golang.org/api in /pkg/signature/kms/gcp (#1906)
  • 4e58ea1 build(deps): Bump actions/cache from 4.1.2 to 4.2.0 in the all group (#1907)
  • 7addd3b build(deps): Bump localstack/localstack in /test/e2e in the all group (#1899)
  • cbdd139 build(deps): Bump the gomod group across 1 directory with 3 updates (#1900)
  • 8041744 build(deps): Bump github.com/stretchr/testify in /pkg/signature/kms/aws (#1893)
  • d66b91a build(deps): Bump google.golang.org/api in /pkg/signature/kms/gcp (#1894)
  • fa4a76d build(deps): Bump github.com/stretchr/testify (#1895)
  • Additional commits viewable in compare view

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

Release notes

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

v1.8.11

What's Changed

New Contributors

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

Commits
  • 185deaa build(deps): Bump golang.org/x/crypto from 0.29.0 to 0.31.0 (#1903)
  • 7df71a7 build(deps): Bump cloud.google.com/go/kms (#1902)
  • f5270c4 build(deps): Bump golang.org/x/crypto in /pkg/signature/kms/azure (#1905)
  • 9bd2049 build(deps): Bump google.golang.org/api in /pkg/signature/kms/gcp (#1906)
  • 4e58ea1 build(deps): Bump actions/cache from 4.1.2 to 4.2.0 in the all group (#1907)
  • 7addd3b build(deps): Bump localstack/localstack in /test/e2e in the all group (#1899)
  • cbdd139 build(deps): Bump the gomod group across 1 directory with 3 updates (#1900)
  • 8041744 build(deps): Bump github.com/stretchr/testify in /pkg/signature/kms/aws (#1893)
  • d66b91a build(deps): Bump google.golang.org/api in /pkg/signature/kms/gcp (#1894)
  • fa4a76d build(deps): Bump github.com/stretchr/testify (#1895)
  • Additional commits viewable in compare view

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

Release notes

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

v1.8.11

What's Changed

New Contributors

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

Commits
  • 185deaa build(deps): Bump golang.org/x/crypto from 0.29.0 to 0.31.0 (#1903)
  • 7df71a7 build(deps): Bump cloud.google.com/go/kms (#1902)
  • f5270c4 build(deps): Bump golang.org/x/crypto in /pkg/signature/kms/azure (#1905)
  • 9bd2049 build(deps): Bump google.golang.org/api in /pkg/signature/kms/gcp (#1906)
  • 4e58ea1 build(deps): Bump actions/cache from 4.1.2 to 4.2.0 in the all group (#1907)
  • 7addd3b build(deps): Bump localstack/localstack in /test/e2e in the all group (#1899)
  • cbdd139 build(deps): Bump the gomod group across 1 directory with 3 updates (#1900)
  • 8041744 build(deps): Bump github.com/stretchr/testify in /pkg/signature/kms/aws (#1893)
  • d66b91a build(deps): Bump google.golang.org/api in /pkg/signature/kms/gcp (#1894)
  • fa4a76d build(deps): Bump github.com/stretchr/testify (#1895)
  • Additional commits viewable in compare view

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

Release notes

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

v1.8.11

What's Changed

New Contributors

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

Commits
  • 185deaa build(deps): Bump golang.org/x/crypto from 0.29.0 to 0.31.0 (#1903)
  • 7df71a7 build(deps): Bump cloud.google.com/go/kms (#1902)
  • f5270c4 build(deps): Bump golang.org/x/crypto in /pkg/signature/kms/azure (#1905)
  • 9bd2049 build(deps): Bump google.golang.org/api in /pkg/signature/kms/gcp (#1906)
  • 4e58ea1 build(deps): Bump actions/cache from 4.1.2 to 4.2.0 in the all group (#1907)
  • 7addd3b build(deps): Bump localstack/localstack in /test/e2e in the all group (#1899)
  • cbdd139 build(deps): Bump the gomod group across 1 directory with 3 updates (#1900)
  • 8041744 build(deps): Bump github.com/stretchr/testify in /pkg/signature/kms/aws (#1893)
  • d66b91a build(deps): Bump google.golang.org/api in /pkg/signature/kms/gcp (#1894)
  • fa4a76d build(deps): Bump github.com/stretchr/testify (#1895)
  • Additional commits viewable in compare view

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 Dec 19, 2024
Bumps the gomod-packages group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/alicebob/miniredis/v2](https://github.com/alicebob/miniredis) | `2.33.0` | `2.34.0` |
| [github.com/docker/cli](https://github.com/docker/cli) | `27.4.0+incompatible` | `27.4.1+incompatible` |
| [github.com/docker/docker](https://github.com/docker/docker) | `27.4.0+incompatible` | `27.4.1+incompatible` |
| [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore) | `1.8.10` | `1.8.11` |
| [github.com/sigstore/sigstore/pkg/signature/kms/aws](https://github.com/sigstore/sigstore) | `1.8.10` | `1.8.11` |
| [github.com/sigstore/sigstore/pkg/signature/kms/azure](https://github.com/sigstore/sigstore) | `1.8.10` | `1.8.11` |
| [github.com/sigstore/sigstore/pkg/signature/kms/gcp](https://github.com/sigstore/sigstore) | `1.8.10` | `1.8.11` |
| [github.com/sigstore/sigstore/pkg/signature/kms/hashivault](https://github.com/sigstore/sigstore) | `1.8.10` | `1.8.11` |



Updates `github.com/alicebob/miniredis/v2` from 2.33.0 to 2.34.0
- [Release notes](https://github.com/alicebob/miniredis/releases)
- [Changelog](https://github.com/alicebob/miniredis/blob/master/CHANGELOG.md)
- [Commits](alicebob/miniredis@v2.33.0...v2.34.0)

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

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: github.com/alicebob/miniredis/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-packages
- dependency-name: github.com/docker/cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-packages
- dependency-name: github.com/docker/docker
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/develop/gomod-packages-1c3ad43a14 branch from 8d0ded2 to cb5cdea Compare December 19, 2024 10:39
@phbelitz phbelitz merged commit cbe4fda into develop Dec 19, 2024
35 checks passed
@phbelitz phbelitz deleted the dependabot/go_modules/develop/gomod-packages-1c3ad43a14 branch December 19, 2024 10:52
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.

1 participant