From 0a4009b4f704c882572131394859efc86e3aeb0d Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Mon, 5 Dec 2022 22:01:24 +0000 Subject: [PATCH 1/3] chore: add 1.37.1 changelog (#1185) (cherry picked from commit ccd3847221c427cbbf879f49aec1d86f9fc1d4c8) --- changelog/1.37.1.md | 21 +++++++++++++++++++++ manifest.json | 7 ++++++- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 changelog/1.37.1.md diff --git a/changelog/1.37.1.md b/changelog/1.37.1.md new file mode 100644 index 000000000..77d11e063 --- /dev/null +++ b/changelog/1.37.1.md @@ -0,0 +1,21 @@ +--- +title: "1.37.1" +description: "Released on 12/05/2022" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.37.1. + +### Features ✨ + +There are no new features in 1.37.1. + +### Bug fixes 🐛 + +- Fixed an issue where operations on API keys were not audit-logged. + +### Security updates 🔐 + +- Fixed an issue where an attacker could craft a malicious DevURL redirect link + to exfiltrate a token that allows accessing that user's devURLs. diff --git a/manifest.json b/manifest.json index fecab03d9..7e069f120 100644 --- a/manifest.json +++ b/manifest.json @@ -600,7 +600,12 @@ "icon_path": "./assets/images/icons/paper.svg", "children": [ { - "path": "./changelog/1.37.0.md" + "path": "./changelog/1.37.0.md", + "children": [ + { + "path": "./changelog/1.37.1.md" + } + ] }, { "path": "./changelog/1.36.0.md", From 0a674098ada2ba3d3d9484b9140ffdc630c81c5f Mon Sep 17 00:00:00 2001 From: Spike Curtis Date: Mon, 5 Dec 2022 14:29:08 -0800 Subject: [PATCH 2/3] 1.36.2 changelog (#1186) * 1.36.2 changelog Signed-off-by: Spike Curtis * Use consistent ordering of patch changelogs Signed-off-by: Spike Curtis Signed-off-by: Spike Curtis (cherry picked from commit 3becbfca86a996f3d853c4dabc50b410eef65930) --- changelog/1.36.2.md | 21 +++++++++++++++++++++ manifest.json | 3 +++ 2 files changed, 24 insertions(+) create mode 100644 changelog/1.36.2.md diff --git a/changelog/1.36.2.md b/changelog/1.36.2.md new file mode 100644 index 000000000..9a3ee2dbf --- /dev/null +++ b/changelog/1.36.2.md @@ -0,0 +1,21 @@ +--- +title: "1.36.2" +description: "Released on 12/05/2022" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.36.2. + +### Features ✨ + +There are no new features in 1.36.2. + +### Bug fixes 🐛 + +- Fixed an issue where operations on API keys were not audit-logged. + +### Security updates 🔐 + +- Fixed an issue where an attacker could craft a malicious DevURL redirect link + to exfiltrate a token that allows accessing that user's devURLs. diff --git a/manifest.json b/manifest.json index 7e069f120..a716472e8 100644 --- a/manifest.json +++ b/manifest.json @@ -610,6 +610,9 @@ { "path": "./changelog/1.36.0.md", "children": [ + { + "path": "./changelog/1.36.2.md" + }, { "path": "./changelog/1.36.1.md" } From 4a75a505e9eaa0fd2cc63da53d61fb06701ebeb3 Mon Sep 17 00:00:00 2001 From: Spike Curtis Date: Mon, 5 Dec 2022 14:29:15 -0800 Subject: [PATCH 3/3] Add 1.35.4 changelog (#1187) Signed-off-by: Spike Curtis Signed-off-by: Spike Curtis (cherry picked from commit 6a7115c7294c36c54b24f13416df74301db25fd3) --- changelog/1.35.4.md | 21 +++++++++++++++++++++ manifest.json | 3 +++ 2 files changed, 24 insertions(+) create mode 100644 changelog/1.35.4.md diff --git a/changelog/1.35.4.md b/changelog/1.35.4.md new file mode 100644 index 000000000..2340c32cd --- /dev/null +++ b/changelog/1.35.4.md @@ -0,0 +1,21 @@ +--- +title: "1.35.4" +description: "Released on 12/05/2022" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.35.4. + +### Features ✨ + +There are no new features in 1.35.4. + +### Bug fixes 🐛 + +- Fixed an issue where operations on API keys were not audit-logged. + +### Security updates 🔐 + +- Fixed an issue where an attacker could craft a malicious DevURL redirect link + to exfiltrate a token that allows accessing that user's devURLs. diff --git a/manifest.json b/manifest.json index a716472e8..1e998ab7c 100644 --- a/manifest.json +++ b/manifest.json @@ -621,6 +621,9 @@ { "path": "./changelog/1.35.0.md", "children": [ + { + "path": "./changelog/1.35.4.md" + }, { "path": "./changelog/1.35.3.md" },