From fb54247a56d0405c0a3cda10352176ded477e400 Mon Sep 17 00:00:00 2001 From: yuxiang-zhang <23327251+yuxiang-zhang@users.noreply.github.com> Date: Thu, 29 Feb 2024 23:57:13 +0000 Subject: [PATCH] Add release notes for v0.173.0 --- docs/release_notes/0.173.0.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/release_notes/0.173.0.md diff --git a/docs/release_notes/0.173.0.md b/docs/release_notes/0.173.0.md new file mode 100644 index 0000000000..7b53782601 --- /dev/null +++ b/docs/release_notes/0.173.0.md @@ -0,0 +1,27 @@ +# Release v0.173.0 + +## 🚀 Features + +- Make EKS 1.29 default (#7599) + +## 🎯 Improvements + +- Add profile flag support for get and delete access entry (#7623) +- Remove inline ELB and CloudWatch policies from Cluster Role (#7603) + +## 🐛 Bug Fixes + +- Increase STS session duration to fix caching credentials with assumed role MFA session (#7626) + +## 🧰 Maintenance + +- Automate PR with release notes draft (#7604) + +## 📝 Documentation + +- Update docs with Ubuntu 20.04 supported in EKS \<= 1.29 (#7618) + +## Acknowledgments + +The eksctl maintainers would like to sincerely thank @ibnjunaid, @rpocase and @vutny. +