Thanks to visit codestin.com
Credit goes to github.com

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
2 changes: 1 addition & 1 deletion docs/install/rancher.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ kubectl create secret generic coder-db-url -n coder \
1. Select a Coder version:

- **Mainline**: `2.36.0`
- **Stable**: `2.34.6`
- **Stable**: `2.35.3`

Learn more about release channels in the [Releases documentation](./releases/index.md).

Expand Down
2 changes: 1 addition & 1 deletion docs/install/releases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

Release candidates give Coder a way to push out builds for customers and other users to try out new, under-development functionality without cutting a new minor version. Unlike mainline and stable releases, RCs do not follow a fixed schedule and carry no guarantees around stability or long-term support. They exist purely as a feedback mechanism: Coder can ship targeted builds, gather real-world input, and iterate before committing changes to the standard release channels.

## Installing stable

Check warning on line 62 in docs/install/releases/index.md

View workflow job for this annotation

GitHub Actions / lint-docs

Coder.GerundHeading

Heading starts with an -ing word ('Installing'); prefer the imperative ('Install') or the noun ('Installation'). See capitalization-and-punctuation.md#no-gerund-leading-headings.

When installing Coder, we generally advise specifying the desired version from
our GitHub [releases page](https://github.com/coder/coder/releases).
Expand All @@ -84,7 +84,7 @@
| [2.32](https://coder.com/changelog/coder-2-32) | April 14, 2026 | Not Supported | [v2.32.10](https://github.com/coder/coder/releases/tag/v2.32.10) |
| [2.33](https://coder.com/changelog/coder-2-33) | May 05, 2026 | Not Supported | [v2.33.11](https://github.com/coder/coder/releases/tag/v2.33.11) |
| [2.34](https://coder.com/changelog/coder-2-34) | June 02, 2026 | Security Support | [v2.34.7](https://github.com/coder/coder/releases/tag/v2.34.7) |
| [2.35](https://coder.com/changelog/coder-2-35-1) | July 07, 2026 | Stable | [v2.35.2](https://github.com/coder/coder/releases/tag/v2.35.2) |
| [2.35](https://coder.com/changelog/coder-2-35-1) | July 07, 2026 | Stable | [v2.35.3](https://github.com/coder/coder/releases/tag/v2.35.3) |
| [2.36](https://coder.com/changelog/coder-2-36) | August 04, 2026 | Mainline | [v2.36.0](https://github.com/coder/coder/releases/tag/v2.36.0) |
| 2.37 | | Not Released | N/A |
<!-- RELEASE_CALENDAR_END -->
Expand Down
Loading