From 3d7f3f1494b79662abf95ea558da1e4cbe9f3603 Mon Sep 17 00:00:00 2001 From: cPu1 <6298307+cPu1@users.noreply.github.com> Date: Wed, 3 Jul 2024 18:54:25 +0000 Subject: [PATCH] Add release notes for v0.184.0 --- docs/release_notes/0.184.0.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/release_notes/0.184.0.md diff --git a/docs/release_notes/0.184.0.md b/docs/release_notes/0.184.0.md new file mode 100644 index 0000000000..232025bc65 --- /dev/null +++ b/docs/release_notes/0.184.0.md @@ -0,0 +1,20 @@ +# Release v0.184.0 + +## 🚀 Features + +- Cluster creation flexibility for default networking addons (#7866) + +## 🎯 Improvements + +- Fix SDK paginator mocks (#7850) +- use string in logging instead of wrapping error (#7838) +- Stop using P2 instances which will be retired (#7826) + +## 🐛 Bug Fixes + +- Schedule pods on a nodegroup on which no concurrent actions are executed (#7834) + +## Acknowledgments + +The eksctl maintainers would like to sincerely thank @moreandres. +