Skip to content

🌱 Bump the dependencies group across 1 directory with 38 updates #5536

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Bumps the dependencies group with 18 updates in the / directory:

Package From To
github.com/aws/amazon-vpc-cni-k8s 1.15.5 1.19.5
github.com/aws/aws-lambda-go 1.41.0 1.49.0
github.com/aws/aws-sdk-go 1.55.5 1.55.7
github.com/aws/aws-sdk-go-v2/service/autoscaling 1.52.4 1.53.1
github.com/aws/aws-sdk-go-v2/service/eks 1.64.0 1.65.1
github.com/aws/aws-sdk-go-v2/service/s3 1.53.1 1.80.1
github.com/aws/smithy-go 1.22.2 1.22.3
github.com/coreos/ignition/v2 2.16.2 2.21.0
github.com/go-logr/logr 1.4.2 1.4.3
github.com/gofrs/flock 0.8.1 0.12.1
github.com/google/go-cmp 0.6.0 0.7.0
github.com/openshift/rosa 1.2.48-rc1 1.2.48
github.com/sergi/go-diff 1.3.1 1.4.0
github.com/spf13/cobra 1.8.1 1.9.1
github.com/zgalor/weberr 0.8.2 0.9.0
sigs.k8s.io/aws-iam-authenticator 0.6.13 0.7.2
sigs.k8s.io/cluster-api 1.9.4 1.9.8
sigs.k8s.io/cluster-api/test 1.9.4 1.9.8

Updates github.com/aws/amazon-vpc-cni-k8s from 1.15.5 to 1.19.5

Release notes

Sourced from github.com/aws/amazon-vpc-cni-k8s's releases.

v1.19.5

What's Changed

  • Fix - fixed node init failure when using custom networking and SGPP @​oliviassss in #3277
  • Doc and charts update

Full Changelog: aws/amazon-vpc-cni-k8s@v1.19.4...v1.19.5

To manually apply this release:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.19.5/config/master/aws-k8s-cni.yaml

Note that the following regions use different manifests:

us-gov-east-1:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.19.5/config/master/aws-k8s-cni-us-gov-east-1.yaml

us-gov-west-1:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.19.5/config/master/aws-k8s-cni-us-gov-west-1.yaml

cn:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.19.5/config/master/aws-k8s-cni-cn.yaml

To apply this release using helm:

Follow the installation instructions in https://github.com/aws/amazon-vpc-cni-k8s/blob/v1.19.5/charts/aws-vpc-cni/README.md#installing-the-chart

Verify the update:

$ kubectl describe daemonset aws-node -n kube-system | grep Image | cut -d "/" -f 2-3
amazon-k8s-cni-init:v1.19.5
amazon-k8s-cni:v1.19.5
amazon/aws-network-policy-agent:v1.2.1

v1.19.4

🚨 🚨 🚨 v1.19.4 has issue with custom networking, for users with custom networking/security group per pod please stay on v1.19.3 until we release the fix with v1.19.5.🚨 🚨 🚨

... (truncated)

Changelog

Sourced from github.com/aws/amazon-vpc-cni-k8s's changelog.

v1.19.5

v1.19.4

v1.19.3

v1.19.2

v1.19.1

  • Skipped

v1.19.0

  • Manifest update for unsupported compute type

... (truncated)

Commits

Updates github.com/aws/aws-lambda-go from 1.41.0 to 1.49.0

Release notes

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

v1.49.0

What's Changed

New Contributors

Full Changelog: aws/aws-lambda-go@v1.48.0...v1.49.0

v1.48.0

What's Changed

Full Changelog: aws/aws-lambda-go@v1.47.0...v1.48.0

v1.47.0

What's Changed

Full Changelog: aws/aws-lambda-go@v1.46.0...v1.47.0

v1.46.0

What's Changed

Full Changelog: aws/aws-lambda-go@v1.45.0...v1.46.0

v1.45.0

What's Changed

Full Changelog: aws/aws-lambda-go@v1.44.0...v1.45.0

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go from 1.55.5 to 1.55.7

Release notes

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

Release v1.55.7 (2025-04-22)

SDK Bugs

  • service/s3/s3manager: Abort multipart download if object is modified during download

Release v1.55.6 (2025-01-15)

