Skip to content

Commit bebf2d5

Browse files
docs: update Coder version in Kubernetes doc (coder#16658)
closes coder#16570 thanks @Cjkjvfnby ! @matifali I think there is/was an automation, but I'm not sure if it's been dropped. `kubernetes.md` has: ```md <!-- autoversion(mainline): "--version [version]" --> ... <!-- autoversion(stable): "--version [version]" --> ``` ~additionally, I removed the `## Prerequisites` section from `kubernetes-logs.md` because if it's only a requirement for Coder versions earlier than 0.28.0, it's probably more confusing than useful to the majority of readers.~ --------- Co-authored-by: M Atif Ali <atif@coder.com>
1 parent 64cc193 commit bebf2d5

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/install/kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ We support two release channels: mainline and stable - read the
129129
helm install coder coder-v2/coder \
130130
--namespace coder \
131131
--values values.yaml \
132-
--version 2.18.0
132+
--version 2.19.0
133133
```
134134

135135
- **Stable** Coder release:
@@ -140,7 +140,7 @@ We support two release channels: mainline and stable - read the
140140
helm install coder coder-v2/coder \
141141
--namespace coder \
142142
--values values.yaml \
143-
--version 2.17.2
143+
--version 2.18.5
144144
```
145145

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

docs/install/releases.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ deployment.
1010
## Release channels
1111

1212
We support two release channels:
13-
[mainline](https://github.com/coder/coder/releases/tag/v2.16.0) for the bleeding
13+
[mainline](https://github.com/coder/coder/releases/tag/v2.19.0) for the bleeding
1414
edge version of Coder and
1515
[stable](https://github.com/coder/coder/releases/latest) for those with lower
1616
tolerance for fault. We field our mainline releases publicly for one month
@@ -77,5 +77,4 @@ pages.
7777

7878
v2.18 was promoted to stable on January 7th, 2025.
7979

80-
Effective starting January, 2025 we will skip the January release each year because most of our engineering team is out for the December holiday period.
81-
We'll return to our regular release cadence on February 4th.
80+
As of January, 2025 we skip the January release each year because most of our engineering team is out for the December holiday period.

0 commit comments

Comments
 (0)