Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite491217

Browse files
authored
docs: add v2.3.3 changelog (#10435)
1 parent9d2b805 commite491217

File tree

2 files changed

+46
-3
lines changed

2 files changed

+46
-3
lines changed

‎docs/changelogs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ git checkout main; git pull; git fetch --all
1313
export CODER_IGNORE_MISSING_COMMIT_METADATA=1
1414
export BRANCH=main
1515
./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 \
1818
--ref=$(git rev-parse --short"${ref:-origin/$BRANCH}") \
19-
> ./docs/changelogs/v2.3.3.md
19+
> ./docs/changelogs/v2.3.4.md
2020
```

‎docs/changelogs/v2.3.3.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp