|
| 1 | +Here's the changelog with improved formatting and clarity. The changes focus on readability and structure. |
| 2 | + |
| 3 | +--- |
| 4 | + |
1 | 5 | ## Changelog
|
2 | 6 |
|
3 | 7 | ### Important Features
|
4 | 8 |
|
5 |
| -- We added a new builtin icons page that is available at `CODER_ACCESS_URL/icons`. e.g. `https://coder.mycompany.com/icons`. |
| 9 | +#### New Builtin Icons Page |
6 | 10 |
|
7 |
| - <img src="../images/icons-gallery.png" alt="Builtin icons page" width="600" /> |
| 11 | +- **URL**: `CODER_ACCESS_URL/icons` e.g., `https://coder.mycompany.com/icons` |
| 12 | +  |
8 | 13 |
|
9 |
| -- We added icon selector to the emoji picker. |
| 14 | +#### Icon Selector in Emoji Picker |
10 | 15 |
|
11 |
| - <img src="https://user-images.githubusercontent.com/418348/273346591-53837fd8-f3ce-4a71-b73e-bda9a62bb7c3.png" alt="Icon selector" width="300" /> |
| 16 | + |
12 | 17 |
|
13 |
| -Both of these features makes it easier to find and use the builtin icons. For more information, see [Icons](https://coder.com/docs/v2/latest/templates/icons). |
| 18 | +**Impact**: Both features improve usability in finding and using builtin icons. |
| 19 | +**Docs**: [Icons Documentation](https://coder.com/docs/v2/latest/templates/icons) |
14 | 20 |
|
15 | 21 | ### Features
|
16 | 22 |
|
17 |
| -- Expose user seat limits as Prometheus metrics (#10169) (@mtojek) |
18 |
| -- Now you can control autostart days for templates (#10226) (#10263) (@Emyrk) |
19 |
| -- Aadd support for sending batched agent metadata (#10223) (#10224) (@mafredri) |
20 |
| -- Add extraTemplates to provisioners Helm chart (#10256) (@johnstcn) |
21 |
| -- Only show `Running`, `Stopped`, `Failed` and `Pending` status for workspace filtering (#10283) (@BrunoQuaresma) |
22 |
| - |
23 |
| -### Bug fixes |
| 23 | +- **Expose User Seat Limits**: Prometheus metrics (#10169) (@mtojek) |
| 24 | +- **Control Autostart Days**: For templates (#10226, #10263) (@Emyrk) |
| 25 | +- **Batched Agent Metadata**: Add support (#10223, #10224) (@mafredri) |
| 26 | +- **Helm Chart Update**: ExtraTemplates in provisioners (#10256) (@johnstcn) |
| 27 | +- **Workspace Filtering**: Limit to `Running`, `Stopped`, `Failed`, `Pending` (#10283) (@BrunoQuaresma) |
24 | 28 |
|
25 |
| -- Use UTF-8 encoding with screen (#10190) (@code-asher) |
26 |
| -- update create workspace button to recognize template names + display names (#10233) (@Parkreiner) |
27 |
| -- display health alert in `DeploymentBannerView` (#10193) (@aslilac) |
28 |
| -- send metadata in batches (#10225) (@mafredri) |
29 |
| -- make activitybump aware of default template ttl (#10253) (@johnstcn) |
30 |
| -- pass through api ctx to provisionerdserver (#10259) (@johnstcn) |
31 |
| -- ensure empty string error shows default message (#10196) (@Kira-Pilot) |
32 |
| -- display empty component when workspace has no parameters (#10286) (@BrunoQuaresma) |
33 |
| -- do not return next page if the current size is lower than the limit (#10287) (@BrunoQuaresma) |
| 29 | +### Bug Fixes |
34 | 30 |
|
35 |
| -### Documentation |
| 31 | +- **Screen Encoding**: Fixes an issue with web terminal rendering by using UTF-8 (#10190) (@code-asher) |
| 32 | +- **Workspace Names**: Display template names even if no display name is set (#10233) (@Parkreiner) |
| 33 | +- **API Context**: Pass through to provisionerdserver (#10259) (@johnstcn) |
| 34 | +- **Error Messaging**: Show a default error message (#10196) (@Kira-Pilot) |
36 | 35 |
|
37 |
| -- Add [Icons](https://coder.com/docs/v2/latest/templates/icons). |
38 |
| - in the template documentation (#10230) (@aslilac) |
| 36 | +### Container Image |
39 | 37 |
|
40 |
| -Compare: [`v2.3.0...v2.3.1`](https://github.com/coder/coder/compare/v2.3.0...v2.3.1) |
| 38 | +- `docker pull ghcr.io/coder/coder:v2.3.1` |
41 | 39 |
|
42 |
| -## Container image |
| 40 | +### Install/Upgrade |
43 | 41 |
|
44 |
| -- `docker pull ghcr.io/coder/coder:v2.3.1` |
| 42 | +- **Docs**: [Install](https://coder.com/docs/v2/latest/install) | [Upgrade](https://coder.com/docs/v2/latest/admin/upgrade) |
45 | 43 |
|
46 |
| -## Install/upgrade |
| 44 | +--- |
47 | 45 |
|
48 |
| -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. |
| 46 | +**Compare**: [`v2.3.0...v2.3.1`](https://github.com/coder/coder/compare/v2.3.0...v2.3.1) |
0 commit comments