🌱 Bump github.com/aws/aws-sdk-go-v2/service/eks (#1432)

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.80.2 to 1.81.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.80.2...service/s3/v1.81.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/eks
  dependency-version: 1.81.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-03-16 04:35:51 +00:00
committed by GitHub
parent 03e81fa149
commit f44d0d94db
7 changed files with 13 additions and 7 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.25.0
require (
github.com/aws/aws-sdk-go-v2 v1.41.3
github.com/aws/aws-sdk-go-v2/config v1.32.11
github.com/aws/aws-sdk-go-v2/service/eks v1.80.2
github.com/aws/aws-sdk-go-v2/service/eks v1.81.0
github.com/aws/aws-sdk-go-v2/service/iam v1.53.5
github.com/aws/smithy-go v1.24.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.19 h1:AWeJMk33GTBf6J20XJ
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.19/go.mod h1:+GWrYoaAsV7/4pNHpwh1kiNLXkKaSoppxQq9lbH8Ejw=
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.5 h1:clHU5fm//kWS1C2HgtgWxfQbFbx4b6rx+5jzhgX9HrI=
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.5/go.mod h1:O3h0IK87yXci+kg6flUKzJnWeziQUKciKrLjcatSNcY=
github.com/aws/aws-sdk-go-v2/service/eks v1.80.2 h1:+FLU7+D9AW9ZMQIg4YjIN/nTJV0A2TIB2f+ovZXqAdU=
github.com/aws/aws-sdk-go-v2/service/eks v1.80.2/go.mod h1:nx52u/3RVDWkOcrAchYgt7CXkrd03A6Gvzi0trtMFjQ=
github.com/aws/aws-sdk-go-v2/service/eks v1.81.0 h1:sI0DVFTT+ILkk4QDNKU5a+arj+kduG2qJZoI3vnDKcc=
github.com/aws/aws-sdk-go-v2/service/eks v1.81.0/go.mod h1:nx52u/3RVDWkOcrAchYgt7CXkrd03A6Gvzi0trtMFjQ=
github.com/aws/aws-sdk-go-v2/service/iam v1.53.5 h1:J8qtztl/SJ6lhk/Rke/F6PgpZ7V6UYq0my0Zc8hdLuc=
github.com/aws/aws-sdk-go-v2/service/iam v1.53.5/go.mod h1:seDE466zJ4haVuAVcRk+yIH4DWb3s6cqt3Od8GxnGAA=
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.6 h1:XAq62tBTJP/85lFD5oqOOe7YYgWxY9LvWq8plyDvDVg=

View File

@@ -1,3 +1,7 @@
# v1.81.0 (2026-03-11)
* **Feature**: Adds support for a new tier in controlPlaneScalingConfig on EKS Clusters.
# v1.80.2 (2026-03-03)
* **Dependency Update**: Bump minimum Go version to 1.24

View File

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

View File

@@ -864,6 +864,7 @@ const (
ProvisionedControlPlaneTierTierXl ProvisionedControlPlaneTier = "tier-xl"
ProvisionedControlPlaneTierTier2xl ProvisionedControlPlaneTier = "tier-2xl"
ProvisionedControlPlaneTierTier4xl ProvisionedControlPlaneTier = "tier-4xl"
ProvisionedControlPlaneTierTier8xl ProvisionedControlPlaneTier = "tier-8xl"
)
// Values returns all known values for ProvisionedControlPlaneTier. Note that this
@@ -876,6 +877,7 @@ func (ProvisionedControlPlaneTier) Values() []ProvisionedControlPlaneTier {
"tier-xl",
"tier-2xl",
"tier-4xl",
"tier-8xl",
}
}

View File

@@ -1022,8 +1022,8 @@ type ControlPlanePlacementResponse struct {
type ControlPlaneScalingConfig struct {
// The control plane scaling tier configuration. Available options are standard ,
// tier-xl , tier-2xl , or tier-4xl . For more information, see EKS Provisioned
// Control Plane in the Amazon EKS User Guide.
// tier-xl , tier-2xl , tier-4xl, or tier-8xl . For more information, see EKS
// Provisioned Control Plane in the Amazon EKS User Guide.
Tier ProvisionedControlPlaneTier
noSmithyDocumentSerde

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.5
## explicit; go 1.24
github.com/aws/aws-sdk-go-v2/internal/ini
# github.com/aws/aws-sdk-go-v2/service/eks v1.80.2
# github.com/aws/aws-sdk-go-v2/service/eks v1.81.0
## explicit; go 1.24
github.com/aws/aws-sdk-go-v2/service/eks
github.com/aws/aws-sdk-go-v2/service/eks/internal/endpoints