|
2 | 2 |
|
3 | 3 | ### Features
|
4 | 4 |
|
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) |
6 | 7 | 
|
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) |
9 | 13 | - Added `coder_app` usage to template insights (#9138) (@mafredri)
|
10 | 14 | 
|
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) |
12 | 19 |
|
13 | 20 | ### Bug fixes
|
14 | 21 |
|
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) |
17 | 26 | 
|
18 | 27 | - Fix race in PGCoord at startup (#9144) (@spikecurtis)
|
19 | 28 | - Do not install strace on OSX (#9167) (@mtojek)
|
|
26 | 35 | - Remove prompt for immutable parameters on start and restart (#9173) (@mtojek)
|
27 | 36 | - Server logs: apply filter to log message as well as name (#9232) (@ammario)
|
28 | 37 |
|
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) |
30 | 40 |
|
31 | 41 | ## Container image
|
32 | 42 |
|
33 | 43 | - `docker pull ghcr.io/coder/coder:v2.1.1`
|
34 | 44 |
|
35 | 45 | ## Install/upgrade
|
36 | 46 |
|
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