You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update Coder version in Kubernetes doc (coder#16658)
closescoder#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>
Copy file name to clipboardExpand all lines: docs/install/releases.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ deployment.
10
10
## Release channels
11
11
12
12
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
14
14
edge version of Coder and
15
15
[stable](https://github.com/coder/coder/releases/latest) for those with lower
16
16
tolerance for fault. We field our mainline releases publicly for one month
@@ -77,5 +77,4 @@ pages.
77
77
78
78
v2.18 was promoted to stable on January 7th, 2025.
79
79
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