Skip to content

Commit f183f00

Browse files
authored
chore: add note about JetBrains IDE versions (#1101)
1 parent 4fd05e0 commit f183f00

File tree

7 files changed

+52
-5
lines changed

7 files changed

+52
-5
lines changed

admin/workspace-management/installing-jetbrains.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ title: "IDE installation"
33
description: Learn how to install IDEs in images.
44
---
55

6+
> [Development of JetBrains projector was suspended on July 11, 2022.](https://lp.jetbrains.com/projector/)
7+
> JetBrains IDE versions published after this date may exhibit strange behaviors
8+
> or crash unexpectedly under Projector. For the best experience, JetBrains
9+
> recommends migrating to Jetbrains Gateway.
10+
611
The process of installing an IDE onto your [image](../../images/index.md) is
712
similar to installing the IDE onto a local machine.
813

changelog/1.31.3.md

+7
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,10 @@ There are no breaking changes in 1.31.3.
1919
### Security updates 🔐
2020

2121
There are no security updates in 1.31.3.
22+
23+
### Known issues 🔧
24+
25+
- [Development of JetBrains projector was suspended on July 11, 2022.](https://lp.jetbrains.com/projector/)
26+
JetBrains IDE versions published after this date may exhibit strange behaviors
27+
or crash unexpectedly under Projector. For the best experience, JetBrains
28+
recommends migrating to Jetbrains Gateway.

changelog/1.32.3.md

+7
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,10 @@ There are no breaking changes in 1.32.3.
2020
### Security updates 🔐
2121

2222
There are no security updates in 1.32.3.
23+
24+
### Known issues 🔧
25+
26+
- [Development of JetBrains projector was suspended on July 11, 2022.](https://lp.jetbrains.com/projector/)
27+
JetBrains IDE versions published after this date may exhibit strange behaviors
28+
or crash unexpectedly under Projector. For the best experience, JetBrains
29+
recommends migrating to Jetbrains Gateway.

changelog/1.32.4.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,16 @@ There are no breaking changes in 1.32.4.
1414
### Bug fixes 🐛
1515

1616
- infra: fix workspace builds being stuck on "enqueuing workspace build" step
17-
due to nil pointer panic. Workspaces that were getting stuck should now show
18-
a proper root cause error in the build log.
17+
due to nil pointer panic. Workspaces that were getting stuck should now show a
18+
proper root cause error in the build log.
1919

2020
### Security updates 🔐
2121

2222
There are no security updates in 1.32.4.
23+
24+
### Known issues 🔧
25+
26+
- [Development of JetBrains projector was suspended on July 11, 2022.](https://lp.jetbrains.com/projector/)
27+
JetBrains IDE versions published after this date may exhibit strange behaviors
28+
or crash unexpectedly under Projector. For the best experience, JetBrains
29+
recommends migrating to Jetbrains Gateway.

changelog/1.33.1.md

+7
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,10 @@ There are no breaking changes in 1.33.1.
1919
### Security updates 🔐
2020

2121
There are no security updates in 1.33.1.
22+
23+
### Known issues 🔧
24+
25+
- [Development of JetBrains projector was suspended on July 11, 2022.](https://lp.jetbrains.com/projector/)
26+
JetBrains IDE versions published after this date may exhibit strange behaviors
27+
or crash unexpectedly under Projector. For the best experience, JetBrains
28+
recommends migrating to Jetbrains Gateway.

changelog/1.33.2.md

+7
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,10 @@ There are no new features in 1.33.2.
1818
### Security updates 🔐
1919

2020
There are no security updates in 1.33.2.
21+
22+
### Known issues 🔧
23+
24+
- [Development of JetBrains projector was suspended on July 11, 2022.](https://lp.jetbrains.com/projector/)
25+
JetBrains IDE versions published after this date may exhibit strange behaviors
26+
or crash unexpectedly under Projector. For the best experience, JetBrains
27+
recommends migrating to Jetbrains Gateway.

changelog/1.33.3.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,26 @@ There are no breaking changes in 1.33.3.
99

1010
### Features ✨
1111

12-
- infra: allow overriding BitBucket OAuth consumer key using the
12+
- infra: allow overriding Bitbucket OAuth consumer key using the
1313
`CODERD_BITBUCKET_CONSUMER_KEY` environment variable.
1414
- cli: add `--duration` flag to `coder tokens create` to control token lifetime.
1515

1616
### Bug fixes 🐛
1717

1818
- infra: fix workspace builds being stuck on "enqueuing workspace build" step
19-
due to nil pointer panic. Workspaces that were getting stuck should now show
20-
a proper root cause error in the build log.
19+
due to nil pointer panic. Workspaces that were getting stuck should now show a
20+
proper root cause error in the build log.
2121
- infra: reduce log spam in coder agent log file in workspaces.
2222
- infra: upgrades code-server to 4.6.0 to fix frequent disconnects caused by
2323
reverse proxy idle timeouts.
2424

2525
### Security updates 🔐
2626

2727
There are no security updates in 1.33.3.
28+
29+
### Known issues 🔧
30+
31+
- [Development of JetBrains projector was suspended on July 11, 2022.](https://lp.jetbrains.com/projector/)
32+
JetBrains IDE versions published after this date may exhibit strange behaviors
33+
or crash unexpectedly under Projector. For the best experience, JetBrains
34+
recommends migrating to Jetbrains Gateway.

0 commit comments

Comments
 (0)