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

Bump the gomodupdates group with 11 updates #3112

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2024

Bumps the gomodupdates group with 11 updates:

Package From To
github.com/aws/aws-sdk-go 1.50.0 1.50.2
github.com/aws/aws-sdk-go-v2/config 1.26.5 1.26.6
github.com/aws/aws-sdk-go-v2/service/ec2 1.144.0 1.144.1
github.com/docker/cli 25.0.0+incompatible 25.0.1+incompatible
github.com/docker/docker 25.0.0+incompatible 25.0.1+incompatible
github.com/google/uuid 1.5.0 1.6.0
google.golang.org/grpc 1.60.1 1.61.0
k8s.io/apimachinery 0.28.4 0.29.1
k8s.io/client-go 0.28.4 0.29.1
k8s.io/component-base 0.28.4 0.29.1
k8s.io/kubelet 0.28.4 0.29.1

Updates github.com/aws/aws-sdk-go from 1.50.0 to 1.50.2

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.50.2 (2024-01-23)

Service Client Updates

  • service/inspector2: Updates service API, documentation, and paginators

Release v1.50.1 (2024-01-22)

Service Client Updates

  • service/appconfigdata: Adds new service
  • service/cloud9: Updates service documentation
    • Doc-only update around removing AL1 from list of available AMIs for Cloud9
  • service/connectcases: Updates service API, documentation, and paginators
  • service/ec2: Updates service documentation
    • Documentation updates for Amazon EC2.
  • service/ecs: Updates service API and documentation
    • This release adds support for Transport Layer Security (TLS) and Configurable Timeout to ECS Service Connect. TLS facilitates privacy and data security for inter-service communications, while Configurable Timeout allows customized per-request timeout and idle timeout for Service Connect services.
  • service/finspace: Updates service API
  • service/organizations: Updates service documentation
    • Doc only update for quota increase change
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS CreateDBCluster API method. This provides enhanced error handling, ensuring a more robust experience when creating database clusters with insufficient instance capacity.
Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.26.5 to 1.26.6

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.144.0 to 1.144.1

Commits

Updates github.com/docker/cli from 25.0.0+incompatible to 25.0.1+incompatible

Commits
  • 29cf629 Merge pull request #4819 from dvdksn/25.0_backport_docs_host-gateway-ip_daemo...
  • 4caf4de docs: update host-gateway-ip to use daemon.json instead of cli flag
  • 950ecd4 Merge pull request #4815 from thaJeztah/25.0_backport_update_compose
  • 6ab4781 Dockerfile: update docker compose to v2.24.2
  • e8852e8 Merge pull request #4806 from thaJeztah/25.0_backport_socket-eof-return
  • 4e097c6 socket: return from loop after EOF
  • 01f9332 Merge pull request #4803 from thaJeztah/25.0_backport_update_engine
  • 4cd8d5c Merge pull request #4804 from dvdksn/backport_25.0_docs_fix_cli_broken_alias_...
  • 21c1284 docs: move base command to docker.md
  • 22e1f2c docs: fix broken links to alias pages
  • Additional commits viewable in compare view

Updates github.com/docker/docker from 25.0.0+incompatible to 25.0.1+incompatible

Commits
  • 71fa3ab Merge pull request #47196 from akerouanton/25.0-fix-multiple-rename-error
  • 5295e88 daemon: rename: don't reload endpoint from datastore
  • 6eef840 Merge pull request #47191 from vvoland/volume-cifs-resolve-optout-25
  • e2ab471 Merge pull request #47182 from akerouanton/25.0-fix-aliases-on-default-bridge
  • 3de920a volume/local: Fix cifs url containing spaces
  • a445aa9 volume/local: Add tests for parsing nfs/cifs mounts
  • cb77e48 volume/local: Break early if addr was specified
  • e8801fb daemon: only add short cid to aliases for custom networks
  • 613b6a1 Merge pull request #47192 from thaJeztah/25.0_backport_fix_gateway_ip
  • 1b67383 Merge pull request #47189 from vvoland/c8d-prefer-default-platform-snapshot-25
  • Additional commits viewable in compare view

Updates github.com/google/uuid from 1.5.0 to 1.6.0

Release notes

Sourced from github.com/google/uuid's releases.

v1.6.0

1.6.0 (2024-01-16)

Features

Bug Fixes

Changelog

Sourced from github.com/google/uuid's changelog.

1.6.0 (2024-01-16)

Features

Bug Fixes

Commits

Updates google.golang.org/grpc from 1.60.1 to 1.61.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.61.0

