Skip to content

Bump aws-sdk-go-v2 versions to support aws login#8668

Merged
NicholasBlaskey merged 2 commits intoeksctl-io:mainfrom
cdirubbio:main
Feb 6, 2026
Merged

Bump aws-sdk-go-v2 versions to support aws login#8668
NicholasBlaskey merged 2 commits intoeksctl-io:mainfrom
cdirubbio:main

Conversation

@cdirubbio
Copy link
Copy Markdown
Contributor

@cdirubbio cdirubbio commented Feb 6, 2026

Description

The new aws login command is not supported in current eksctl versions as a result of the old aws-sdk-go-v2 versions. This PR bumps the SDK version and fixes the issue.

./eksctl get cluster -v=5                                       
2026-02-06 01:01:44 [▶]  Setting credentials expiry window to 30 minutes
2026-02-06 01:01:44 [▶]  role ARN for the current session is "arn:aws:sts::xxxxxxxxxx:assumed-role/Admin/cdirubb-Isengard"

Support for aws login in credential chain added to the SDK in this commit

# Release (2025-11-19.2)

## General Highlights
* **Dependency Update**: Updated to the latest SDK module versions

## Module Highlights
* `github.com/aws/aws-sdk-go-v2`: v1.40.0
  * **Feature**: Add support for AWS Login credentials (package credentials/logincreds) to the default credential chain.
* `github.com/aws/aws-sdk-go-v2/config`: [v1.32.0](config/CHANGELOG.md#v1320-2025-11-192)
  * **Feature**: Add support for AWS Login credentials (package credentials/logincreds) to the default credential chain.
* `github.com/aws/aws-sdk-go-v2/credentials`: [v1.19.0](credentials/CHANGELOG.md#v1190-2025-11-192)
  * **Feature**: Add support for AWS Login credentials (package credentials/logincreds) to the default credential chain.

Checklist

  • Added tests that cover your change (if possible)
  • Added/modified documentation as required (such as the README.md, or the userdocs directory)
  • Manually tested
  • Made sure the title of the PR is a good description that can go into the release notes
  • (Core team) Added labels for change area (e.g. area/nodegroup) and kind (e.g. kind/improvement)

BONUS POINTS checklist: complete for good vibes and maybe prizes?! 🤯

  • Backfilled missing tests for code in same general area 🎉
  • Refactored something and made the world a better place 🌟

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 6, 2026

Hello cdirubbio 👋 Thank you for opening a Pull Request in eksctl project. The team will review the Pull Request and aim to respond within 1-10 business days. Meanwhile, please read about the Contribution and Code of Conduct guidelines here. You can find out more information about eksctl on our website

@NicholasBlaskey NicholasBlaskey merged commit a2b9679 into eksctl-io:main Feb 6, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants