Thanks to visit codestin.com
Credit goes to github.com

Skip to content

docs: add v2.1.4 changelog #9398

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 6 commits into from
Aug 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 3 additions & 3 deletions docs/changelogs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Run this command to generate release notes:
export CODER_IGNORE_MISSING_COMMIT_METADATA=1
export BRANCH=main
./scripts/release/generate_release_notes.sh \
--old-version=v2.1.3 \
--new-version=v2.1.4 \
--old-version=v2.1.4 \
--new-version=v2.1.5 \
--ref=$(git rev-parse --short "${ref:-origin/$BRANCH}") \
> ./docs/changelogs/v2.1.4.md
> ./docs/changelogs/v2.1.5.md
```
41 changes: 41 additions & 0 deletions docs/changelogs/v2.1.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
## Changelog

### Features

- Add `template_active_version_id` to workspaces (#9226) (@kylecarbs)
- Show entity name in DeleteDialog (#9347) (@ammario)
- Improve template publishing flow (#9346) (@aslilac)

### Bug fixes

- Fixed 2 bugs contributing to a memory leak in `coderd` (#9364):
- Allow `workspaceAgentLogs` follow to return on non-latest-build (#9382)
(@mafredri)
- Avoid derp-map updates endpoint leak (#9390) (@deansheather)
- Send updated workspace data after ws connection (#9392) (@BrunoQuaresma)
- Fix `coder template pull` on Windows (#9327) (@spikecurtis)
- Truncate websocket close error (#9360) (@kylecarbs)
- Add `--max-ttl`` to template create (#9319) (@ammario)
- Remove rate limits from agent metadata (#9308) (@ammario)
- Use `websocketNetConn` in `workspaceProxyCoordinate` to bind context (#9395)
(@mafredri)
- Fox default ephemeral parameter value on parameters page (#9314)
(@BrunoQuaresma)
- Render variable width unicode characters in terminal (#9259) (@ammario)
- Use WebGL renderer for terminal (#9320) (@ammario)
- 80425c32b fix(site): workaround: reload page every 3sec (#9387) (@mtojek)
- Make right panel scrollable on template editor (#9344) (@BrunoQuaresma)
- Use more reasonable restart limit for systemd service (#9355) (@bpmct)

Compare:
[`v2.1.3...v2.1.4`](https://github.com/coder/coder/compare/v2.1.3...v2.1.4)

## Container image

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

## 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.