File tree 2 files changed +46
-3
lines changed
2 files changed +46
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ git checkout main; git pull; git fetch --all
13
13
export CODER_IGNORE_MISSING_COMMIT_METADATA=1
14
14
export BRANCH=main
15
15
./scripts/release/generate_release_notes.sh \
16
- --old-version=v2.3.2 \
17
- --new-version=v2.3.3 \
16
+ --old-version=v2.3.3 \
17
+ --new-version=v2.3.4 \
18
18
--ref=$( git rev-parse --short " ${ref:- origin/ $BRANCH } " ) \
19
- > ./docs/changelogs/v2.3.3 .md
19
+ > ./docs/changelogs/v2.3.4 .md
20
20
```
Original file line number Diff line number Diff line change
1
+ ## Changelog
2
+
3
+ ### Features
4
+
5
+ - Make the dotfiles repository directory configurable for ` coder dotfiles ` (#10377 ) (@JoshVee )
6
+ - Expose template version to provisioner (#10306 ) (@JoshVee )
7
+
8
+ ### Bug fixes
9
+
10
+ - Initialize terminal with correct size (#10369 ) (@code-asher )
11
+ - Disable tests broken by daylight savings (#10414 ) (@spikecurtis )
12
+ - Add new aws regions to instance identity (#10434 ) (@kylecarbs )
13
+ - Prevent infinite redirect oauth auth flow (#10430 ) (@Emyrk )
14
+ - Prevent metadata from being discarded if report is slow (#10386 ) (@mafredri )
15
+ - Track cron run and wait for cron stop (#10388 ) (@mafredri )
16
+ - Display informative error for ErrWaitDelay (#10407 ) (@mafredri )
17
+ - Avoid error log during shutdown (#10402 ) (@mafredri )
18
+ - Update installation link (#10275 ) (@devarshishimpi )
19
+
20
+ ### Tests
21
+
22
+ - 8f1b4fb06 test(agent): fix service banner trim test flake (#10384 ) (@mafredri )
23
+ - 1286904de test(agent): improve TestAgent_Session_TTY_MOTD_Update (#10385 ) (@mafredri )
24
+ - eac155aec test(cli): fix TestServer flake due to DNS lookup (#10390 ) (@mafredri )
25
+ - 9d3785def test(cli/cliui): make agent tests more robust (#10415 ) (@mafredri )
26
+ - 6683ad989 test(coderd): fix TestWorkspaceBuild flake (#10387 ) (@mafredri )
27
+
28
+ ### Continuous integration
29
+
30
+ - 39fbf74c7 ci: bump the github-actions group with 1 update (#10379 ) (@app/dependabot )
31
+ - 6b7858c51 ci: bump the github-actions group with 2 updates (#10420 ) (@app/dependabot )
32
+
33
+ ### Chores
34
+
35
+ Compare: [ ` v2.3.2...v2.3.3 ` ] ( https://github.com/coder/coder/compare/v2.3.2...v2.3.3 )
36
+
37
+ ## Container image
38
+
39
+ - ` docker pull ghcr.io/coder/coder:v2.3.3 `
40
+
41
+ ## Install/upgrade
42
+
43
+ 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.
You can’t perform that action at this time.
0 commit comments