Skip to content

docs: add v2.3.1 changelog #10313

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update
  • Loading branch information
matifali committed Oct 17, 2023
commit ab95b1944c7ca182ecab6058c3d5f1964f33fbc5
41 changes: 29 additions & 12 deletions docs/changelogs/temp.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,46 @@
## Changelog

### Important Features
### Features

- Expose user seat limits in Prometheus metrics (#10169) (@mtojek)
- Template admins can pick which days can be used for autostart (#10226, #10263) (@Emyrk)
- feat: fix 404 on the first app loads when unauthenticated (#10262) (@Emyrk)
- feat(coderd): add support for sending batched agent metadata (#10223) (@mafredri)
- feat(codersdk/agentsdk): use new agent metadata batch endpoint (#10224) (@mafredri)
- Add ExtraTemplates in provisioners Helm chart (#10256) (@johnstcn)
- Limit workspace filtering to `Running`, `Stopped`, `Failed`, `Pending` states (#10283) (@BrunoQuaresma)

### Documentation

- **Docs**: [Icons Documentation](https://coder.com/docs/v2/latest/templates/icons)

### Important Bug Fixes
### Bug fixes

- Fixes an issue with web terminal rendering by using UTF-8 (#10190) (@code-asher)
- Display template names even if no display name is set (#10233) (@Parkreiner)
- fix: display health alert in `DeploymentBannerView` (#10193) (@aslilac)
- fix(agent): send metadata in batches (#10225) (@mafredri)
- fix(cli): scaletest: create-worksapces: remove invalid character for kubernetes provider in implicit plan (#10228) (@johnstcn)
- fix(coderd): make activitybump aware of default template ttl (#10253) (@johnstcn)
- fix(coderd/provisionerdserver): pass through api ctx to provisionerdserver (#10259) (@johnstcn)
- fix(scaletest): fix flake in Test_Runner/Cleanup (#10252) (@johnstcn)
- fix(site): ensure empty string error shows default message (#10196) (@Kira-Pilot)
- fix(site): display empty component when workspace has no parameters (#10286) (@BrunoQuaresma)
- fix(site): do not return next page if the current size is lower than the limit (#10287) (@BrunoQuaresma)
- ix(site): fix state used to check if creating was loading (#10296) (@BrunoQuaresma)

### Container Image
### Documentation

- `docker pull ghcr.io/coder/coder:v2.3.1`
- Add builtin [Icons Documentation](https://coder.com/docs/v2/latest/templates/icons)
- Reorganize [Template Docs](https://coder.com/docs/v2/latest/templates) (#10297) (@matifali)

### Install/Upgrade
### Other changes

- **Docs**: [Install](https://coder.com/docs/v2/latest/install) | [Upgrade](https://coder.com/docs/v2/latest/admin/upgrade)
- Clarify external auth regex (#10243) (@ericpaulsen)
- Prevent terminal being created twice (#10200) (@code-asher)

Compare: [`v2.3.0...v2.3.1`](https://github.com/coder/coder/compare/v2.3.0...v2.3.1)

## Container image

- `docker pull ghcr.io/coder/coder:v2.3.1`

---
## Install/upgrade

**Compare**: [`v2.3.0...v2.3.1`](https://github.com/coder/coder/compare/v2.3.0...v2.3.1)
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 changes: 20 additions & 26 deletions docs/changelogs/v2.3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,33 @@

### Features

- 2a4ac2a53 feat: expose user seat limits as Prometheus metrics (#10169) (@mtojek)
- 39c0539d4 feat: add controls to template for determining startup days (#10226) (@Emyrk)
- 5a90228c6 feat: fix 404 on the first app loads when unauthenticated (#10262) (@Emyrk)
- 6ebe9b040 feat: add UI for autostart workspace days (#10263) (@Emyrk)
- 7eeba15d1 feat(coderd): add support for sending batched agent metadata (#10223) (@mafredri)
- 4857d4bd5 feat(codersdk/agentsdk): use new agent metadata batch endpoint (#10224) (@mafredri)
- 1be24dcb5 feat(helm/provisioner): add extraTemplates (#10256) (@johnstcn)
- e5198a25a feat(scaletest): annotate scaletest pod when scaletest is in progress (#10235) (@johnstcn)
- 493e2bd2a feat(scaletest/templates): add repo branch parameter (#10279) (@mafredri)
- 3c49290dd feat(scaletest/templates): add comment parameter (#10285) (@mafredri)
- 8ffe0e22b feat(scaletest/templates): gather pod logs at the end of a scale test (#10288) (@mafredri)
- 43f26dfec feat(scaletest/templates): run all scenarios even on failure (#10290) (@mafredri)
- f64b9cab9 feat(site): decrease the number of statuses in the workspaces filter (#10283) (@BrunoQuaresma)
- Expose user seat limits in Prometheus metrics (#10169) (@mtojek)
- Template admins can pick which days can be used for autostart (#10226, #10263) (@Emyrk)
- feat: fix 404 on the first app loads when unauthenticated (#10262) (@Emyrk)
- feat(coderd): add support for sending batched agent metadata (#10223) (@mafredri)
- feat(codersdk/agentsdk): use new agent metadata batch endpoint (#10224) (@mafredri)
- Add ExtraTemplates in provisioners Helm chart (#10256) (@johnstcn)
- Limit workspace filtering to `Running`, `Stopped`, `Failed`, `Pending` states (#10283) (@BrunoQuaresma)

### Bug fixes

- a9077812e fix: use UTF-8 encoding with screen (#10190) (@code-asher)
- 9bf3b35bb fix: update create workspace button to recognize template names+display names (#10233) (@Parkreiner)
- cbc0c3979 fix: display health alert in `DeploymentBannerView` (#10193) (@aslilac)
- 76c65b1e1 fix(agent): send metadata in batches (#10225) (@mafredri)
- 1e75762cb fix(cli): scaletest: create-worksapces: remove invalid character for kubernetes provider in implicit plan (#10228) (@johnstcn)
- d56f49f61 fix(coderd): make activitybump aware of default template ttl (#10253) (@johnstcn)
- 6875faf23 fix(coderd/provisionerdserver): pass through api ctx to provisionerdserver (#10259) (@johnstcn)
- dd86100f3 fix(scaletest): fix flake in Test_Runner/Cleanup (#10252) (@johnstcn)
- 7c6687813 fix(site): ensure empty string error shows default message (#10196) (@Kira-Pilot)
- 01792f064 fix(site): display empty component when workspace has no parameters (#10286) (@BrunoQuaresma)
- 8efa1239e fix(site): do not return next page if the current size is lower than the limit (#10287) (@BrunoQuaresma)
- 4240200b5 fix(site): fix state used to check if creating was loading (#10296) (@BrunoQuaresma)
- Fixes an issue with web terminal rendering by using UTF-8 (#10190) (@code-asher)
- Display template names even if no display name is set (#10233) (@Parkreiner)
- fix: display health alert in `DeploymentBannerView` (#10193) (@aslilac)
- fix(agent): send metadata in batches (#10225) (@mafredri)
- fix(cli): scaletest: create-worksapces: remove invalid character for kubernetes provider in implicit plan (#10228) (@johnstcn)
- fix(coderd): make activitybump aware of default template ttl (#10253) (@johnstcn)
- fix(coderd/provisionerdserver): pass through api ctx to provisionerdserver (#10259) (@johnstcn)
- fix(scaletest): fix flake in Test_Runner/Cleanup (#10252) (@johnstcn)
- fix(site): ensure empty string error shows default message (#10196) (@Kira-Pilot)
- fix(site): display empty component when workspace has no parameters (#10286) (@BrunoQuaresma)
- fix(site): do not return next page if the current size is lower than the limit (#10287) (@BrunoQuaresma)
- ix(site): fix state used to check if creating was loading (#10296) (@BrunoQuaresma)

### Documentation

- 5fc9ff29d docs: mention /icons in the template documentation (#10230) (@aslilac)
- a49e6b88f docs: reorganize template docs (#10297) (@matifali)

### Tests

Expand Down Expand Up @@ -77,4 +72,3 @@ Compare: [`v2.3.0...v2.3.1`](https://github.com/coder/coder/compare/v2.3.0...v2.
## Install/upgrade

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.