diff --git a/docs/release_notes/0.176.0.md b/docs/release_notes/0.176.0.md index de0489e7baf..188169d1dea 100644 --- a/docs/release_notes/0.176.0.md +++ b/docs/release_notes/0.176.0.md @@ -2,14 +2,20 @@ ## 🚀 Features +- Add support for Ubuntu Pro 22.04 based EKS images (#7711) - Add support for AMIs based on AmazonLinux2023 (#7684) ## 🎯 Improvements +- Disable IMDSv1 in unowned integration tests (#7722) +- Handle K8s service account lifecycle on `eksctl create/delete podidentityassociation` commands (#7706) - Display full draft release notes in PR description (#7686) ## 🐛 Bug Fixes +- Allow nodegroup creation after a cluster subnet is deleted (#7714) +- Fix reusing instanceRoleARN for nodegroups authorized with access entry (#7707) +- Fix arn build logic to support different aws partitions (#7715) - Enforce `authenticationMode:CONFIG\_MAP` on Outposts (#7699) - [EKSCTL create cluster command] Authorise self-managed nodes via `aws-auth configmap` when EKS access entries are disabled (#7698) - Allow GPU instance types for Windows nodes (#7681) @@ -18,10 +24,11 @@ ## 🧰 Maintenance +- Disable IMDSv1 in unowned integration tests (#7722) - Bump mkdocs version (#7696) - Bump dependencies (#7668) ## Acknowledgments -The eksctl maintainers would like to sincerely thank @qclaogui. +The eksctl maintainers would like to sincerely thank @aciba90, @qclaogui, @timandy and cPu1.