diff --git a/docs/release_notes/0.176.0.md b/docs/release_notes/0.176.0.md index de0489e7baf..7711dea4d96 100644 --- a/docs/release_notes/0.176.0.md +++ b/docs/release_notes/0.176.0.md @@ -2,14 +2,19 @@ ## 🚀 Features +- Add support for Ubuntu Pro 22.04 based EKS images (#7711) - Add support for AMIs based on AmazonLinux2023 (#7684) ## 🎯 Improvements +- 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) @@ -23,5 +28,5 @@ ## Acknowledgments -The eksctl maintainers would like to sincerely thank @qclaogui. +The eksctl maintainers would like to sincerely thank @aciba90, @qclaogui, @timandy and cPu1.