Skip to content

Commit 67144e0

Browse files
committed
add changelog for 2.1.0
1 parent 3e910c1 commit 67144e0

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

docs/changelogs/v2.1.0.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
## Changelog
2+
3+
### Features
4+
5+
- [External provisioners](https://coder.com/docs/v2/latest/admin/provisioners) updates
6+
- Added [PSK authentication](https://coder.com/docs/v2/latest/admin/provisioners#authentication) method (#8877) (@spikecurtis)
7+
- Provisioner daemons can be deployed [via Helm](https://github.com/coder/coder/tree/main/helm/provisioner) (#8939) (@spikecurtis)
8+
- Added login type (OIDC, GitHub, or built-in, or none) to users page (#8912) (@Emyrk)
9+
- Groups can be [automatically created](https://coder.com/docs/v2/latest/admin/auth#user-not-being-assigned--group-does-not-exist) from OIDC group sync (#8884) (@Emyrk)
10+
- Parameter values can be specified via the [command line](https://coder.com/docs/v2/latest/cli/create#--parameter) during workspace creation/updates (#8898) (@mtojek)
11+
- Added date range picker for the template insights page (#8976) (@BrunoQuaresma)
12+
- We now publish preview [container images](https://github.com/coder/coder/pkgs/container/coder-preview) on every commit to `main`. Only use these images for testing. They are automatically deleted after 7 days.
13+
- Coder is [officially listed JetBrains Gateway](https://coder.com/blog/self-hosted-remote-development-in-jetbrains-ides-now-available-to-coder-users).
14+
15+
### Bug fixes
16+
17+
- Don't close other web terminal or `coder_app` sessions during a terminal close (#8917)
18+
- Properly refresh OIDC tokens (#8950) (@Emyrk)
19+
- Added backoff to validate fresh git auth tokens (#8956) (@kylecarbs)
20+
- Make preferred region the first in list (#9014) (@matifali)
21+
- `coder stat`: clistat: accept positional arg for stat disk cmd (#8911)
22+
- Prompt for confirmation during `coder delete <workspace>` (#8579)
23+
- Ensure SCIM create user can unsuspend (#8916)
24+
- Set correct Prometheus port in Helm notes (#8888)
25+
- Show user avatar on group page (#8997) (@BrunoQuaresma)
26+
- Make deployment stats bar scrollable on smaller viewports (#8996) (@BrunoQuaresma)
27+
- Add horizontal scroll to template viewer (#8998) (@BrunoQuaresma)
28+
- Persist search parameters when user has to authenticate (#9005) (@BrunoQuaresma)
29+
- Set default color and display error on appearance form (#9004) (@BrunoQuaresma)
30+
31+
Compare: [`v2.0.1...v2.1.0`](https://github.com/coder/coder/compare/v2.0.1...v2.1.0)
32+
33+
## Container image
34+
35+
- `docker pull ghcr.io/coder/coder:v2.1.0`
36+
37+
## Install/upgrade
38+
39+
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.

0 commit comments

Comments
 (0)