Skip to content

Commit

Permalink
build(deps): Bump k8s.io/cloud-provider-aws from 1.30.2 to 1.30.3 in …
Browse files Browse the repository at this point in the history
…/credential-providers (#339)

* build(deps): Bump k8s.io/cloud-provider-aws in /credential-providers

Bumps [k8s.io/cloud-provider-aws](https://github.com/kubernetes/cloud-provider-aws) from 1.30.2 to 1.30.3.
- [Release notes](https://github.com/kubernetes/cloud-provider-aws/releases)
- [Changelog](https://github.com/kubernetes/cloud-provider-aws/blob/master/docs/CHANGELOG.md)
- [Commits](kubernetes/cloud-provider-aws@v1.30.2...v1.30.3)

---
updated-dependencies:
- dependency-name: k8s.io/cloud-provider-aws
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* build: Run go mod tidy

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jimmi Dyson <[email protected]>
  • Loading branch information
dependabot[bot] and jimmidyson authored Aug 5, 2024
1 parent 218259d commit e7112de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions credential-providers/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

module github.com/mesosphere/dynamic-credential-provider/credential-providers

go 1.22.4
go 1.22.5

require (
k8s.io/cloud-provider-aws v1.30.2
k8s.io/cloud-provider-aws v1.30.3
sigs.k8s.io/cloud-provider-azure v1.30.4
)

Expand Down
4 changes: 2 additions & 2 deletions credential-providers/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ k8s.io/apimachinery v0.30.2 h1:fEMcnBj6qkzzPGSVsAZtQThU62SmQ4ZymlXRC5yFSCg=
k8s.io/apimachinery v0.30.2/go.mod h1:iexa2somDaxdnj7bha06bhb43Zpa6eWH8N8dbqVjTUc=
k8s.io/client-go v0.30.2 h1:sBIVJdojUNPDU/jObC+18tXWcTJVcwyqS9diGdWHk50=
k8s.io/client-go v0.30.2/go.mod h1:JglKSWULm9xlJLx4KCkfLLQ7XwtlbflV6uFFSHTMgVs=
k8s.io/cloud-provider-aws v1.30.2 h1:paPfceLKSzTl7uca/cknOgz75ozcXJb1S3PHnq9AI4k=
k8s.io/cloud-provider-aws v1.30.2/go.mod h1:ajm6W7hhUVL2TieJchwgqHxxGaxHYI4GRnj80krh6hc=
k8s.io/cloud-provider-aws v1.30.3 h1:rJAdFTctIwne3JeYBZMJ91iH2E5zKX8MrGDdTIDWNkc=
k8s.io/cloud-provider-aws v1.30.3/go.mod h1:6iKB0SCruZ6/GuNuIrdIPIPz6/YkI2WlHx+xvZISXF4=
k8s.io/component-base v0.30.2 h1:pqGBczYoW1sno8q9ObExUqrYSKhtE5rW3y6gX88GZII=
k8s.io/component-base v0.30.2/go.mod h1:yQLkQDrkK8J6NtP+MGJOws+/PPeEXNpwFixsUI7h/OE=
k8s.io/klog/v2 v2.120.1 h1:QXU6cPEOIslTGvZaXvFWiP9VKyeet3sawzTOvdXb4Vw=
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module github.com/mesosphere/dynamic-credential-provider

go 1.22.0

toolchain go1.22.4
toolchain go1.22.5

require (
github.com/distribution/reference v0.6.0
Expand Down

0 comments on commit e7112de

Please sign in to comment.