Skip to content

chore: add note about JetBrains IDE versions #1101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions admin/workspace-management/installing-jetbrains.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
7 changes: 7 additions & 0 deletions changelog/1.31.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
7 changes: 7 additions & 0 deletions changelog/1.32.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
11 changes: 9 additions & 2 deletions changelog/1.32.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
7 changes: 7 additions & 0 deletions changelog/1.33.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
7 changes: 7 additions & 0 deletions changelog/1.33.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
13 changes: 10 additions & 3 deletions changelog/1.33.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,26 @@ 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
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a bot made this change

`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.

### 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.