diff --git a/docs/release_notes/0.205.0.md b/docs/release_notes/0.205.0.md new file mode 100644 index 0000000000..73dd84af33 --- /dev/null +++ b/docs/release_notes/0.205.0.md @@ -0,0 +1,29 @@ +# Release v0.205.0 + +## 🚀 Features + +- Add support for creating access entries of type `EC2` for EKS Auto Mode (#8228) +- Support for setting MarketType/InstanceMarketOptions for use with capacity-block (#8207) + +## 🎯 Improvements + +- GPUs != Neuron Devices (when it comes to instance selector) (#8243) +- Add support for allow/deny regexp(s) in instanceSelector (#8247) +- Do not run ci jobs in forks (#8246) +- Enable auto-update of ec2 info (#8239) +- Re-add support for env var keys from AWS SDK (#8231) + +## 🐛 Bug Fixes + +- Fix failure when VPC CNI is configured to use both iam.withOIDC and useDefaultPodIdentityAssociations (#8249) +- Re-allow use of the `cnn1-az4` availability zone (#8240) +- Add missing coredns-1.32 json file (#8233) +- Print the computed upgrade version correctly (#8232) +- Remove support for p2 instances which require NVIDIA driver \<= 470 (#8226) +- Fix issue installing the nvidia device plugin unconditionally on al2023 (#8225) +- Placement group should not be created when using a reservation (#8220) + +## Acknowledgments + +The eksctl maintainers would like to sincerely thank @alexandear, @bryantbiggs, @dims and @vsoch. +