From c785c44147dc56cef55282a417559212cf46a410 Mon Sep 17 00:00:00 2001 From: Jon Ayers Date: Fri, 6 Jan 2023 19:07:53 +0000 Subject: [PATCH 1/4] chore: add changelog for 1.38.1 --- 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..c066e7b15 --- /dev/null +++ b/changelog/1.38.1.md @@ -0,0 +1,21 @@ +--- +title: "1.38.1" +description: "Released on 01/05/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..bbb041d76 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 3a3e4e9904ffceb7137c092dc1698d3ba7a0ecec Mon Sep 17 00:00:00 2001 From: Jon Ayers Date: Fri, 6 Jan 2023 19:08:59 +0000 Subject: [PATCH 2/4] update date --- changelog/1.38.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/1.38.1.md b/changelog/1.38.1.md index c066e7b15..8c6ac7f08 100644 --- a/changelog/1.38.1.md +++ b/changelog/1.38.1.md @@ -1,6 +1,6 @@ --- title: "1.38.1" -description: "Released on 01/05/2023" +description: "Released on 01/06/2023" --- ### Breaking changes ❗ From 5af1d80832f1f84e57909b0be1488e48763204d4 Mon Sep 17 00:00:00 2001 From: Jon Ayers Date: Fri, 6 Jan 2023 19:09:46 +0000 Subject: [PATCH 3/4] spacing --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index bbb041d76..8cd563b83 100644 --- a/manifest.json +++ b/manifest.json @@ -609,7 +609,7 @@ { "path": "./changelog/1.38.1.md" } - ] + ] }, { "path": "./changelog/1.37.0.md", From 0f9cc9f6d57a42e06559efff3985384976b8433c Mon Sep 17 00:00:00 2001 From: Jon Ayers Date: Fri, 6 Jan 2023 19:10:42 +0000 Subject: [PATCH 4/4] remove bulleted lists --- changelog/1.38.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/1.38.1.md b/changelog/1.38.1.md index 8c6ac7f08..2156ee2c7 100644 --- a/changelog/1.38.1.md +++ b/changelog/1.38.1.md @@ -9,7 +9,7 @@ There are no breaking changes in 1.38.1. ### Features ✨ -- There are no new features in 1.38.1. +There are no new features in 1.38.1. ### Bug fixes 🐛 @@ -18,4 +18,4 @@ There are no breaking changes in 1.38.1. ### Security updates 🔐 -- There are no security updates for 1.38.1. +There are no security updates for 1.38.1.