forked from eksctl-io/eksctl
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add release notes for v0.176.0 (eksctl-io#7672)
Co-authored-by: TiberiuGC <[email protected]>
- Loading branch information
1 parent
b6c2479
commit 6c3c62f
Showing
1 changed file
with
27 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,27 @@ | ||
# Release v0.176.0 | ||
|
||
## 🚀 Features | ||
|
||
- Add support for AMIs based on AmazonLinux2023 (#7684) | ||
|
||
## 🎯 Improvements | ||
|
||
- Display full draft release notes in PR description (#7686) | ||
|
||
## 🐛 Bug Fixes | ||
|
||
- 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) | ||
- Include MixedInstancesPolicy LaunchTemplate for validation (#7661) | ||
- Aim for namespace uniqueness across parallel integration tests specs (#7680) | ||
|
||
## 🧰 Maintenance | ||
|
||
- Bump mkdocs version (#7696) | ||
- Bump dependencies (#7668) | ||
|
||
## Acknowledgments | ||
|
||
The eksctl maintainers would like to sincerely thank @qclaogui. | ||
|