🌱 Bump github.com/aws/aws-sdk-go-v2/service/eks (#1374)
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 2m5s
Post / images (amd64, placement) (push) Failing after 7m56s
Post / coverage (push) Failing after 10m17s
Post / images (amd64, registration-operator) (push) Failing after 1m3s
Post / images (amd64, work) (push) Failing after 54s
Post / images (arm64, addon-manager) (push) Failing after 59s
Post / images (arm64, placement) (push) Failing after 52s
Post / images (amd64, addon-manager) (push) Failing after 13m40s
Post / images (arm64, registration) (push) Failing after 53s
Post / images (arm64, registration-operator) (push) Failing after 51s
Post / images (arm64, work) (push) Failing after 53s
Post / images (amd64, registration) (push) Failing after 7m14s
Post / image manifest (addon-manager) (push) Has been skipped
Post / image manifest (placement) (push) Has been skipped
Post / image manifest (registration) (push) Has been skipped
Post / image manifest (registration-operator) (push) Has been skipped
Post / image manifest (work) (push) Has been skipped
Post / trigger clusteradm e2e (push) Has been skipped
Close stale issues and PRs / stale (push) Successful in 24s

Bumps the aws group with 1 update: [github.com/aws/aws-sdk-go-v2/service/eks](https://github.com/aws/aws-sdk-go-v2).


Updates `github.com/aws/aws-sdk-go-v2/service/eks` from 1.77.0 to 1.77.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](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.77.0...service/s3/v1.77.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/eks
  dependency-version: 1.77.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-02-05 12:30:33 +00:00
committed by GitHub
parent 89c1d5f83d
commit fd6a0aaa1e
7 changed files with 18 additions and 14 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.25.0
require ( require (
github.com/aws/aws-sdk-go-v2 v1.41.1 github.com/aws/aws-sdk-go-v2 v1.41.1
github.com/aws/aws-sdk-go-v2/config v1.32.7 github.com/aws/aws-sdk-go-v2/config v1.32.7
github.com/aws/aws-sdk-go-v2/service/eks v1.77.0 github.com/aws/aws-sdk-go-v2/service/eks v1.77.1
github.com/aws/aws-sdk-go-v2/service/iam v1.53.2 github.com/aws/aws-sdk-go-v2/service/iam v1.53.2
github.com/aws/smithy-go v1.24.0 github.com/aws/smithy-go v1.24.0
github.com/cloudevents/sdk-go/v2 v2.16.2 github.com/cloudevents/sdk-go/v2 v2.16.2

4
go.sum
View File

@@ -44,8 +44,8 @@ github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.17 h1:WWLqlh79iO48yLkj1v
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.17/go.mod h1:EhG22vHRrvF8oXSTYStZhJc1aUgKtnJe+aOiFEV90cM= github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.17/go.mod h1:EhG22vHRrvF8oXSTYStZhJc1aUgKtnJe+aOiFEV90cM=
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4 h1:WKuaxf++XKWlHWu9ECbMlha8WOEGm0OUEZqm4K/Gcfk= github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4 h1:WKuaxf++XKWlHWu9ECbMlha8WOEGm0OUEZqm4K/Gcfk=
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4/go.mod h1:ZWy7j6v1vWGmPReu0iSGvRiise4YI5SkR3OHKTZ6Wuc= github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4/go.mod h1:ZWy7j6v1vWGmPReu0iSGvRiise4YI5SkR3OHKTZ6Wuc=
github.com/aws/aws-sdk-go-v2/service/eks v1.77.0 h1:Z5mTpmbJKU7jEM7xoXI5tO4Nm0JUZSgVSFkpYuu6Ic0= github.com/aws/aws-sdk-go-v2/service/eks v1.77.1 h1:pMXNbXUX4Xd9fRmRdEe/vQ/5EFRy2M4jvW6geO5lhd8=
github.com/aws/aws-sdk-go-v2/service/eks v1.77.0/go.mod h1:Qg678m+87sCuJhcsZojenz8mblYG+Tq86V4m3hjVz0s= github.com/aws/aws-sdk-go-v2/service/eks v1.77.1/go.mod h1:Qg678m+87sCuJhcsZojenz8mblYG+Tq86V4m3hjVz0s=
github.com/aws/aws-sdk-go-v2/service/iam v1.53.2 h1:62G6btFUwAa5uR5iPlnlNVAM0zJSLbWgDfKOfUC7oW4= github.com/aws/aws-sdk-go-v2/service/iam v1.53.2 h1:62G6btFUwAa5uR5iPlnlNVAM0zJSLbWgDfKOfUC7oW4=
github.com/aws/aws-sdk-go-v2/service/iam v1.53.2/go.mod h1:av9clChrbZbJ5E21msSsiT2oghl2BJHfQGhCkXmhyu8= github.com/aws/aws-sdk-go-v2/service/iam v1.53.2/go.mod h1:av9clChrbZbJ5E21msSsiT2oghl2BJHfQGhCkXmhyu8=
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.4 h1:0ryTNEdJbzUCEWkVXEXoqlXV72J5keC1GvILMOuD00E= github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.4 h1:0ryTNEdJbzUCEWkVXEXoqlXV72J5keC1GvILMOuD00E=

View File

@@ -1,3 +1,7 @@
# v1.77.1 (2026-02-04)
* **Documentation**: Update delete cluster description
# v1.77.0 (2026-01-14) # v1.77.0 (2026-01-14)
* **Feature**: Added support for BOTTLEROCKET NVIDIA FIPS AMIs to AMI types in US regions. * **Feature**: Added support for BOTTLEROCKET NVIDIA FIPS AMIs to AMI types in US regions.

View File

@@ -20,10 +20,10 @@ import (
// single tenant and unique. It runs on its own set of Amazon EC2 instances. // single tenant and unique. It runs on its own set of Amazon EC2 instances.
// //
// The cluster control plane is provisioned across multiple Availability Zones and // The cluster control plane is provisioned across multiple Availability Zones and
// fronted by an ELB Network Load Balancer. Amazon EKS also provisions elastic // fronted by an Elastic Load Balancing Network Load Balancer. Amazon EKS also
// network interfaces in your VPC subnets to provide connectivity from the control // provisions elastic network interfaces in your VPC subnets to provide
// plane instances to the nodes (for example, to support kubectl exec , logs , and // connectivity from the control plane instances to the nodes (for example, to
// proxy data flows). // support kubectl exec , logs , and proxy data flows).
// //
// Amazon EKS nodes run in your Amazon Web Services account and connect to your // Amazon EKS nodes run in your Amazon Web Services account and connect to your
// cluster's control plane over the Kubernetes API server endpoint and a // cluster's control plane over the Kubernetes API server endpoint and a

View File

@@ -13,11 +13,11 @@ import (
// Deletes an Amazon EKS cluster control plane. // Deletes an Amazon EKS cluster control plane.
// //
// If you have active services in your cluster that are associated with a load // If you have active services and ingress resources in your cluster that are
// balancer, you must delete those services before deleting the cluster so that the // associated with a load balancer, you must delete those services before deleting
// load balancers are deleted properly. Otherwise, you can have orphaned resources // the cluster so that the load balancers are deleted properly. Otherwise, you can
// in your VPC that prevent you from being able to delete the VPC. For more // have orphaned resources in your VPC that prevent you from being able to delete
// information, see [Deleting a cluster]in the Amazon EKS User Guide. // the VPC. For more information, see [Deleting a cluster]in the Amazon EKS User Guide.
// //
// If you have managed node groups or Fargate profiles attached to the cluster, // If you have managed node groups or Fargate profiles attached to the cluster,
// you must delete them first. For more information, see DeleteNodgroup and // you must delete them first. For more information, see DeleteNodgroup and

View File

@@ -3,4 +3,4 @@
package eks package eks
// goModuleVersion is the tagged release for this module // goModuleVersion is the tagged release for this module
const goModuleVersion = "1.77.0" const goModuleVersion = "1.77.1"

2
vendor/modules.txt vendored
View File

@@ -119,7 +119,7 @@ github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
# github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4 # github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4
## explicit; go 1.23 ## explicit; go 1.23
github.com/aws/aws-sdk-go-v2/internal/ini github.com/aws/aws-sdk-go-v2/internal/ini
# github.com/aws/aws-sdk-go-v2/service/eks v1.77.0 # github.com/aws/aws-sdk-go-v2/service/eks v1.77.1
## explicit; go 1.23 ## explicit; go 1.23
github.com/aws/aws-sdk-go-v2/service/eks github.com/aws/aws-sdk-go-v2/service/eks
github.com/aws/aws-sdk-go-v2/service/eks/internal/endpoints github.com/aws/aws-sdk-go-v2/service/eks/internal/endpoints