From a09d241a8aed4890384a29146fe6210fad692ca6 Mon Sep 17 00:00:00 2001 From: Jon Ayers Date: Fri, 6 Jan 2023 13:17:00 -0600 Subject: [PATCH 1/2] chore: add changelog for 1.38.1 (#1204) --- changelog/1.38.1.md | 21 +++++++++++++++++++++ manifest.json | 6 +++++- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 changelog/1.38.1.md diff --git a/changelog/1.38.1.md b/changelog/1.38.1.md new file mode 100644 index 000000000..2156ee2c7 --- /dev/null +++ b/changelog/1.38.1.md @@ -0,0 +1,21 @@ +--- +title: "1.38.1" +description: "Released on 01/06/2023" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.38.1. + +### Features ✨ + +There are no new features in 1.38.1. + +### Bug fixes 🐛 + +- Fixed an issue where expired Dev URL tokens could result in an infinite authentication loop. +- Added documentation for image tag decommissioning. + +### Security updates 🔐 + +There are no security updates for 1.38.1. diff --git a/manifest.json b/manifest.json index f2573601c..8cd563b83 100644 --- a/manifest.json +++ b/manifest.json @@ -605,7 +605,11 @@ "children": [ { "path": "./changelog/1.38.0.md", - "children": [] + "children": [ + { + "path": "./changelog/1.38.1.md" + } + ] }, { "path": "./changelog/1.37.0.md", From bbbb7839f9bd2223f9797998ecba0360d9fa02e4 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Mon, 9 Jan 2023 10:16:43 +0000 Subject: [PATCH 2/2] fixup! chore: add changelog for 1.38.1 (#1204) --- changelog/1.38.1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog/1.38.1.md b/changelog/1.38.1.md index 2156ee2c7..5cce49b4a 100644 --- a/changelog/1.38.1.md +++ b/changelog/1.38.1.md @@ -13,7 +13,8 @@ There are no new features in 1.38.1. ### Bug fixes 🐛 -- Fixed an issue where expired Dev URL tokens could result in an infinite authentication loop. +- Fixed an issue where expired Dev URL tokens could result in an infinite + authentication loop. - Added documentation for image tag decommissioning. ### Security updates 🔐