New Features

  • resolver: provide method, AuthorityOverrider, to allow resolver.Builders to override the default authority for a ClientConn. (EXPERIMENTAL) (#6752)
  • xds: add support for mTLS Credentials in xDS bootstrap (gRFC A65) (#6757)
  • server: add grpc.WaitForHandlers ServerOption to cause Server.Stop to block until method handlers return. (EXPERIMENTAL) (#6922)

Performance Improvements

  • grpc: skip compression of empty messages as an optimization (#6842)
  • orca: use atomic pointer to improve performance in server metrics recorder (#6799)

Bug Fixes

  • client: correctly enable TCP keepalives with OS defaults on windows (#6863)
  • server: change some stream operations to return UNAVAILABLE instead of UNKNOWN when underlying connection is broken (#6891)
  • server: fix GracefulStop to block until all method handlers return (v1.60 regression). (#6922)
  • server: fix two bugs that could lead to panics at shutdown when using NumStreamWorkers (EXPERIMENTAL). (#6856)
  • reflection: do not send invalid descriptors to clients for files that cannot be fully resolved (#6771)
  • xds: don't fail channel/server startup when xds creds is specified, but bootstrap is missing certificate providers (#6848)
  • xds: Atomically read and write xDS security configuration client side (#6796)
  • xds/server: fix RDS handling for non-inline route configs (#6915)
Commits
  • 8167bc3 Change version to 1.61.0 (#6936)
  • 52e2363 test/xds: Use different import path for gRPC Messages (#6933)
  • 67e50be transport: Remove redundant if in handleGoAway (#6930)
  • e96f521 alts: Extract AuthInfo after handshake in ALTS e2e test. (#6931)
  • 987df13 metadata: move FromOutgoingContextRaw() to internal (#6765)
  • 61eab37 server: block GracefulStop on method handlers and make blocking optional for ...
  • ddd377f xds/server: fix RDS handling for non-inline route configs (#6915)
  • 8b455de removing Roots deprecated Subjects field in tests (#6907)
  • 953d12a alts: Forward-fix of ALTS queuing of handshake requests. (#6906)
  • 6ce73bf internal/transport: convert ConnectionError to Unavailable status when wr...
  • Additional commits viewable in compare view

Updates k8s.io/apimachinery from 0.28.4 to 0.29.1

Commits

Updates k8s.io/client-go from 0.28.4 to 0.29.1

Commits
  • b0ed45d Update dependencies to v0.29.1 tag
  • baea19d Merge pull request #122429 from MadhavJivrajani/tools-bump-129
  • 3373afd .*: bump golang.org/x/tools to v0.16.1
  • 288368e update go.mod
  • 86d49e7 Merge pull request #113374 from ahmedtd/kep-3257-projected-types
  • 59c256a Regenerate for ClusterTrustBundlePEM projected volume API
  • ac369c3 Define ClusterTrustBundlePEM projected volume
  • 66e57f7 Merge pull request #121552 from pohly/klog-update
  • 8b96b9b dependencies: klog v2.110.1
  • c13269d Merge pull request #116516 from aojea/servicecidr
  • Additional commits viewable in compare view

Updates k8s.io/component-base from 0.28.4 to 0.29.1

Commits

Updates k8s.io/kubelet from 0.28.4 to 0.29.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

Bumps the gomodupdates group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.50.0` | `1.50.2` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.26.5` | `1.26.6` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.144.0` | `1.144.1` |
| [github.com/docker/cli](https://github.com/docker/cli) | `25.0.0+incompatible` | `25.0.1+incompatible` |
| [github.com/docker/docker](https://github.com/docker/docker) | `25.0.0+incompatible` | `25.0.1+incompatible` |
| [github.com/google/uuid](https://github.com/google/uuid) | `1.5.0` | `1.6.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.60.1` | `1.61.0` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.28.4` | `0.29.1` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.28.4` | `0.29.1` |
| [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.28.4` | `0.29.1` |
| [k8s.io/kubelet](https://github.com/kubernetes/kubelet) | `0.28.4` | `0.29.1` |


Updates `github.com/aws/aws-sdk-go` from 1.50.0 to 1.50.2
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.50.0...v1.50.2)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.26.5 to 1.26.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.26.5...config/v1.26.6)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.144.0 to 1.144.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.144.0...service/ec2/v1.144.1)

Updates `github.com/docker/cli` from 25.0.0+incompatible to 25.0.1+incompatible
- [Commits](docker/cli@v25.0.0...v25.0.1)

Updates `github.com/docker/docker` from 25.0.0+incompatible to 25.0.1+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v25.0.0...v25.0.1)

Updates `github.com/google/uuid` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](google/uuid@v1.5.0...v1.6.0)

Updates `google.golang.org/grpc` from 1.60.1 to 1.61.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.60.1...v1.61.0)

Updates `k8s.io/apimachinery` from 0.28.4 to 0.29.1
- [Commits](kubernetes/apimachinery@v0.28.4...v0.29.1)

Updates `k8s.io/client-go` from 0.28.4 to 0.29.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.28.4...v0.29.1)

Updates `k8s.io/component-base` from 0.28.4 to 0.29.1
- [Commits](kubernetes/component-base@v0.28.4...v0.29.1)

Updates `k8s.io/kubelet` from 0.28.4 to 0.29.1
- [Commits](kubernetes/kubelet@v0.28.4...v0.29.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: github.com/docker/cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: k8s.io/component-base
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: k8s.io/kubelet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 24, 2024
Copy link
Contributor

Test Results

0 tests   - 744   0 ✅  - 744   0s ⏱️ -13s
0 suites  -  83   0 💤 ±  0 
0 files    -   1   0 ❌ ±  0 

Results for commit 9dbabc1. ± Comparison against base commit 15daa40.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 24, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 24, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/gomodupdates-ab6ae257ea branch January 24, 2024 19:15
@github-actions github-actions bot locked and limited conversation to collaborators Jan 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

0 participants