|
| 1 | +##Changelog |
| 2 | + |
| 3 | +###Features |
| 4 | + |
| 5 | +- Add`template_active_version_id` to workspaces (#9226) (@kylecarbs) |
| 6 | +- Show entity name in DeleteDialog (#9347) (@ammario) |
| 7 | +- Improve template publishing flow (#9346) (@aslilac) |
| 8 | + |
| 9 | +###Bug fixes |
| 10 | + |
| 11 | +- Fixed 2 bugs contributing to a memory leak in`coderd` (#9364): |
| 12 | +- Allow`workspaceAgentLogs` follow to return on non-latest-build (#9382) |
| 13 | + (@mafredri) |
| 14 | +- Avoid derp-map updates endpoint leak (#9390) (@deansheather) |
| 15 | +- Send updated workspace data after ws connection (#9392) (@BrunoQuaresma) |
| 16 | +- Fix`coder template pull` on Windows (#9327) (@spikecurtis) |
| 17 | +- Truncate websocket close error (#9360) (@kylecarbs) |
| 18 | +- Add `--max-ttl`` to template create (#9319) (@ammario) |
| 19 | +- Remove rate limits from agent metadata (#9308) (@ammario) |
| 20 | +- Use`websocketNetConn` in`workspaceProxyCoordinate` to bind context (#9395) |
| 21 | + (@mafredri) |
| 22 | +- Fox default ephemeral parameter value on parameters page (#9314) |
| 23 | + (@BrunoQuaresma) |
| 24 | +- Render variable width unicode characters in terminal (#9259) (@ammario) |
| 25 | +- Use WebGL renderer for terminal (#9320) (@ammario) |
| 26 | +- 80425c32b fix(site): workaround: reload page every 3sec (#9387) (@mtojek) |
| 27 | +- Make right panel scrollable on template editor (#9344) (@BrunoQuaresma) |
| 28 | +- Use more reasonable restart limit for systemd service (#9355) (@bpmct) |
| 29 | + |
| 30 | +Compare: |
| 31 | +[`v2.1.3...v2.1.4`](https://github.com/coder/coder/compare/v2.1.3...v2.1.4) |
| 32 | + |
| 33 | +##Container image |
| 34 | + |
| 35 | +-`docker pull ghcr.io/coder/coder:v2.1.4` |
| 36 | + |
| 37 | +##Install/upgrade |
| 38 | + |
| 39 | +Refer to our docs to[install](https://coder.com/docs/v2/latest/install) or |
| 40 | +[upgrade](https://coder.com/docs/v2/latest/admin/upgrade) Coder, or use a |
| 41 | +release asset below. |