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

Skip to content

Commit 5507b58

Browse files
authored
chore(docs): bump stable version (#14926)
1 parent f724b03 commit 5507b58

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

docs/install/kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ locally in order to log in and manage templates.
134134
helm install coder coder-v2/coder \
135135
--namespace coder \
136136
--values values.yaml \
137-
--version 2.15.0
137+
--version 2.16.0
138138
```
139139

140140
For the **stable** Coder release:
@@ -145,7 +145,7 @@ locally in order to log in and manage templates.
145145
helm install coder coder-v2/coder \
146146
--namespace coder \
147147
--values values.yaml \
148-
--version 2.14.2
148+
--version 2.15.0
149149
```
150150

151151
You can watch Coder start up by running `kubectl get pods -n coder`. Once

docs/install/releases.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ their infrastructure on a staging environment before upgrading a production
88
deployment.
99

1010
We support two release channels:
11-
[mainline](https://github.com/coder/coder/releases/tag/v2.13.0) for the bleeding
11+
[mainline](https://github.com/coder/coder/releases/tag/v2.16.0) for the bleeding
1212
edge version of Coder and
1313
[stable](https://github.com/coder/coder/releases/latest) for those with lower
1414
tolerance for fault. We field our mainline releases publicly for one month
@@ -47,16 +47,19 @@ pages.
4747

4848
## Release schedule
4949

50+
You can expect a release on the first Tuesday of every month excluding January.
51+
We skip this release to allow ample time for our team members and customers to
52+
return from the Holiday season.
53+
5054
| Release name | Release Date | Status |
5155
| ------------ | ------------------ | ---------------- |
52-
| 2.9.x | March 07, 2024 | Not Supported |
53-
| 2.10.x | April 03, 2024 | Not Supported |
5456
| 2.11.x | May 07, 2024 | Not Supported |
5557
| 2.12.x | June 04, 2024 | Not Supported |
5658
| 2.13.x | July 02, 2024 | Security Support |
57-
| 2.14.x | August 06, 2024 | Stable |
58-
| 2.15.x | September 03, 2024 | Mainline |
59-
| 2.16.x | October 01, 2024 | Not Released |
59+
| 2.14.x | August 06, 2024 | Security Support |
60+
| 2.15.x | September 03, 2024 | Stable |
61+
| 2.16.x | October 01, 2024 | Mainline |
62+
| 2.17.x | November 05, 2024 | Not Released |
6063

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

0 commit comments

Comments
 (0)