From 511544900f84db664ce24babe56c028824ae4dbf Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Thu, 25 Aug 2022 14:54:55 +0000 Subject: [PATCH] chore: add note about JetBrains IDE versions --- admin/workspace-management/installing-jetbrains.md | 5 +++++ changelog/1.31.3.md | 7 +++++++ changelog/1.32.3.md | 7 +++++++ changelog/1.32.4.md | 11 +++++++++-- changelog/1.33.1.md | 7 +++++++ changelog/1.33.2.md | 7 +++++++ changelog/1.33.3.md | 13 ++++++++++--- 7 files changed, 52 insertions(+), 5 deletions(-) diff --git a/admin/workspace-management/installing-jetbrains.md b/admin/workspace-management/installing-jetbrains.md index 5424b006c..69768737a 100644 --- a/admin/workspace-management/installing-jetbrains.md +++ b/admin/workspace-management/installing-jetbrains.md @@ -3,6 +3,11 @@ title: "IDE installation" description: Learn how to install IDEs in images. --- +> [Development of JetBrains projector was suspended on July 11, 2022.](https://lp.jetbrains.com/projector/) +> JetBrains IDE versions published after this date may exhibit strange behaviors +> or crash unexpectedly under Projector. For the best experience, JetBrains +> recommends migrating to Jetbrains Gateway. + The process of installing an IDE onto your [image](../../images/index.md) is similar to installing the IDE onto a local machine. diff --git a/changelog/1.31.3.md b/changelog/1.31.3.md index b9a5bd091..b0ce1bf10 100644 --- a/changelog/1.31.3.md +++ b/changelog/1.31.3.md @@ -19,3 +19,10 @@ There are no breaking changes in 1.31.3. ### Security updates 🔐 There are no security updates in 1.31.3. + +### Known issues 🔧 + +- [Development of JetBrains projector was suspended on July 11, 2022.](https://lp.jetbrains.com/projector/) + JetBrains IDE versions published after this date may exhibit strange behaviors + or crash unexpectedly under Projector. For the best experience, JetBrains + recommends migrating to Jetbrains Gateway. diff --git a/changelog/1.32.3.md b/changelog/1.32.3.md index 9dc313309..ab0b21a7d 100644 --- a/changelog/1.32.3.md +++ b/changelog/1.32.3.md @@ -20,3 +20,10 @@ There are no breaking changes in 1.32.3. ### Security updates 🔐 There are no security updates in 1.32.3. + +### Known issues 🔧 + +- [Development of JetBrains projector was suspended on July 11, 2022.](https://lp.jetbrains.com/projector/) + JetBrains IDE versions published after this date may exhibit strange behaviors + or crash unexpectedly under Projector. For the best experience, JetBrains + recommends migrating to Jetbrains Gateway. diff --git a/changelog/1.32.4.md b/changelog/1.32.4.md index 7622ebccb..b49628689 100644 --- a/changelog/1.32.4.md +++ b/changelog/1.32.4.md @@ -14,9 +14,16 @@ There are no breaking changes in 1.32.4. ### Bug fixes 🐛 - infra: fix workspace builds being stuck on "enqueuing workspace build" step - due to nil pointer panic. Workspaces that were getting stuck should now show - a proper root cause error in the build log. + due to nil pointer panic. Workspaces that were getting stuck should now show a + proper root cause error in the build log. ### Security updates 🔐 There are no security updates in 1.32.4. + +### Known issues 🔧 + +- [Development of JetBrains projector was suspended on July 11, 2022.](https://lp.jetbrains.com/projector/) + JetBrains IDE versions published after this date may exhibit strange behaviors + or crash unexpectedly under Projector. For the best experience, JetBrains + recommends migrating to Jetbrains Gateway. diff --git a/changelog/1.33.1.md b/changelog/1.33.1.md index 73223a75f..5a7525f3a 100644 --- a/changelog/1.33.1.md +++ b/changelog/1.33.1.md @@ -19,3 +19,10 @@ There are no breaking changes in 1.33.1. ### Security updates 🔐 There are no security updates in 1.33.1. + +### Known issues 🔧 + +- [Development of JetBrains projector was suspended on July 11, 2022.](https://lp.jetbrains.com/projector/) + JetBrains IDE versions published after this date may exhibit strange behaviors + or crash unexpectedly under Projector. For the best experience, JetBrains + recommends migrating to Jetbrains Gateway. diff --git a/changelog/1.33.2.md b/changelog/1.33.2.md index 603be7990..9c5ff879a 100644 --- a/changelog/1.33.2.md +++ b/changelog/1.33.2.md @@ -18,3 +18,10 @@ There are no new features in 1.33.2. ### Security updates 🔐 There are no security updates in 1.33.2. + +### Known issues 🔧 + +- [Development of JetBrains projector was suspended on July 11, 2022.](https://lp.jetbrains.com/projector/) + JetBrains IDE versions published after this date may exhibit strange behaviors + or crash unexpectedly under Projector. For the best experience, JetBrains + recommends migrating to Jetbrains Gateway. diff --git a/changelog/1.33.3.md b/changelog/1.33.3.md index 8f6fa25b3..9542525d6 100644 --- a/changelog/1.33.3.md +++ b/changelog/1.33.3.md @@ -9,15 +9,15 @@ There are no breaking changes in 1.33.3. ### Features ✨ -- infra: allow overriding BitBucket OAuth consumer key using the +- infra: allow overriding Bitbucket OAuth consumer key using the `CODERD_BITBUCKET_CONSUMER_KEY` environment variable. - cli: add `--duration` flag to `coder tokens create` to control token lifetime. ### Bug fixes 🐛 - infra: fix workspace builds being stuck on "enqueuing workspace build" step - due to nil pointer panic. Workspaces that were getting stuck should now show - a proper root cause error in the build log. + due to nil pointer panic. Workspaces that were getting stuck should now show a + proper root cause error in the build log. - infra: reduce log spam in coder agent log file in workspaces. - infra: upgrades code-server to 4.6.0 to fix frequent disconnects caused by reverse proxy idle timeouts. @@ -25,3 +25,10 @@ There are no breaking changes in 1.33.3. ### Security updates 🔐 There are no security updates in 1.33.3. + +### Known issues 🔧 + +- [Development of JetBrains projector was suspended on July 11, 2022.](https://lp.jetbrains.com/projector/) + JetBrains IDE versions published after this date may exhibit strange behaviors + or crash unexpectedly under Projector. For the best experience, JetBrains + recommends migrating to Jetbrains Gateway.