From ac497e233ded6be39f62e60a2879e7dcef193cb2 Mon Sep 17 00:00:00 2001 From: cPu1 <6298307+cPu1@users.noreply.github.com> Date: Fri, 7 Jun 2024 09:53:04 +0000 Subject: [PATCH] Add release notes for v0.182.0 --- docs/release_notes/0.182.0.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/release_notes/0.182.0.md diff --git a/docs/release_notes/0.182.0.md b/docs/release_notes/0.182.0.md new file mode 100644 index 0000000000..aaed2f7853 --- /dev/null +++ b/docs/release_notes/0.182.0.md @@ -0,0 +1,21 @@ +# Release v0.182.0 + +## 🚀 Features + +- Added AWS G6 GPU instance support (#7819) + +## 🐛 Bug Fixes + +- Fix upgrading AL2 ARM64 nodegroups (#7821) +- Subnets availability validation should use AZs resolved by `EC2::DescribeSubnets` call (#7816) +- Fix Github workflow for updating generated files for default addons (#7766) + +## 📝 Documentation + +- Fix typo for iam policy (#7820) +- Fix formatting for notes in documentation (#7817) + +## Acknowledgments + +The eksctl maintainers would like to sincerely thank @practicusai and @richzw. +