-
Notifications
You must be signed in to change notification settings - Fork 894
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
docs: add v2.3.1 changelog #10313
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
e035b3e
add v2.3.1 changelog
matifali d78a3ba
fmt
matifali d6b397f
explain
matifali bee1812
simplify
matifali 4019558
update
matifali 337d989
simplify
matifali 5f715de
cleanup
matifali 48fb43c
refresh
matifali ab95b19
update
matifali f63e96e
cleanup and fmt
matifali da70436
Merge branch 'main' into changelog-v2.3.1
matifali ff629cd
Update v2.3.1.md
matifali 56e3d6c
add new commits
bpmct File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
simplify
- Loading branch information
commit bee18121be0cd9eb51e6cb68a645a71051f530d1
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,46 @@ | ||
Here's the changelog with improved formatting and clarity. The changes focus on readability and structure. | ||
|
||
--- | ||
|
||
## Changelog | ||
|
||
### Important Features | ||
|
||
- We added a new builtin icons page that is available at `CODER_ACCESS_URL/icons`. e.g. `https://coder.mycompany.com/icons`. | ||
#### New Builtin Icons Page | ||
|
||
<img src="../images/icons-gallery.png" alt="Builtin icons page" width="600" /> | ||
- **URL**: `CODER_ACCESS_URL/icons` e.g., `https://coder.mycompany.com/icons` | ||
 | ||
|
||
- We added icon selector to the emoji picker. | ||
#### Icon Selector in Emoji Picker | ||
|
||
<img src="https://user-images.githubusercontent.com/418348/273346591-53837fd8-f3ce-4a71-b73e-bda9a62bb7c3.png" alt="Icon selector" width="300" /> | ||
 | ||
|
||
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). | ||
**Impact**: Both features improve usability in finding and using builtin icons. | ||
**Docs**: [Icons Documentation](https://coder.com/docs/v2/latest/templates/icons) | ||
matifali marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
### Features | ||
|
||
- Expose user seat limits as Prometheus metrics (#10169) (@mtojek) | ||
- Now you can control autostart days for templates (#10226) (#10263) (@Emyrk) | ||
- Aadd support for sending batched agent metadata (#10223) (#10224) (@mafredri) | ||
- Add extraTemplates to provisioners Helm chart (#10256) (@johnstcn) | ||
- Only show `Running`, `Stopped`, `Failed` and `Pending` status for workspace filtering (#10283) (@BrunoQuaresma) | ||
|
||
### Bug fixes | ||
- **Expose User Seat Limits**: Prometheus metrics (#10169) (@mtojek) | ||
- **Control Autostart Days**: For templates (#10226, #10263) (@Emyrk) | ||
matifali marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- **Batched Agent Metadata**: Add support (#10223, #10224) (@mafredri) | ||
matifali marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- **Helm Chart Update**: ExtraTemplates in provisioners (#10256) (@johnstcn) | ||
- **Workspace Filtering**: Limit to `Running`, `Stopped`, `Failed`, `Pending` (#10283) (@BrunoQuaresma) | ||
|
||
- Use UTF-8 encoding with screen (#10190) (@code-asher) | ||
- update create workspace button to recognize template names + display names (#10233) (@Parkreiner) | ||
- display health alert in `DeploymentBannerView` (#10193) (@aslilac) | ||
- send metadata in batches (#10225) (@mafredri) | ||
- make activitybump aware of default template ttl (#10253) (@johnstcn) | ||
- pass through api ctx to provisionerdserver (#10259) (@johnstcn) | ||
- ensure empty string error shows default message (#10196) (@Kira-Pilot) | ||
- display empty component when workspace has no parameters (#10286) (@BrunoQuaresma) | ||
- do not return next page if the current size is lower than the limit (#10287) (@BrunoQuaresma) | ||
### Bug Fixes | ||
|
||
### Documentation | ||
- **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) | ||
matifali marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- **Error Messaging**: Show a default error message (#10196) (@Kira-Pilot) | ||
|
||
- Add [Icons](https://coder.com/docs/v2/latest/templates/icons). | ||
in the template documentation (#10230) (@aslilac) | ||
### Container Image | ||
|
||
Compare: [`v2.3.0...v2.3.1`](https://github.com/coder/coder/compare/v2.3.0...v2.3.1) | ||
- `docker pull ghcr.io/coder/coder:v2.3.1` | ||
|
||
## Container image | ||
### Install/Upgrade | ||
|
||
- `docker pull ghcr.io/coder/coder:v2.3.1` | ||
- **Docs**: [Install](https://coder.com/docs/v2/latest/install) | [Upgrade](https://coder.com/docs/v2/latest/admin/upgrade) | ||
|
||
## 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. | ||
**Compare**: [`v2.3.0...v2.3.1`](https://github.com/coder/coder/compare/v2.3.0...v2.3.1) |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.