chore: v2.1.3 changelog (#9311)

This commit is contained in:
Ben Potter 2023-08-24 12:35:00 -05:00 committed by GitHub
parent 64df076328
commit ebd878b6b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 3 deletions

View File

@ -12,8 +12,8 @@ Run this command to generate release notes:
export CODER_IGNORE_MISSING_COMMIT_METADATA=1
export BRANCH=main
./scripts/release/generate_release_notes.sh \
--old-version=v2.1.2 \
--new-version=v2.1.3 \
--old-version=v2.1.3 \
--new-version=v2.1.4 \
--ref=$(git rev-parse --short "${ref:-origin/$BRANCH}") \
> ./docs/changelogs/v2.1.3.md
> ./docs/changelogs/v2.1.4.md
```

31
docs/changelogs/v2.1.3.md Normal file
View File

@ -0,0 +1,31 @@
## Changelog
### Bug fixes
- Prevent oidc refresh being ignored (#9293) (@coryb)
- Use stable sorting for insights and improve test coverage (#9250) (@mafredri)
- Rewrite template insights query for speed and fix intervals (#9300)
(@mafredri)
- Optimize template app insights query for speed and decrease intervals (#9302)
(@mafredri)
- Upgrade cdr.dev/slog to fix isTTY race (#9305) (@mafredri)
- Fix vertical scroll in the bottom bar (#9270) (@BrunoQuaresma)
### Documentation
- Explain
[incompatibility in parameter options](https://coder.com/docs/v2/latest/templates/parameters#incompatibility-in-parameter-options-for-workspace-builds)
for workspace builds (#9297) (@mtojek)
Compare:
[`v2.1.2...v2.1.3`](https://github.com/coder/coder/compare/v2.1.2...v2.1.3)
## Container image
- `docker pull ghcr.io/coder/coder:v2.1.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.