From 0a09745af180e4cd83cf209a2a8d8a639816313f Mon Sep 17 00:00:00 2001 From: Himangini Date: Fri, 8 Sep 2023 10:46:43 +0100 Subject: [PATCH] Release notes for 0.157.0 --- docs/release_notes/0.157.0.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/release_notes/0.157.0.md diff --git a/docs/release_notes/0.157.0.md b/docs/release_notes/0.157.0.md new file mode 100644 index 00000000000..452eb2e7007 --- /dev/null +++ b/docs/release_notes/0.157.0.md @@ -0,0 +1,14 @@ +# Release v0.157.0 + +## 🚀 Features + +- Material version updates and added social cards, cookie consent and feedback widgets (#7050) + +## 🐛 Bug Fixes + +- Fix `update aws node` workflow (#7045) +- Disallow passing a vpc.securityGroup with external security group rules (#7030) + +## 📝 Documentation + +- Add note on how to use `--include/exclude` flags when creating iamserviceaccounts (#7047)