Skip to content

Commit ab45627

Browse files
matifalibpmct
andauthored
docs: add v2.3.1 changelog (#10313)
* add v2.3.1 changelog * fmt * explain * simplify * update * simplify * cleanup * refresh * update * cleanup and fmt * Update v2.3.1.md cleanup * add new commits --------- Co-authored-by: Ben <me@bpmct.net>
1 parent 09d995c commit ab45627

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

docs/changelogs/v2.3.1.md

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
## Changelog
2+
3+
### Features
4+
5+
- Expose user seat limits in Prometheus metrics (#10169) (@mtojek)
6+
- Template admins can pick which days can be used for autostart (#10226, #10263) (@Emyrk)
7+
- feat: fix 404 on the first app loads when unauthenticated (#10262) (@Emyrk)
8+
- feat(coderd): add support for sending batched agent metadata (#10223) (@mafredri)
9+
- feat(codersdk/agentsdk): use new agent metadata batch endpoint (#10224) (@mafredri)
10+
- Add ExtraTemplates in provisioners Helm chart (#10256) (@johnstcn)
11+
- Limit workspace filtering to `Running`, `Stopped`, `Failed`, `Pending` states (#10283) (@BrunoQuaresma)
12+
- Add all safe experiments to the deployment page (#10276) (@Kira-Pilot)
13+
14+
### Bug fixes
15+
16+
- Fixes an issue with web terminal rendering by using UTF-8 (#10190) (@code-asher)
17+
- Display template names even if no display name is set (#10233) (@Parkreiner)
18+
- fix: display health alert in `DeploymentBannerView` (#10193) (@aslilac)
19+
- fix(agent): send metadata in batches (#10225) (@mafredri)
20+
- fix(cli): scaletest: create-worksapces: remove invalid character for kubernetes provider in implicit plan (#10228) (@johnstcn)
21+
- fix(coderd): make activitybump aware of default template ttl (#10253) (@johnstcn)
22+
- fix(coderd/provisionerdserver): pass through api ctx to provisionerdserver (#10259) (@johnstcn)
23+
- fix(scaletest): fix flake in Test_Runner/Cleanup (#10252) (@johnstcn)
24+
- fix(site): ensure empty string error shows default message (#10196) (@Kira-Pilot)
25+
- fix(site): display empty component when workspace has no parameters (#10286) (@BrunoQuaresma)
26+
- fix(site): do not return next page if the current size is lower than the limit (#10287) (@BrunoQuaresma)
27+
- fix(site): fix state used to check if creating was loading (#10296) (@BrunoQuaresma)
28+
- fix: prevent metadata queries from short-circuting (#10312) (@Parkreiner)
29+
- fix: set K8s deployment strategy to Recreate (#10321)
30+
31+
### Documentation
32+
33+
- Mention /icons in the template documentation (#10230) (@aslilac)
34+
- Reorganize template docs (#10297) (@matifali)
35+
36+
### Other changes
37+
38+
- Clarify external auth regex (#10243) (@ericpaulsen)
39+
- Prevent terminal being created twice (#10200) (@code-asher)
40+
41+
Compare: [`v2.3.0...v2.3.1`](https://github.com/coder/coder/compare/v2.3.0...v2.3.1)
42+
43+
## Container image
44+
45+
- `docker pull ghcr.io/coder/coder:v2.3.1`
46+
47+
## Install/upgrade
48+
49+
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)