From 66cbbdba5fa8000b557ead0ffbf84a01ee88605f Mon Sep 17 00:00:00 2001 From: G r e y Date: Fri, 15 Apr 2022 14:04:58 -0400 Subject: [PATCH 1/6] feat: 1.29.2 changelog updates --- changelog/1.29.2.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog/1.29.2.md b/changelog/1.29.2.md index ddf483340..266b7cf59 100644 --- a/changelog/1.29.2.md +++ b/changelog/1.29.2.md @@ -18,6 +18,8 @@ There are no breaking changes in 1.29.2. - infra: fixed issue where filesystem corruption would stall builds on EC2 workspaces. - helm: updated ingress template to use correct value names. +- web: fixed issue where dev urls did not refresh when updated by other clients + such as the CLI. ### Security updates 🔐 From 954b48d2370882d32aaea94d9e31581b7e4ba38f Mon Sep 17 00:00:00 2001 From: G r e y Date: Fri, 15 Apr 2022 18:12:57 +0000 Subject: [PATCH 2/6] fixup! feat: 1.29.2 changelog updates --- changelog/1.29.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/1.29.2.md b/changelog/1.29.2.md index 266b7cf59..42986344b 100644 --- a/changelog/1.29.2.md +++ b/changelog/1.29.2.md @@ -18,7 +18,7 @@ There are no breaking changes in 1.29.2. - infra: fixed issue where filesystem corruption would stall builds on EC2 workspaces. - helm: updated ingress template to use correct value names. -- web: fixed issue where dev urls did not refresh when updated by other clients +- web: fixed issue where dev URLs did not refresh when updated by other clients such as the CLI. ### Security updates 🔐 From 475ab4cb4643f823a77b76c55f7b956067255a6f Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Fri, 15 Apr 2022 14:04:39 -0500 Subject: [PATCH 3/6] chore: edit text --- changelog/1.29.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/1.29.2.md b/changelog/1.29.2.md index 42986344b..13a18f324 100644 --- a/changelog/1.29.2.md +++ b/changelog/1.29.2.md @@ -19,7 +19,7 @@ There are no breaking changes in 1.29.2. workspaces. - helm: updated ingress template to use correct value names. - web: fixed issue where dev URLs did not refresh when updated by other clients - such as the CLI. + (e.g., the CLI). ### Security updates 🔐 From 5348b502a1a05e7d0cc7cfb3c53f99e8db5fcfc1 Mon Sep 17 00:00:00 2001 From: G r e y Date: Fri, 15 Apr 2022 18:27:59 -0400 Subject: [PATCH 4/6] Update changelog/1.29.2.md Co-authored-by: Cian Johnston --- changelog/1.29.2.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog/1.29.2.md b/changelog/1.29.2.md index 13a18f324..662b36245 100644 --- a/changelog/1.29.2.md +++ b/changelog/1.29.2.md @@ -20,6 +20,7 @@ There are no breaking changes in 1.29.2. - helm: updated ingress template to use correct value names. - web: fixed issue where dev URLs did not refresh when updated by other clients (e.g., the CLI). +- web: fixed issue where JetBrains 2022.1 IDE versions would not open in Projector. ### Security updates 🔐 From a4a32c84cc487cfc7d620c3c03c99493f047210d Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Mon, 18 Apr 2022 10:13:23 -0500 Subject: [PATCH 5/6] Update changelog/1.29.2.md --- changelog/1.29.2.md | 1 - 1 file changed, 1 deletion(-) diff --git a/changelog/1.29.2.md b/changelog/1.29.2.md index 662b36245..2dc7e7afe 100644 --- a/changelog/1.29.2.md +++ b/changelog/1.29.2.md @@ -18,7 +18,6 @@ There are no breaking changes in 1.29.2. - infra: fixed issue where filesystem corruption would stall builds on EC2 workspaces. - helm: updated ingress template to use correct value names. -- web: fixed issue where dev URLs did not refresh when updated by other clients (e.g., the CLI). - web: fixed issue where JetBrains 2022.1 IDE versions would not open in Projector. From df4c83848751852043a19fd25165b2ed1ee56599 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Mon, 18 Apr 2022 12:01:40 -0500 Subject: [PATCH 6/6] Update changelog/1.29.2.md --- changelog/1.29.2.md | 1 - 1 file changed, 1 deletion(-) diff --git a/changelog/1.29.2.md b/changelog/1.29.2.md index 2dc7e7afe..f42275ad6 100644 --- a/changelog/1.29.2.md +++ b/changelog/1.29.2.md @@ -18,7 +18,6 @@ There are no breaking changes in 1.29.2. - infra: fixed issue where filesystem corruption would stall builds on EC2 workspaces. - helm: updated ingress template to use correct value names. - (e.g., the CLI). - web: fixed issue where JetBrains 2022.1 IDE versions would not open in Projector. ### Security updates 🔐