Files
coder/docs/changelogs
Ben Potter cab8ffa54a docs: add v2.5.0 changelog (#11139)
* docs: add v2.5.0 changelog

* fix typos

* Apply suggestions from code review

* changes from feedback

* more fixes

* Update docs/changelogs/v2.5.0.md

Co-authored-by: Muhammad Atif Ali <atif@coder.com>

* Update docs/changelogs/v2.5.0.md

* fmt

* updates

---------

Co-authored-by: Muhammad Atif Ali <atif@coder.com>
2023-12-12 09:52:11 -06:00
..
2023-12-12 09:52:11 -06:00
2023-08-24 17:35:00 +00:00
2023-08-28 22:55:09 +00:00
2023-09-05 21:44:12 +00:00
2023-09-27 17:38:43 +00:00
2023-10-04 17:02:14 +00:00
2023-10-17 21:45:38 +00:00
2023-10-20 21:26:43 +00:00
2023-10-30 15:06:11 -05:00
2023-11-17 14:46:07 -06:00
2023-12-12 09:52:11 -06:00

Changelogs

These are the changelogs used by [generate_release_notes.sh]https://github.com/coder/coder/blob/main/scripts/release/generate_release_notes.sh) for a release.

These changelogs are currently not kept in sync with GitHub releases. Use GitHub releases for the latest information!

Writing a changelog

Run this command to generate release notes:

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.5.0 \
  --new-version=v2.5.1 \
  --ref=$(git rev-parse --short "${ref:-origin/$BRANCH}") \
  > ./docs/changelogs/v2.5.0.md