-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7721 from eksctl-io/update-release-notes
Add release notes for v0.177.0
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Release v0.177.0 | ||
|
||
## 🚀 Features | ||
|
||
- Add utils command to migrate iamidentitymappings to EKS access entries (#7710) | ||
- Add support for Ubuntu Pro 22.04 based EKS images (#7711) | ||
|
||
## 🎯 Improvements | ||
|
||
- Handle K8s service account lifecycle on eksctl create/delete podidentityassociation commands (#7706) | ||
|
||
## 🐛 Bug Fixes | ||
|
||
- Fix reusing instanceRoleARN for nodegroups authorized with access entry (#7707) | ||
- Allow nodegroup creation after a cluster subnet is deleted (#7714) | ||
- Fix arn build logic to support different aws partitions (#7715) | ||
|
||
## 🧰 Maintenance | ||
|
||
- Disable IMDSv1 in unowned integration tests (#7722) | ||
|
||
## Acknowledgments | ||
|
||
The eksctl maintainers would like to sincerely thank @punkwalker, @veekaly, @aciba90 and @timandy |