From 53f7e61704185ecd26021a968ff7e89171c16023 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 30 Oct 2023 19:50:35 +0000 Subject: [PATCH] docs: add v2.3.3 changelog --- docs/changelogs/README.md | 6 +++--- docs/changelogs/v2.3.3.md | 43 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 3 deletions(-) create mode 100644 docs/changelogs/v2.3.3.md diff --git a/docs/changelogs/README.md b/docs/changelogs/README.md index a9733784942b7..753c7ecbd5abb 100644 --- a/docs/changelogs/README.md +++ b/docs/changelogs/README.md @@ -13,8 +13,8 @@ git checkout main; git pull; git fetch --all export CODER_IGNORE_MISSING_COMMIT_METADATA=1 export BRANCH=main ./scripts/release/generate_release_notes.sh \ - --old-version=v2.3.2 \ - --new-version=v2.3.3 \ + --old-version=v2.3.3 \ + --new-version=v2.3.4 \ --ref=$(git rev-parse --short "${ref:-origin/$BRANCH}") \ - > ./docs/changelogs/v2.3.3.md + > ./docs/changelogs/v2.3.4.md ``` diff --git a/docs/changelogs/v2.3.3.md b/docs/changelogs/v2.3.3.md new file mode 100644 index 0000000000000..9460703a6df7a --- /dev/null +++ b/docs/changelogs/v2.3.3.md @@ -0,0 +1,43 @@ +## Changelog + +### Features + +- Make the dotfiles repository directory configurable for `coder dotfiles` (#10377) (@JoshVee) +- Expose template version to provisioner (#10306) (@JoshVee) + +### Bug fixes + +- Initialize terminal with correct size (#10369) (@code-asher) +- Disable tests broken by daylight savings (#10414) (@spikecurtis) +- Add new aws regions to instance identity (#10434) (@kylecarbs) +- Prevent infinite redirect oauth auth flow (#10430) (@Emyrk) +- Prevent metadata from being discarded if report is slow (#10386) (@mafredri) +- Track cron run and wait for cron stop (#10388) (@mafredri) +- Display informative error for ErrWaitDelay (#10407) (@mafredri) +- Avoid error log during shutdown (#10402) (@mafredri) +- Update installation link (#10275) (@devarshishimpi) + +### Tests + +- 8f1b4fb06 test(agent): fix service banner trim test flake (#10384) (@mafredri) +- 1286904de test(agent): improve TestAgent_Session_TTY_MOTD_Update (#10385) (@mafredri) +- eac155aec test(cli): fix TestServer flake due to DNS lookup (#10390) (@mafredri) +- 9d3785def test(cli/cliui): make agent tests more robust (#10415) (@mafredri) +- 6683ad989 test(coderd): fix TestWorkspaceBuild flake (#10387) (@mafredri) + +### Continuous integration + +- 39fbf74c7 ci: bump the github-actions group with 1 update (#10379) (@app/dependabot) +- 6b7858c51 ci: bump the github-actions group with 2 updates (#10420) (@app/dependabot) + +### Chores + +Compare: [`v2.3.2...v2.3.3`](https://github.com/coder/coder/compare/v2.3.2...v2.3.3) + +## Container image + +- `docker pull ghcr.io/coder/coder:v2.3.3` + +## 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.