Skip to content

Commit ac43fef

Browse files
committed
fmt
1 parent 583ed06 commit ac43fef

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

docs/changelogs/v2.1.1.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,27 @@
22

33
### Features
44

5-
- Add `last_used` search params to workspaces. This can be used to find inactive workspaces (#9230) (@Emyrk)
5+
- Add `last_used` search params to workspaces. This can be used to find inactive
6+
workspaces (#9230) (@Emyrk)
67
![Last used](https://user-images.githubusercontent.com/22407953/262407146-06cded4e-684e-4cff-86b7-4388270e7d03.png)
7-
> You can use `last_used_before` and `last_used_after` in the workspaces search with [RFC3339Nano](RFC3339Nano) datetimes
8-
- Add `daily_cost`` to `coder ls` to show [quota](https://coder.com/docs/v2/latest/admin/quotas) consumption (#9200) (@ammario)
8+
> You can use `last_used_before` and `last_used_after` in the workspaces
9+
> search with [RFC3339Nano](RFC3339Nano) datetimes
10+
- Add `daily_cost`` to `coder ls` to show
11+
[quota](https://coder.com/docs/v2/latest/admin/quotas) consumption (#9200)
12+
(@ammario)
913
- Added `coder_app` usage to template insights (#9138) (@mafredri)
1014
![code-server usage](https://user-images.githubusercontent.com/22407953/262412524-180390de-b1a9-4d57-8473-c8774ec3fd6e.png)
11-
- Added documentation for [workspace process logging](http://localhost:3000/docs/v2/latest/templates/process-logging). This enterprise feature can be used to log all system-level processes in workspaces. (#9002) (@deansheather)
15+
- Added documentation for
16+
[workspace process logging](http://localhost:3000/docs/v2/latest/templates/process-logging).
17+
This enterprise feature can be used to log all system-level processes in
18+
workspaces. (#9002) (@deansheather)
1219

1320
### Bug fixes
1421

15-
- Avoid temporary license banner when Coder is upgraded via Helm + button to refresh license entitlements (#9155) (@Emyrk)
16-
- Parameters in the page "Create workspace" will show the display name as the primary field (#9158) (@aslilac)
22+
- Avoid temporary license banner when Coder is upgraded via Helm + button to
23+
refresh license entitlements (#9155) (@Emyrk)
24+
- Parameters in the page "Create workspace" will show the display name as the
25+
primary field (#9158) (@aslilac)
1726
![Parameter order](https://user-images.githubusercontent.com/418348/261439836-e7e7d9bd-9204-42be-8d13-eae9a9afd17c.png)
1827
- Fix race in PGCoord at startup (#9144) (@spikecurtis)
1928
- Do not install strace on OSX (#9167) (@mtojek)
@@ -26,12 +35,15 @@
2635
- Remove prompt for immutable parameters on start and restart (#9173) (@mtojek)
2736
- Server logs: apply filter to log message as well as name (#9232) (@ammario)
2837

29-
Compare: [`v2.1.0...v2.1.1`](https://github.com/coder/coder/compare/v2.1.0...v2.1.1)
38+
Compare:
39+
[`v2.1.0...v2.1.1`](https://github.com/coder/coder/compare/v2.1.0...v2.1.1)
3040

3141
## Container image
3242

3343
- `docker pull ghcr.io/coder/coder:v2.1.1`
3444

3545
## Install/upgrade
3646

37-
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.
47+
Refer to our docs to [install](https://coder.com/docs/v2/latest/install) or
48+
[upgrade](https://coder.com/docs/v2/latest/admin/upgrade) Coder, or use a
49+
release asset below.

0 commit comments

Comments
 (0)