Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/changelogs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 31 additions & 0 deletions docs/changelogs/v2.1.3.md
Original file line number Diff line number Diff line change
@@ -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.