SDK Bugs

  • Fix broken printf for go1.24
Commits
  • 163aada release v1.55.7 (2025-04-22) (#5346)
  • 9eb2bfd Abort multi part download if the object is modified during download
  • 8d203cc Update bug-report.yml
  • e1db430 release v1.55.6 (2025-01-15) (#5341)
  • 5ab6103 changelog
  • 394e0e3 Merge pull request #5340 from djedward/main
  • 19d98e3 Fix improper use of Printf-style functions
  • 7112c0a Merge pull request #5325 from ashishdhingra/user/ashdhin/IssueTemplateRegress...
  • 8d6a0f9 chore: Modified bug issue template to add checkbox to report potential regres...
  • 02c1f72 Update PULL_REQUEST_TEMPLATE.md
  • See full diff in compare view

Updates github.com/aws/aws-sdk-go-v2/config from 1.27.11 to 1.28.4

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.11 to 1.17.45

Commits

Updates github.com/aws/aws-sdk-go-v2/service/autoscaling from 1.52.4 to 1.53.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/eks from 1.64.0 to 1.65.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/iam from 1.32.0 to 1.38.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.53.1 to 1.80.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.28.6 to 1.33.0

Commits

Updates github.com/aws/smithy-go from 1.22.2 to 1.22.3

Release notes

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

v1.22.3

Release (2025-02-17)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.3
  • Dependency Update: Bump minimum Go version to 1.22 per our language support policy.
Changelog

Sourced from github.com/aws/smithy-go's changelog.

Release (2025-02-17)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.3
  • Dependency Update: Bump minimum Go version to 1.22 per our language support policy.

Release (2025-01-21)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.2
    • Bug Fix: Fix HTTP metrics data race.
    • Bug Fix: Replace usages of deprecated ioutil package.

Release (2024-11-15)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.1
    • Bug Fix: Fix failure to replace URI path segments when their names overlap.

Release (2024-10-03)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.0
    • Feature: Add HTTP client metrics.

Release (2024-09-25)

Module Highlights

  • github.com/aws/smithy-go/aws-http-auth: v1.0.0
    • Release: Initial release of module aws-http-auth, which implements generically consumable SigV4 and SigV4a request signing.

Release (2024-09-19)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.21.0

... (truncated)

Commits

Updates github.com/coreos/ignition/v2 from 2.16.2 to 2.21.0

Release notes

Sourced from github.com/coreos/ignition/v2's releases.

v2.21.0

Starting with this release, ignition-validate binaries are signed with the Fedora 41 key.

Features

  • Add Azure blob support for fetching ignition configs
  • Add a check for ignition config in vendor-data (proxmoxve)

Bug fixes

  • Add pkey_cca kernel module to detect CEX domain for LUKS encryption

V2.20.0

Features

  • Support partitioning disk with mounted partitions
  • Support Proxmox VE
  • Support gzipped Akamai user_data

Changes

  • The Dracut module now installs partx
  • Mark the 3.5.0 config spec as stable
  • No longer accept configs with version 3.5.0-experimental
  • Create new 3.6.0-experimental config spec from 3.5.0

Bug fixes

  • Fix network race when phoning home on Equinix Metal
  • Fix Akamai Ignition base64 decoding on padded payloads
  • Fix Makefile GOARCH for loongarch64 (coreos/ignition#1942)

V2.19.0

Features

  • Support Akamai Connected Cloud (Linode)
  • Support LUKS encryption using IBM CEX secure keys

v2.18.0

Ignition 2.18.0

Breaking changes

  • Only include dracut module in initramfs if requested (see distributor notes for details)

Features

  • Support Scaleway

... (truncated)

Changelog

Sourced from github.com/coreos/ignition/v2's changelog.

Ignition 2.21.0 (2025-03-13)

Starting with this release, ignition-validate binaries are signed with the Fedora 41 key.

Breaking changes

Features

  • Add Azure blob support for fetching ignition configs
  • Add a check for ignition config in vendor-data (proxmoxve)

Changes

Bug fixes

  • Add pkey_cca kernel module to detect CEX domain for LUKS encryption

Ignition 2.20.0 (2024-10-22)

Features

  • Support partitioning disk with mounted partitions
  • Support Proxmox VE
  • Support gzipped Akamai user_data

Changes

  • The Dracut module now installs partx
  • Mark the 3.5.0 config spec as stable
  • No longer accept configs with version 3.5.0-experimental
  • Create new 3.6.0-experimental config spec from 3.5.0

Bug fixes

  • Fix network race when phoning home on Equinix Metal
  • Fix Akamai Ignition base64 decoding on padded payloads
  • Fix Makefile GOARCH for loongarch64 (#1942)
  • Don't log to journal if not available

Ignition 2.19.0 (2024-06-05)

Starting with this release, ignition-validate binaries are signed with the Fedora 40 key.

Features

  • Support Akamai Connected Cloud (Linode)

... (truncated)

Commits
  • fc324e1 Merge pull request #2034 from prestist/new-release
  • ae1d04b docs/release-notes: update for 2.21.0
  • c9d6abf Merge pull request #2032 from prestist/update-stablization-checklist
  • 5153737 issue_template/stablize-checklist: add yaml matter header
  • 60ef1b2 Merge pull request #2031 from coreosbot-releng/repo-templates
  • c169e6e Sync repo templates ⚙
  • 86d9f1a Merge pull request #2014 from jdoss/jdoss/Proxmoxve_vendor-data_support
  • 14af5fa Merge pull request #2028 from coreos/dependabot/go_modules/google.golang.org/...
  • 0e3cb1f build(deps): bump google.golang.org/api from 0.223.0 to 0.224.0
  • d369324 Merge pull request #2029 from coreos/dependabot/go_modules/golang.org/x/oauth...
  • Additional commits viewable in compare view

Updates github.com/go-logr/logr from 1.4.2 to 1.4.3

Release notes

Sourced from github.com/go-logr/logr's releases.

v1.4.3

Minor release.

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.4.2...v1.4.3

Commits
  • 38a1c47 build(deps): bump github/codeql-action from 3.28.17 to 3.28.18
  • f08bedd build(deps): bump actions/setup-go from 5.4.0 to 5.5.0
  • 6295e99 build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0
  • 028840d build(deps): bump github/codeql-action from 3.28.15 to 3.28.17
  • 511e5fa Merge pull request #367 from go-logr/dependabot/github_actions/github/codeql-...
  • d806463 build(deps): bump github/codeql-action from 3.28.13 to 3.28.15
  • 158c311 Merge pull request #366 from thockin/master
  • c79ddb3 Update to support golangci-lint v2
  • 20a64ba build(deps): bump github/codeql-action from 3.28.12 to 3.28.13
  • 0385e14 Add comments around slog exceptions
  • Additional commits viewable in compare view

Updates github.com/gofrs/flock from 0.8.1 to 0.12.1

Release notes

Sourced from github.com/gofrs/flock's releases.

v0.12.1

What's Changed

New Contributors

Full Changelog: gofrs/flock@v0.12.0...v0.12.1

v0.12.0

What's Changed

Full Changelog: gofrs/flock@v0.11.0...v0.12.0

v0.11.0

What's Changed

Full Changelog: gofrs/flock@v0.10.0...v0.11.0

v0.10.0

What's Changed

New Contributors

Full Changelog: gofrs/flock@v0.9.0...v0.10.0

v0.9.0

What's Changed

New Contributors

... (truncated)

Commits
  • 9de625d fix: missing read-write flag in reopenFDOnError (#95)
  • ffdd9d4 chore: update github-action monthly
  • 384c6ff chore(deps): bump github/codeql-action from 3.25.12 to 3.25.13 in the all gro...
  • f691d55 chore(deps): bump github/codeql-action from 3.25.11 to 3.25.12 in the all gro...
  • 2962fb7 chore(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 in the all grou...
  • 7ff173f chore: factorize (#91)
  • 688d3b5 chore(deps): bump golang.org/x/sys from 0.21.0 to 0.22.0 in the all group (#90)
  • b26fb4d chore: change default branch
  • c08bb66 tests: add tests about directory support (#89)
  • 5169644 chore: use global issue templates
  • Additional commits viewable in compare view

Updates github.com/google/go-cmp from 0.6.0 to 0.7.0

Release notes

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

v0.7.0

New API:

  • (#367) Support compare functions with SortSlices and SortMaps

Panic messaging:

  • (#370) Detect proto.Message types when failing to export a field
Commits

Updates github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.22.1

2.22.1

Fixes

Fix CSV encoding

  • Update tests [aab3da6]
  • Properly encode CSV rows [c09df39]
  • Add test case for proper csv escaping [96a80fc]
  • Add meta-test [43dad69]

Maintenance

  • ensure *.test files are gitignored so we don't accidentally commit compiled tests again [c88c634]
  • remove golang.org/x/net/context in favour of stdlib context [4df44bf]
Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.22.1

Fixes

Fix CSV encoding

  • Update tests [aab3da6]
  • Properly encode CSV rows [c09df39]
  • Add test case for proper csv escaping [96a80fc]
  • Add meta-test [43dad69]

Maintenance

  • ensure *.test files are gitignored so we don't accidentally commit compiled tests again [c88c634]
  • remove golang.org/x/net/context in favour of stdlib context [4df44bf]
Commits
  • a0190b7 v2.22.1
  • 4df44bf remove golang.org/x/net/context in favour of stdlib context
  • c88c634 ensure *.test files are gitignored so we don't accidentally commit compiled t...
  • aab3da6 Update tests
  • c09df39 Properly encode CSV rows
  • 96a80fc Add test case for proper csv escaping
  • 43dad69 Add meta-test
  • See full diff in compare view

Updates github.com/onsi/gomega from 1.36.0 to 1.36.2

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.36.2

Maintenance

v1.36.1

1.36.1

Fixes

Changelog

Sourced from Description has been truncated

Bumps the dependencies group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/amazon-vpc-cni-k8s](https://github.com/aws/amazon-vpc-cni-k8s) | `1.15.5` | `1.19.5` |
| [github.com/aws/aws-lambda-go](https://github.com/aws/aws-lambda-go) | `1.41.0` | `1.49.0` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.55.5` | `1.55.7` |
| [github.com/aws/aws-sdk-go-v2/service/autoscaling](https://github.com/aws/aws-sdk-go-v2) | `1.52.4` | `1.53.1` |
| [github.com/aws/aws-sdk-go-v2/service/eks](https://github.com/aws/aws-sdk-go-v2) | `1.64.0` | `1.65.1` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.53.1` | `1.80.1` |
| [github.com/aws/smithy-go](https://github.com/aws/smithy-go) | `1.22.2` | `1.22.3` |
| [github.com/coreos/ignition/v2](https://github.com/coreos/ignition) | `2.16.2` | `2.21.0` |
| [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.4.2` | `1.4.3` |
| [github.com/gofrs/flock](https://github.com/gofrs/flock) | `0.8.1` | `0.12.1` |
| [github.com/google/go-cmp](https://github.com/google/go-cmp) | `0.6.0` | `0.7.0` |
| [github.com/openshift/rosa](https://github.com/openshift/rosa) | `1.2.48-rc1` | `1.2.48` |
| [github.com/sergi/go-diff](https://github.com/sergi/go-diff) | `1.3.1` | `1.4.0` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.1` | `1.9.1` |
| [github.com/zgalor/weberr](https://github.com/zgalor/weberr) | `0.8.2` | `0.9.0` |
| [sigs.k8s.io/aws-iam-authenticator](https://github.com/kubernetes-sigs/aws-iam-authenticator) | `0.6.13` | `0.7.2` |
| [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api) | `1.9.4` | `1.9.8` |
| [sigs.k8s.io/cluster-api/test](https://github.com/kubernetes-sigs/cluster-api) | `1.9.4` | `1.9.8` |



Updates `github.com/aws/amazon-vpc-cni-k8s` from 1.15.5 to 1.19.5
- [Release notes](https://github.com/aws/amazon-vpc-cni-k8s/releases)
- [Changelog](https://github.com/aws/amazon-vpc-cni-k8s/blob/master/CHANGELOG.md)
- [Commits](aws/amazon-vpc-cni-k8s@v1.15.5...v1.19.5)

Updates `github.com/aws/aws-lambda-go` from 1.41.0 to 1.49.0
- [Release notes](https://github.com/aws/aws-lambda-go/releases)
- [Commits](aws/aws-lambda-go@v1.41.0...v1.49.0)

Updates `github.com/aws/aws-sdk-go` from 1.55.5 to 1.55.7
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md)
- [Commits](aws/aws-sdk-go@v1.55.5...v1.55.7)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.11 to 1.28.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.11...config/v1.28.4)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.11 to 1.17.45
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.17.11...credentials/v1.17.45)

Updates `github.com/aws/aws-sdk-go-v2/service/autoscaling` from 1.52.4 to 1.53.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.52.4...service/s3/v1.53.1)

Updates `github.com/aws/aws-sdk-go-v2/service/eks` from 1.64.0 to 1.65.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.64.0...service/s3/v1.65.1)

Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.32.0 to 1.38.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.32.0...service/s3/v1.38.3)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.53.1 to 1.80.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.53.1...service/s3/v1.80.1)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.28.6 to 1.33.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.28.6...v1.33.0)

Updates `github.com/aws/smithy-go` from 1.22.2 to 1.22.3
- [Release notes](https://github.com/aws/smithy-go/releases)
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.22.2...v1.22.3)

Updates `github.com/coreos/ignition/v2` from 2.16.2 to 2.21.0
- [Release notes](https://github.com/coreos/ignition/releases)
- [Changelog](https://github.com/coreos/ignition/blob/main/docs/release-notes.md)
- [Commits](coreos/ignition@v2.16.2...v2.21.0)

Updates `github.com/go-logr/logr` from 1.4.2 to 1.4.3
- [Release notes](https://github.com/go-logr/logr/releases)
- [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md)
- [Commits](go-logr/logr@v1.4.2...v1.4.3)

Updates `github.com/gofrs/flock` from 0.8.1 to 0.12.1
- [Release notes](https://github.com/gofrs/flock/releases)
- [Commits](gofrs/flock@v0.8.1...v0.12.1)

Updates `github.com/google/go-cmp` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](google/go-cmp@v0.6.0...v0.7.0)

Updates `github.com/onsi/ginkgo/v2` from 2.22.0 to 2.22.1
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.22.0...v2.22.1)

Updates `github.com/onsi/gomega` from 1.36.0 to 1.36.2
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.36.0...v1.36.2)

Updates `github.com/openshift/rosa` from 1.2.48-rc1 to 1.2.48
- [Release notes](https://github.com/openshift/rosa/releases)
- [Changelog](https://github.com/openshift/rosa/blob/master/.goreleaser.yaml)
- [Commits](openshift/rosa@v1.2.48-rc1...v1.2.48)

Updates `github.com/prometheus/client_golang` from 1.19.1 to 1.20.4
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.19.1...v1.20.4)

Updates `github.com/sergi/go-diff` from 1.3.1 to 1.4.0
- [Commits](sergi/go-diff@v1.3.1...v1.4.0)

Updates `github.com/spf13/cobra` from 1.8.1 to 1.9.1
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.8.1...v1.9.1)

Updates `github.com/spf13/pflag` from 1.0.6-0.20210604193023-d5e0c0615ace to 1.0.6
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](https://github.com/spf13/pflag/commits/v1.0.6)

Updates `github.com/zgalor/weberr` from 0.8.2 to 0.9.0
- [Release notes](https://github.com/zgalor/weberr/releases)
- [Commits](openshift-online/weberr@v0.8.2...v0.9.0)

Updates `golang.org/x/crypto` from 0.31.0 to 0.36.0
- [Commits](golang/crypto@v0.31.0...v0.36.0)

Updates `golang.org/x/text` from 0.21.0 to 0.23.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.21.0...v0.23.0)

Updates `k8s.io/api` from 0.31.3 to 0.32.2
- [Commits](kubernetes/api@v0.31.3...v0.32.2)

Updates `k8s.io/apiextensions-apiserver` from 0.31.3 to 0.32.2
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.31.3...v0.32.2)

Updates `k8s.io/apimachinery` from 0.31.3 to 0.32.2
- [Commits](kubernetes/apimachinery@v0.31.3...v0.32.2)

Updates `k8s.io/apiserver` from 0.31.3 to 0.32.2
- [Commits](kubernetes/apiserver@v0.31.3...v0.32.2)

Updates `k8s.io/cli-runtime` from 0.31.3 to 0.32.2
- [Commits](kubernetes/cli-runtime@v0.31.3...v0.32.2)

Updates `k8s.io/client-go` from 0.31.3 to 0.32.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.31.3...v0.32.2)

Updates `k8s.io/component-base` from 0.31.3 to 0.32.2
- [Commits](kubernetes/component-base@v0.31.3...v0.32.2)

Updates `k8s.io/kubectl` from 0.31.3 to 0.32.2
- [Commits](kubernetes/kubectl@v0.31.3...v0.32.2)

Updates `k8s.io/utils` from 0.0.0-20240711033017-18e509b52bc8 to 0.0.0-20241104100929-3ea5e8cea738
- [Commits](https://github.com/kubernetes/utils/commits)

Updates `sigs.k8s.io/aws-iam-authenticator` from 0.6.13 to 0.7.2
- [Release notes](https://github.com/kubernetes-sigs/aws-iam-authenticator/releases)
- [Changelog](https://github.com/kubernetes-sigs/aws-iam-authenticator/blob/master/docs/RELEASE.md)
- [Commits](kubernetes-sigs/aws-iam-authenticator@v0.6.13...v0.7.2)

Updates `sigs.k8s.io/cluster-api` from 1.9.4 to 1.9.8
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.9.4...v1.9.8)

Updates `sigs.k8s.io/cluster-api/test` from 1.9.4 to 1.9.8
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.9.4...v1.9.8)

Updates `sigs.k8s.io/controller-runtime` from 0.19.4 to 0.19.6
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.19.4...v0.19.6)

---
updated-dependencies:
- dependency-name: github.com/aws/amazon-vpc-cni-k8s
  dependency-version: 1.19.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-lambda-go
  dependency-version: 1.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go
  dependency-version: 1.55.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.28.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.17.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/autoscaling
  dependency-version: 1.53.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/eks
  dependency-version: 1.65.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
  dependency-version: 1.38.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.80.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-version: 1.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.22.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/coreos/ignition/v2
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/go-logr/logr
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/gofrs/flock
  dependency-version: 0.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/google/go-cmp
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.22.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.36.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/openshift/rosa
  dependency-version: 1.2.48
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.20.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/sergi/go-diff
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/spf13/pflag
  dependency-version: 1.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/zgalor/weberr
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/crypto
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/text
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: k8s.io/api
  dependency-version: 0.32.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-version: 0.32.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.32.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: k8s.io/apiserver
  dependency-version: 0.32.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: k8s.io/cli-runtime
  dependency-version: 0.32.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: k8s.io/client-go
  dependency-version: 0.32.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: k8s.io/component-base
  dependency-version: 0.32.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: k8s.io/kubectl
  dependency-version: 0.32.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: k8s.io/utils
  dependency-version: 0.0.0-20241104100929-3ea5e8cea738
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sigs.k8s.io/aws-iam-authenticator
  dependency-version: 0.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sigs.k8s.io/cluster-api
  dependency-version: 1.9.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sigs.k8s.io/cluster-api/test
  dependency-version: 1.9.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-version: 0.19.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added area/dependency Issues or PRs related to dependency changes kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. labels Jun 9, 2025
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jun 9, 2025
@k8s-ci-robot k8s-ci-robot requested review from Ankitasw and nrb June 9, 2025 10:39
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign vincepri for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Jun 9, 2025
@k8s-ci-robot
Copy link
Contributor

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-cluster-api-provider-aws-test dc67dff link true /test pull-cluster-api-provider-aws-test
pull-cluster-api-provider-aws-verify dc67dff link true /test pull-cluster-api-provider-aws-verify
pull-cluster-api-provider-aws-build-docker dc67dff link true /test pull-cluster-api-provider-aws-build-docker
pull-cluster-api-provider-aws-build dc67dff link true /test pull-cluster-api-provider-aws-build
pull-cluster-api-provider-aws-e2e-blocking dc67dff link true /test pull-cluster-api-provider-aws-e2e-blocking

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 16, 2025

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

@dependabot dependabot bot closed this Jun 16, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/dependencies-ae3c293e58 branch June 16, 2025 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependency Issues or PRs related to dependency changes cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. needs-priority ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant