Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

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

Package From To
github.com/aws/amazon-vpc-cni-k8s 1.15.5 1.20.0
github.com/aws/aws-lambda-go 1.41.0 1.49.0
github.com/aws/aws-sdk-go-v2 1.36.5 1.36.6
github.com/aws/aws-sdk-go-v2/service/autoscaling 1.52.4 1.54.1
github.com/aws/aws-sdk-go-v2/service/ec2 1.233.0 1.236.0
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing 1.29.6 1.29.7
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 1.45.2 1.46.1
github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi 1.26.6 1.26.7
github.com/aws/aws-sdk-go-v2/service/s3 1.53.1 1.84.1
github.com/aws/aws-sdk-go-v2/service/secretsmanager 1.28.6 1.35.8
github.com/aws/aws-sdk-go-v2/service/ssm 1.59.1 1.60.2
github.com/aws/smithy-go 1.22.4 1.22.5
github.com/coreos/ignition/v2 2.16.2 2.22.0
github.com/go-logr/logr 1.4.2 1.4.3
github.com/gofrs/flock 0.8.1 0.12.1
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/pflag 1.0.6 1.0.7
github.com/zgalor/weberr 0.8.2 0.9.0
sigs.k8s.io/aws-iam-authenticator 0.6.13 0.7.4
sigs.k8s.io/cluster-api 1.10.2 1.10.4
sigs.k8s.io/cluster-api/test 1.10.2 1.10.4
github.com/aws/aws-sdk-go-v2/service/eventbridge 1.39.3 1.41.1
github.com/aws/aws-sdk-go-v2/service/sqs 1.38.8 1.38.10

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

Release notes

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

v1.20.0

Release Notes

This release introduces multi-NIC support in Amazon VPC-CNI plugin where the plugin can manage all the eligible network cards on the instance and create multi-homed pods based on the annotation. This feature is currently not supported in us-isof-south-1 and us-isof-east-1 regions

What's Changed

  • Feature - Adding support in CNI for managing multiple network interface card on the instance in #3347,#3349
  • Dependency - Bump helm.sh/helm/v3 from 3.18.1 to 3.18.4 in #3346
  • Dependency - Bump aws-dependencies in #3337
  • Improvement - Build CNI plugins from source in #3343
  • Fix - Fix error when Network policy agent GRPC call fails in #3320
  • Fix - Fix race condition when force deleting pod using a security group for pod feature in #3304
  • Improvement - Add latency metrics for ipamd init in #3301

Full Changelog: aws/amazon-vpc-cni-k8s@v1.19.6...v1.20.0

To manually apply this release:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.20.0/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.20.0/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.20.0/config/master/aws-k8s-cni-us-gov-west-1.yaml

cn:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.20.0/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.20.0/charts/aws-vpc-cni/README.md#installing-the-chart

Verify the update:

... (truncated)

Changelog

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

v1.20.0

  • Feature - Adding support in CNI for managing multiple network interface card on the instance in #3347,#3349
  • Dependency - Bump helm.sh/helm/v3 from 3.18.1 to 3.18.4 in #3346
  • Dependency - Bump aws-dependencies in #3337
  • Improvement - Build CNI plugins from source in #3343
  • Fix - Fix error when Network policy agent GRPC call fails in #3320
  • Fix - Fix race condition when force deleting pod using a security group for pod feature in #3304
  • Improvement - Add latency metrics for ipamd init in #3301

v1.19.6

  • Dependency - Bump k8s.io/apimachinery from 0.32.3 to 0.33.0 by @​dependabot in #3279
  • Dependency - Bump golang.org/x/sys from 0.31.0 to 0.32.0 in /test/agent in #3280
  • Fix - fixed integration test script by @​viveksb007 in #3282
  • Fix - Adding CVE fixes and remove pinned dependencies by @​jaydeokar in #3283
  • Dependency - Updating netlink to v1.3.1 by @​jaydeokar in #3286
  • Feature - adding ENABLE_IMDS_ONLY_MODE configuration so ipamd will not interact with EC2 for node init and reconcile by @​bhaoz in #3287

v1.19.5

v1.19.4

v1.19.3

v1.19.2

... (truncated)

Commits
  • 938d094 Adding release notes for mult-nic feature
  • fab33ff Adding multiNIC support flag to rpc response
  • 8280a55 refactoring util functions for route table id and gw ip calculation
  • 7693166 Adding multi-NIC changes
  • 6408584 Bump helm.sh/helm/v3 from 3.18.1 to 3.18.4
  • 2020c80 Bump the aws-dependencies group with 11 updates
  • 17995e1 Updating url for CNI support script
  • 401ed22 Update min version for eks v 1.33 and 1.32
  • d0e8fc4 build CNI plugin binaries from source
  • 2703dc1 fix npe when npr grpc call failed (#3320)
  • Additional commits viewable in compare view

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-v2 from 1.36.5 to 1.36.6

Commits

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

Commits

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

Commits

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

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.233.0 to 1.236.0

Commits

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

Commits

Updates github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing from 1.29.6 to 1.29.7

Commits

Updates github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 from 1.45.2 to 1.46.1

Commits
  • 6b53348 Release 2024-10-28
  • 784d2d3 Regenerated Clients
  • 7258bd2 Update endpoints model
  • f322198 Update API model
  • b65b80a Merge pull request #2852 from RanVaknin/signature-header-parsing-fix
  • 803614d Fixing changelog description and implementation to use TrimSpace
  • b12c8cf adding changelog
  • f0caa97 patching GetSignedRequestSignature to cover edge cases with the signature
  • e058903 drop service/nimble (#2851)
  • 896793a Release 2024-10-25
  • Additional commits viewable in compare view

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

Commits

Updates github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi from 1.26.6 to 1.26.7

Commits

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

Commits

Updates github.com/aws/aws-sdk-go-v2/service/secretsmanager from 1.28.6 to 1.35.8

Commits
  • 13c3784 Release 2024-09-17
  • 0097c82 Regenerated Clients
  • 590384d Update API model
  • 6a28d22 BREAKFIX: Only generate AccountIDEndpointMode config for services that use it...
  • 0d08ea0 Release 2024-09-16
  • 83c15f1 Regenerated Clients
  • 093ffb6 Update endpoints model
  • e43f191 Update API model
  • 1282c53 Read AWS_CONTAINER_CREDENTIALS_FULL_URI env variable if set when reading a ...
  • 171151b Release 2024-09-13
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/ssm from 1.59.1 to 1.60.2

Commits

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

Commits

Updates github.com/aws/smithy-go from 1.22.4 to 1.22.5

Changelog

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

Release (2025-07-24)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.5
    • Feature: Add HTTP interceptors.

Release (2025-06-16)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.4
    • Bug Fix: Fix CBOR serd empty check for string and enum fields
    • Bug Fix: Fix HTTP metrics data race.
    • Bug Fix: Replace usages of deprecated ioutil package.

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)

... (truncated)

Commits

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

Release notes

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

v2.22.0

Ignition 2.22.0 (2025-07-08)

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

Breaking changes

Features

  • Support Oracle Cloud Infrastructure

Changes

  • Rename ignition.cfg -> 05_ignition.cfg
  • Support setting setuid/setgid/sticky mode bits (3.6.0-exp)
  • Warn if setuid/setgid/sticky mode bits specified (3.4.0 - 3.5.0)
  • Add initial TMT tests and a new workflow to execute tests on PRs

Bug fixes

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

... (truncated)

Changelog

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

Ignition 2.22.0 (2025-07-08)

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

Breaking changes

Features

  • Support Oracle Cloud Infrastructure

Changes

  • Rename ignition.cfg -> 05_ignition.cfg
  • Support setting setuid/setgid/sticky mode bits (3.6.0-exp)
  • Warn if setuid/setgid/sticky mode bits specified (3.4.0 - 3.5.0)
  • Add initial TMT tests and a new workflow to execute tests on PRs

Bug fixes

  • Fix use of setuid/setgid/sticky mode bits

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

... (truncated)

Commits
  • 687a3e7 Merge pull request #2103 from tlbueno/main
  • 7a20f8e docs/release-notes: update for 2.22.0
  • acc4ce4 Merge pull request #2094 from coreos/dependabot/go_modules/github.com/Azure/a...
  • af64171 build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity
  • 4d1a063 Merge pull request #2089 from alaviss/push-xyxplqqtvqux
  • 1ee9f2a Merge pull request #2092 from coreos/dependabot/go_modules/google.golang.org/...
  • 9bbcf58 Merge pull request #2091 from coreos/dependabot/go_modules/golang.org/x/net-0...
  • f69c25b changelog: add entry for oraclecloud
  • 28bc4ca build(deps): bump google.golang.org/api from 0.235.0 to 0.236.0
  • 0e023bb build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0
  • 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

  • feat: differentiation of Solaris and Illumos by @​ldez in gofrs/flock#80
  • feat(windows): ...

    Description has been truncated

Bumps the dependencies group with 24 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.20.0` |
| [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-v2](https://github.com/aws/aws-sdk-go-v2) | `1.36.5` | `1.36.6` |
| [github.com/aws/aws-sdk-go-v2/service/autoscaling](https://github.com/aws/aws-sdk-go-v2) | `1.52.4` | `1.54.1` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.233.0` | `1.236.0` |
| [github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing](https://github.com/aws/aws-sdk-go-v2) | `1.29.6` | `1.29.7` |
| [github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2](https://github.com/aws/aws-sdk-go-v2) | `1.45.2` | `1.46.1` |
| [github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi](https://github.com/aws/aws-sdk-go-v2) | `1.26.6` | `1.26.7` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.53.1` | `1.84.1` |
| [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2) | `1.28.6` | `1.35.8` |
| [github.com/aws/aws-sdk-go-v2/service/ssm](https://github.com/aws/aws-sdk-go-v2) | `1.59.1` | `1.60.2` |
| [github.com/aws/smithy-go](https://github.com/aws/smithy-go) | `1.22.4` | `1.22.5` |
| [github.com/coreos/ignition/v2](https://github.com/coreos/ignition) | `2.16.2` | `2.22.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/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/pflag](https://github.com/spf13/pflag) | `1.0.6` | `1.0.7` |
| [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.4` |
| [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api) | `1.10.2` | `1.10.4` |
| [sigs.k8s.io/cluster-api/test](https://github.com/kubernetes-sigs/cluster-api) | `1.10.2` | `1.10.4` |
| [github.com/aws/aws-sdk-go-v2/service/eventbridge](https://github.com/aws/aws-sdk-go-v2) | `1.39.3` | `1.41.1` |
| [github.com/aws/aws-sdk-go-v2/service/sqs](https://github.com/aws/aws-sdk-go-v2) | `1.38.8` | `1.38.10` |



Updates `github.com/aws/amazon-vpc-cni-k8s` from 1.15.5 to 1.20.0
- [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.20.0)

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-v2` from 1.36.5 to 1.36.6
- [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.36.5...v1.36.6)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.11 to 1.29.9
- [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.29.9)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.11 to 1.17.62
- [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.62)

Updates `github.com/aws/aws-sdk-go-v2/service/autoscaling` from 1.52.4 to 1.54.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.54.1)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.233.0 to 1.236.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@service/ec2/v1.233.0...service/ec2/v1.236.0)

Updates `github.com/aws/aws-sdk-go-v2/service/eks` from 1.64.0 to 1.66.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.66.1)

Updates `github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing` from 1.29.6 to 1.29.7
- [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.29.6...config/v1.29.7)

Updates `github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2` from 1.45.2 to 1.46.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/rds/v1.45.2...service/emr/v1.46.1)

Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.32.0 to 1.43.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@v1.32.0...service/s3/v1.43.0)

Updates `github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi` from 1.26.6 to 1.26.7
- [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.26.6...service/s3/v1.26.7)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.53.1 to 1.84.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.84.1)

Updates `github.com/aws/aws-sdk-go-v2/service/secretsmanager` from 1.28.6 to 1.35.8
- [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...service/kms/v1.35.8)

Updates `github.com/aws/aws-sdk-go-v2/service/ssm` from 1.59.1 to 1.60.2
- [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/iot/v1.59.1...service/ssm/v1.60.2)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.28.6 to 1.33.17
- [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...service/sns/v1.33.17)

Updates `github.com/aws/smithy-go` from 1.22.4 to 1.22.5
- [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.4...v1.22.5)

Updates `github.com/coreos/ignition/v2` from 2.16.2 to 2.22.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.22.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/onsi/ginkgo/v2` from 2.23.3 to 2.23.4
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.23.3...v2.23.4)

Updates `github.com/onsi/gomega` from 1.36.3 to 1.37.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.36.3...v1.37.0)

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.22.0
- [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.22.0)

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/pflag` from 1.0.6 to 1.0.7
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](spf13/pflag@v1.0.6...v1.0.7)

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.36.0 to 0.39.0
- [Commits](golang/crypto@v0.36.0...v0.39.0)

Updates `golang.org/x/net` from 0.38.0 to 0.41.0
- [Commits](golang/net@v0.38.0...v0.41.0)

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

Updates `k8s.io/api` from 0.32.3 to 0.33.2
- [Commits](kubernetes/api@v0.32.3...v0.33.2)

Updates `k8s.io/apiextensions-apiserver` from 0.32.3 to 0.33.2
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.32.3...v0.33.2)

Updates `k8s.io/apimachinery` from 0.32.3 to 0.33.2
- [Commits](kubernetes/apimachinery@v0.32.3...v0.33.2)

Updates `k8s.io/apiserver` from 0.32.3 to 0.33.2
- [Commits](kubernetes/apiserver@v0.32.3...v0.33.2)

Updates `k8s.io/cli-runtime` from 0.32.3 to 0.33.2
- [Commits](kubernetes/cli-runtime@v0.32.3...v0.33.2)

Updates `k8s.io/client-go` from 0.32.3 to 0.33.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.32.3...v0.33.2)

Updates `k8s.io/component-base` from 0.32.3 to 0.33.2
- [Commits](kubernetes/component-base@v0.32.3...v0.33.2)

Updates `k8s.io/kubectl` from 0.32.3 to 0.33.2
- [Commits](kubernetes/kubectl@v0.32.3...v0.33.2)

Updates `sigs.k8s.io/aws-iam-authenticator` from 0.6.13 to 0.7.4
- [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.4)

Updates `sigs.k8s.io/cluster-api` from 1.10.2 to 1.10.4
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.10.2...v1.10.4)

Updates `sigs.k8s.io/cluster-api/test` from 1.10.2 to 1.10.4
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.10.2...v1.10.4)

Updates `sigs.k8s.io/yaml` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/kubernetes-sigs/yaml/releases)
- [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/yaml@v1.4.0...v1.5.0)

