File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Run this command to generate release notes:
1212export CODER_IGNORE_MISSING_COMMIT_METADATA=1
1313export BRANCH=main
1414./scripts/release/generate_release_notes.sh \
15- --old-version=v2.1.0 \
16- --new-version=v2.1.1 \
15+ --old-version=v2.1.2 \
16+ --new-version=v2.1.3 \
1717 --ref=$( git rev-parse --short " ${ref:- origin/ $BRANCH } " ) \
18- > ./docs/changelogs/v2.1.1 .md
18+ > ./docs/changelogs/v2.1.3 .md
1919```
Original file line number Diff line number Diff line change 1+ ## Changelog
2+
3+ ### Features
4+
5+ - Users page: Add descriptions for each auth method to the selection menu
6+ (#9252 ) (@aslilac )
7+
8+ ### Bug fixes
9+
10+ - Pull agent metadata even when rate is high (#9251 ) (@ammario )
11+ - Disable setup page once setup has been completed (#9198 ) (@aslilac )
12+ - Rewrite onlyDataResources (#9263 ) (@mtojek )
13+ - Prompt when parameter options are incompatible (#9247 ) (@mtojek )
14+ - Resolve deadlock when fetching everyone group for in-memory db (#9277 )
15+ (@kylecarbs )
16+ - Do not ask for immutables on update (#9266 ) (@mtojek )
17+ - Parallelize queries to improve template insights performance (#9275 )
18+ (@mafredri )
19+ - Fix init race and close flush (#9248 ) (@mafredri )
20+
21+ Compare:
22+ [ ` v2.1.1...v2.1.2 ` ] ( https://github.com/coder/coder/compare/v2.1.1...v2.1.2 )
23+
24+ ## Container image
25+
26+ - ` docker pull ghcr.io/coder/coder:v2.1.2 `
27+
28+ ## Install/upgrade
29+
30+ Refer to our docs to [ install] ( https://coder.com/docs/v2/latest/install ) or
31+ [ upgrade] ( https://coder.com/docs/v2/latest/admin/upgrade ) Coder, or use a
32+ release asset below.
You can’t perform that action at this time.
0 commit comments