Skip to content

Commit 45fd174

Browse files
stirbymatifali
authored andcommitted
updated version flags, release calendar (#14191)
1 parent 2bc6be5 commit 45fd174

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

docs/install/kubernetes.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -125,23 +125,23 @@ For the **mainline** Coder release:
125125

126126
<!-- autoversion(mainline): "--version [version]" -->
127127

128-
```shell
129-
helm install coder coder-v2/coder \
130-
--namespace coder \
131-
--values values.yaml \
132-
--version 2.13.3
133-
```
128+
```shell
129+
helm install coder coder-v2/coder \
130+
--namespace coder \
131+
--values values.yaml \
132+
--version 2.14.0
133+
```
134134

135135
For the **stable** Coder release:
136136

137137
<!-- autoversion(stable): "--version [version]" -->
138138

139-
```shell
140-
helm install coder coder-v2/coder \
141-
--namespace coder \
142-
--values values.yaml \
143-
--version 2.12.6
144-
```
139+
```shell
140+
helm install coder coder-v2/coder \
141+
--namespace coder \
142+
--values values.yaml \
143+
--version 2.13.4
144+
```
145145

146146
You can watch Coder start up by running `kubectl get pods -n coder`. Once Coder
147147
has started, the `coder-*` pods should enter the `Running` state.

docs/install/releases.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ pages.
4747

4848
## Release schedule
4949

50-
| Release name | Release Date | Status |
51-
| ------------ | ----------------- | ---------------- |
52-
| 2.7.x | January 01, 2024 | Not Supported |
53-
| 2.8.x | February 06, 2024 | Not Supported |
54-
| 2.9.x | March 07, 2024 | Not Supported |
55-
| 2.10.x | April 03, 2024 | Not Supported |
56-
| 2.11.x | May 07, 2024 | Security Support |
57-
| 2.12.x | June 04, 2024 | Stable |
58-
| 2.13.x | July 02, 2024 | Mainline |
59-
| 2.14.x | August 06, 2024 | Not Released |
50+
| Release name | Release Date | Status |
51+
| ------------ | ------------------ | ---------------- |
52+
| 2.8.x | February 06, 2024 | Not Supported |
53+
| 2.9.x | March 07, 2024 | Not Supported |
54+
| 2.10.x | April 03, 2024 | Not Supported |
55+
| 2.11.x | May 07, 2024 | Not Supported |
56+
| 2.12.x | June 04, 2024 | Security Support |
57+
| 2.13.x | July 02, 2024 | Stable |
58+
| 2.14.x | August 06, 2024 | Mainline |
59+
| 2.15.x | September 03, 2024 | Not Released |
6060

6161
> **Tip**: We publish a
6262
> [`preview`](https://github.com/coder/coder/pkgs/container/coder-preview) image

0 commit comments

Comments
 (0)