Updates `github.com/aws/aws-sdk-go-v2/service/eventbridge` from 1.39.3 to 1.41.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/iot/v1.39.3...service/kms/v1.41.1)

Updates `github.com/aws/aws-sdk-go-v2/service/sqs` from 1.38.8 to 1.38.10
- [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/iam/v1.38.8...service/iam/v1.38.10)

---
updated-dependencies:
- dependency-name: github.com/aws/amazon-vpc-cni-k8s
  dependency-version: 1.20.0
  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-v2
  dependency-version: 1.36.6
  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.29.9
  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.62
  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.54.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-version: 1.236.0
  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.66.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing
  dependency-version: 1.29.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2
  dependency-version: 1.46.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.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi
  dependency-version: 1.26.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.84.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
  dependency-version: 1.35.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ssm
  dependency-version: 1.60.2
  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.17
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.22.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/coreos/ignition/v2
  dependency-version: 2.22.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/onsi/ginkgo/v2
  dependency-version: 2.23.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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.22.0
  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/pflag
  dependency-version: 1.0.7
  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.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/net
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/text
  dependency-version: 0.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: k8s.io/api
  dependency-version: 0.33.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-version: 0.33.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.33.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: k8s.io/apiserver
  dependency-version: 0.33.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: k8s.io/cli-runtime
  dependency-version: 0.33.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: k8s.io/client-go
  dependency-version: 0.33.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: k8s.io/component-base
  dependency-version: 0.33.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: k8s.io/kubectl
  dependency-version: 0.33.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sigs.k8s.io/aws-iam-authenticator
  dependency-version: 0.7.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sigs.k8s.io/cluster-api
  dependency-version: 1.10.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sigs.k8s.io/cluster-api/test
  dependency-version: 1.10.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sigs.k8s.io/yaml
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/eventbridge
  dependency-version: 1.41.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sqs
  dependency-version: 1.38.10
  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 Jul 28, 2025
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jul 28, 2025
@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 richardcase 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 Jul 28, 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 1db700d link true /test pull-cluster-api-provider-aws-test
pull-cluster-api-provider-aws-build-docker 1db700d link true /test pull-cluster-api-provider-aws-build-docker
pull-cluster-api-provider-aws-e2e-blocking 1db700d link true /test pull-cluster-api-provider-aws-e2e-blocking
pull-cluster-api-provider-aws-build 1db700d link true /test pull-cluster-api-provider-aws-build
pull-cluster-api-provider-aws-verify 1db700d link true /test pull-cluster-api-provider-aws-verify

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.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 4, 2025

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

@dependabot dependabot bot closed this Aug 4, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/dependencies-942e9eaaf6 branch August 4, 2025 10:21
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.

2 participants