Skip to content

docs: add v2.1.5 changelog #9538

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 3 commits into from
Sep 5, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
fmt
  • Loading branch information
bpmct committed Sep 5, 2023
commit 918c0bb45a4528c4d3b0081c533c11190531bf42
51 changes: 34 additions & 17 deletions docs/changelogs/v2.1.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,26 @@
### Important changes

- Removed `coder reset-password` from slim binary (#9520) (@mafredri)
- VS Code Insiders is no longer a default [display app](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/agent#nested-schema-for-display_apps). Keep reading for more details.
- VS Code Insiders is no longer a default
[display app](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/agent#nested-schema-for-display_apps).
Keep reading for more details.

### Features

- You can install Coder with [Homebrew](https://formulae.brew.sh/formula/coder#default) (#9414) (@aslilac). Our [install script](https://coder.com/docs/v2/latest/install/install.sh) will also use Homebrew, if present on your machine.
- You can show/hide specific [display apps](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/agent#nested-schema-for-display_apps) in your template, such as VS Code (Insiders), web terminal, SSH, etc. (#9100) (@sreya)
To add VS Code insiders into your template, you can set:
```hcl
display_apps {
vscode_insiders = true
}
```
![Add insiders](https://user-images.githubusercontent.com/4856196/263852602-94a5cb56-b7c3-48cb-928a-3b5e0f4e964b.png)
- You can install Coder with
[Homebrew](https://formulae.brew.sh/formula/coder#default) (#9414) (@aslilac).
Our [install script](https://coder.com/docs/v2/latest/install/install.sh) will
also use Homebrew, if present on your machine.
- You can show/hide specific
[display apps](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/agent#nested-schema-for-display_apps)
in your template, such as VS Code (Insiders), web terminal, SSH, etc. (#9100)
(@sreya) To add VS Code insiders into your template, you can set:
```hcl
display_apps {
vscode_insiders = true
}
```
![Add insiders](https://user-images.githubusercontent.com/4856196/263852602-94a5cb56-b7c3-48cb-928a-3b5e0f4e964b.png)
- Create a workspace from any template version (#9471) (@aslilac)
- Add DataDog Go tracer (#9411) (@ammario)
- Add user object to slog exporter (#9456) (@coadler)
Expand All @@ -25,8 +32,10 @@

- Expired OIDC tokens will now redirect to login page (#9442) (@Emyrk)
- Avoid redirect loop on workspace proxies (#9389) (@deansheather)
- Stop dropping error log on context canceled after heartbeat (#9427) (@spikecurtis)
- Fix null pointer on external provisioner daemons with daily_cost (#9401) (@spikecurtis)
- Stop dropping error log on context canceled after heartbeat (#9427)
(@spikecurtis)
- Fix null pointer on external provisioner daemons with daily_cost (#9401)
(@spikecurtis)
- Hide OIDC and Github auth settings when they are disabled (#9447) (@aslilac)
- Generate username with uuid to prevent collision (#9496) (@kylecarbs)
- Make 'NoRefresh' honor unlimited tokens in gitauth (#9472) (@Emyrk)
Expand All @@ -36,15 +45,21 @@
- Correctly set default tags for PSK auth (#9436) (@johnstcn)
- Remove reference to non-existent local variable (#9448) (@denbeigh2000)
- Remove checkbox from ws table loader (#9441) (@BrunoQuaresma)
- Fix workspace parameters update when having immutable parameters (#9500) (@BrunoQuaresma)
- Fix workspace parameters update when having immutable parameters (#9500)
(@BrunoQuaresma)
- Re-add keepalives to tailnet (#9410) (@coadler)

### Documentation

- Add [JetBrains Gateway Offline Mode](https://coder.com/docs/v2/latest/ides/gateway#jetbrains-gateway-in-an-offline-environment) config steps (#9388) (@ericpaulsen)
- Describe [dynamic options and locals for parameters](https://github.com/coder/coder/tree/main/examples/parameters-dynamic-options) (#9429) (@mtojek)
- Add
[JetBrains Gateway Offline Mode](https://coder.com/docs/v2/latest/ides/gateway#jetbrains-gateway-in-an-offline-environment)
config steps (#9388) (@ericpaulsen)
- Describe
[dynamic options and locals for parameters](https://github.com/coder/coder/tree/main/examples/parameters-dynamic-options)
(#9429) (@mtojek)
- Add macOS installation page (#9443) (@aslilac)
- Explain why coder port-forward is more performant than dashboard and sshd (#9494) (@sharkymark)
- Explain why coder port-forward is more performant than dashboard and sshd
(#9494) (@sharkymark)
- Add `CODER_TLS_ADDRESS` to documentation for TLS setup (#9503) (@RaineAllDay)

## Container image
Expand All @@ -53,4 +68,6 @@

## Install/upgrade

Refer to our docs to [install](https://coder.com/docs/v2/latest/install) or [upgrade](https://coder.com/docs/v2/latest/admin/upgrade) Coder, or use a release asset below.
Refer to our docs to [install](https://coder.com/docs/v2/latest/install) or
[upgrade](https://coder.com/docs/v2/latest/admin/upgrade) Coder, or use a
release asset below.