File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ We support two release channels: mainline and stable - read the
147147 helm install coder oci://ghcr.io/coder/chart/coder \
148148 --namespace coder \
149149 --values values.yaml \
150- --version 2.27.1
150+ --version 2.27.2
151151 ` ` `
152152
153153- ** Stable** Coder release:
@@ -160,7 +160,7 @@ We support two release channels: mainline and stable - read the
160160 helm install coder coder-v2/coder \
161161 --namespace coder \
162162 --values values.yaml \
163- --version 2.26.2
163+ --version 2.26.3
164164 ` ` `
165165
166166 - ** OCI Registry**
@@ -171,7 +171,7 @@ We support two release channels: mainline and stable - read the
171171 helm install coder oci://ghcr.io/coder/chart/coder \
172172 --namespace coder \
173173 --values values.yaml \
174- --version 2.26.2
174+ --version 2.26.3
175175 ` ` `
176176
177177You can watch Coder start up by running ` kubectl get pods -n coder` . Once Coder
Original file line number Diff line number Diff line change @@ -134,8 +134,8 @@ kubectl create secret generic coder-db-url -n coder \
134134
1351351 . Select a Coder version:
136136
137- - ** Mainline** : ` 2.27.1 `
138- - ** Stable** : ` 2.26.2 `
137+ - ** Mainline** : ` 2.27.2 `
138+ - ** Stable** : ` 2.26.3 `
139139
140140 Learn more about release channels in the [ Releases documentation] ( ./releases/index.md ) .
141141
Original file line number Diff line number Diff line change 6161| [ 2.23] ( https://coder.com/changelog/coder-2-23 ) | June 03, 2025 | Not Supported | [ v2.23.5] ( https://github.com/coder/coder/releases/tag/v2.23.5 ) |
6262| [ 2.24] ( https://coder.com/changelog/coder-2-24 ) | July 01, 2025 | Not Supported | [ v2.24.4] ( https://github.com/coder/coder/releases/tag/v2.24.4 ) |
6363| [ 2.25] ( https://coder.com/changelog/coder-2-25 ) | August 05, 2025 | Security Support | [ v2.25.3] ( https://github.com/coder/coder/releases/tag/v2.25.3 ) |
64- | [ 2.26] ( https://coder.com/changelog/coder-2-26 ) | September 03, 2025 | Stable | [ v2.26.2 ] ( https://github.com/coder/coder/releases/tag/v2.26.2 ) |
65- | [ 2.27] ( https://coder.com/changelog/coder-2-27 ) | October 02, 2025 | Mainline | [ v2.27.1 ] ( https://github.com/coder/coder/releases/tag/v2.27.1 ) |
64+ | [ 2.26] ( https://coder.com/changelog/coder-2-26 ) | September 03, 2025 | Stable | [ v2.26.3 ] ( https://github.com/coder/coder/releases/tag/v2.26.3 ) |
65+ | [ 2.27] ( https://coder.com/changelog/coder-2-27 ) | October 02, 2025 | Mainline | [ v2.27.2 ] ( https://github.com/coder/coder/releases/tag/v2.27.2 ) |
6666| 2.28 | | Not Released | N/A |
6767<!-- RELEASE_CALENDAR_END -->
6868
You can’t perform that action at this time.
0 commit comments