From c5bc1c8b2390134bb08056639af348af395da2f4 Mon Sep 17 00:00:00 2001 From: G r e y Date: Thu, 25 Mar 2021 22:57:46 +0000 Subject: [PATCH] Release 1.16.3 Co-authored-by: Jon Ayers Co-authored-by: Jonathan Yu Co-authored-by: Katie Horne --- changelog/1.16.3.md | 22 ++++++++++++++++++++++ manifest.json | 1 + 2 files changed, 23 insertions(+) create mode 100644 changelog/1.16.3.md diff --git a/changelog/1.16.3.md b/changelog/1.16.3.md new file mode 100644 index 000000000..0f49840cd --- /dev/null +++ b/changelog/1.16.3.md @@ -0,0 +1,22 @@ +--- +title: "1.16.3" +description: "Released on 03/25/21" +--- + +### Breaking Changes ❗ + +There are no breaking changes in 1.16.3. + +### Features ✨ + +There are no new features in 1.16.3. + +### Bug Fixes 🐛 + +There are no bug fixes in 1.16.3. + +### Security Updates 🔐 + +- infra: Updated environment network policies to remove egress restriction that + prevented the specification of additional network policies pertaining to + environments. In prior versions, additional egress policies were disregarded. diff --git a/manifest.json b/manifest.json index 7c3b92e72..645a36312 100644 --- a/manifest.json +++ b/manifest.json @@ -166,6 +166,7 @@ "path": "./changelog/index.md", "children": [ { "path": "./changelog/1.17.0.md" }, + { "path": "./changelog/1.16.3.md" }, { "path": "./changelog/1.16.2.md" }, { "path": "./changelog/1.16.1.md" }, { "path": "./changelog/1.16.0.md" },