File tree 2 files changed +44
-3
lines changed
2 files changed +44
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Run this command to generate release notes:
12
12
export CODER_IGNORE_MISSING_COMMIT_METADATA=1
13
13
export BRANCH=main
14
14
./scripts/release/generate_release_notes.sh \
15
- --old-version=v2.1.3 \
16
- --new-version=v2.1.4 \
15
+ --old-version=v2.1.4 \
16
+ --new-version=v2.1.5 \
17
17
--ref=$( git rev-parse --short " ${ref:- origin/ $BRANCH } " ) \
18
- > ./docs/changelogs/v2.1.4 .md
18
+ > ./docs/changelogs/v2.1.5 .md
19
19
```
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments