coder/docs/changelogs
Frederik Dudzik 5780050493
chore(docs): fix broken links (#13056)
* fix broken links

* fmt
2024-04-24 11:21:22 +03:00
..
images chore: update change log to v2.10.0 and install docs for release channels (#12863) 2024-04-03 16:43:49 -05:00
README.md docs: add v2.9.0 changelog (#12562) 2024-03-12 12:12:35 -05:00
v0.25.0.md chore(docs): update docs for correct use of shell and console and enforce linewidth (#9245) 2023-08-23 12:27:57 +03:00
v0.26.0.md chore(docs): update docs for correct use of shell and console and enforce linewidth (#9245) 2023-08-23 12:27:57 +03:00
v0.26.1.md chore(docs): fix broken links (#13056) 2024-04-24 11:21:22 +03:00
v0.27.0.md chore(docs): update docs for correct use of shell and console and enforce linewidth (#9245) 2023-08-23 12:27:57 +03:00
v0.27.1.md chore(docs): update docs for correct use of shell and console and enforce linewidth (#9245) 2023-08-23 12:27:57 +03:00
v0.27.3.md chore(docs): update docs for correct use of shell and console and enforce linewidth (#9245) 2023-08-23 12:27:57 +03:00
v2.0.0.md chore(docs): update docs for correct use of shell and console and enforce linewidth (#9245) 2023-08-23 12:27:57 +03:00
v2.0.2.md chore(docs): update docs for correct use of shell and console and enforce linewidth (#9245) 2023-08-23 12:27:57 +03:00
v2.1.0.md docs: update modules docs (#11911) 2024-02-13 15:35:09 +00:00
v2.1.1.md fix(docs): fix broken markdown links (#9534) 2023-09-05 18:12:04 +00:00
v2.1.2.md chore: write v2.1.2 changelog (#9288) 2023-08-23 19:51:29 +00:00
v2.1.3.md chore: v2.1.3 changelog (#9311) 2023-08-24 17:35:00 +00:00
v2.1.4.md docs: add v2.1.4 changelog (#9398) 2023-08-28 22:55:09 +00:00
v2.1.5.md chore: fix broken docs links (#11760) 2024-01-22 18:45:34 -06:00
v2.2.0.md chore: add v2.2.0 changelog (#9889) 2023-09-27 17:38:43 +00:00
v2.2.1.md docs: add v2.2.1 changelog (#10055) 2023-10-04 17:02:14 +00:00
v2.3.0.md chore: fix broken links in docs (#10291) 2023-10-16 14:29:53 +00:00
v2.3.1.md docs: add v2.3.1 changelog (#10313) 2023-10-17 21:45:38 +00:00
v2.3.2.md docs: add v2.3.2 changelog (#10371) 2023-10-20 21:26:43 +00:00
v2.3.3.md docs: add v2.3.3 changelog (#10435) 2023-10-30 15:06:11 -05:00
v2.4.0.md chore(cli): replace clibase with external `coder/serpent` (#12252) 2024-03-15 11:24:38 -05:00
v2.5.0.md docs: add v2.5.0 changelog (#11139) 2023-12-12 09:52:11 -06:00
v2.5.1.md chore: fix broken docs links (#11760) 2024-01-22 18:45:34 -06:00
v2.6.0.md docs: add v2.6.0 changelog (#11320) 2023-12-21 22:33:13 +00:00
v2.6.1.md chore: add v2.6.1, v2.7.3, v2.8.4 release notes (#12415) 2024-03-04 12:23:01 -06:00
v2.7.0.md chore: fix broken docs links (#11760) 2024-01-22 18:45:34 -06:00
v2.7.1.md docs: add v2.7.1 changelog (#11747) 2024-01-22 07:09:18 -06:00
v2.7.2.md chore: fix changelog typos (#12663) 2024-03-19 16:04:27 +00:00
v2.7.3.md chore: add v2.6.1, v2.7.3, v2.8.4 release notes (#12415) 2024-03-04 12:23:01 -06:00
v2.8.0.md chore: fix changelog typos (#12663) 2024-03-19 16:04:27 +00:00
v2.8.2.md chore(docs): add `v2.8.2` changelog (#12089) 2024-02-12 05:48:34 +00:00
v2.8.4.md chore: add v2.6.1, v2.7.3, v2.8.4 release notes (#12415) 2024-03-04 12:23:01 -06:00
v2.9.0.md ci: bump crate-ci/typos from 1.19.0 to 1.20.9 in the github-actions group (#13027) 2024-04-22 10:25:23 -04:00
v2.10.0.md chore: update change log to v2.10.0 and install docs for release channels (#12863) 2024-04-03 16:43:49 -05:00

README.md

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