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
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
simplify
  • Loading branch information
matifali committed Oct 17, 2023
commit 337d989edf9704b29e4c04399286a63fa3d3232a
19 changes: 8 additions & 11 deletions docs/changelogs/v2.3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,21 @@ Here's the changelog with improved formatting and clarity. The changes focus on

## Changelog

### Features
### Important Features

- **Expose User Seat Limits**: Prometheus metrics (#10169) (@mtojek)
- **Control Autostart Days**: For templates (#10226, #10263) (@Emyrk)
- **Batched Agent Metadata**: Add support (#10223, #10224) (@mafredri)
- **Helm Chart Update**: ExtraTemplates in provisioners (#10256) (@johnstcn)
- **Workspace Filtering**: Limit to `Running`, `Stopped`, `Failed`, `Pending` (#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)
- 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)

### Bug Fixes
### Important Bug Fixes

- **Screen Encoding**: Fixes an issue with web terminal rendering by using UTF-8 (#10190) (@code-asher)
- **Workspace Names**: Display template names even if no display name is set (#10233) (@Parkreiner)
- **API Context**: Pass through to provisionerdserver (#10259) (@johnstcn)
- **Error Messaging**: Show a default error message (#10196) (@Kira-Pilot)
- 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)

### Container Image

Expand Down