From 1106d97f12754235696dc3f25568feba721804cb Mon Sep 17 00:00:00 2001 From: bryantbiggs <10913471+bryantbiggs@users.noreply.github.com> Date: Sat, 11 Jan 2025 13:51:31 +0000 Subject: [PATCH] Add release notes for v0.201.0 --- docs/release_notes/0.201.0.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/release_notes/0.201.0.md diff --git a/docs/release_notes/0.201.0.md b/docs/release_notes/0.201.0.md new file mode 100644 index 0000000000..5b967d494a --- /dev/null +++ b/docs/release_notes/0.201.0.md @@ -0,0 +1,26 @@ +# Release v0.201.0 + +## 🚀 Features + +- Ubuntu 24.04 support (#8094) +- Support create cluster default addon metrics-server (#8118) +- Support for Mexico region (mx-central-1) (#8117) + +## 🐛 Bug Fixes + +- Remove EFA installation scripts; EFA is installed by default on EKS AL2 GPU, EKS Al2023 NVIDIA, and EKS AL2023 Neuron AMIs (#8113) +- Repair AL2023 with IPv6 node creation (#8120) + +## 🧰 Maintenance + +- Update aws-node to v1.19.2 (#7899) +- Update coredns (#7901) + +## 📝 Documentation + +- Update doc dependencies and supported Python runtime to publish latest doc updates (#8119) + +## Acknowledgments + +The eksctl maintainers would like to sincerely thank @bryantbiggs, @gustavodiaz7722, @toabctl and Gustavo Diaz. +