File tree 3 files changed +12
-7
lines changed
3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ locally in order to log in and manage templates.
134
134
helm install coder coder-v2/coder \
135
135
--namespace coder \
136
136
--values values.yaml \
137
- --version 2.14.2
137
+ --version 2.15.0
138
138
```
139
139
140
140
For the ** stable** Coder release:
@@ -145,7 +145,7 @@ locally in order to log in and manage templates.
145
145
helm install coder coder-v2/coder \
146
146
--namespace coder \
147
147
--values values.yaml \
148
- --version 2.13.5
148
+ --version 2.14.2
149
149
```
150
150
151
151
You can watch Coder start up by running ` kubectl get pods -n coder ` . Once
Original file line number Diff line number Diff line change @@ -49,14 +49,14 @@ pages.
49
49
50
50
| Release name | Release Date | Status |
51
51
| ------------ | ------------------ | ---------------- |
52
- | 2.8.x | February 06, 2024 | Not Supported |
53
52
| 2.9.x | March 07, 2024 | Not Supported |
54
53
| 2.10.x | April 03, 2024 | Not Supported |
55
54
| 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 |
55
+ | 2.12.x | June 04, 2024 | Not Supported |
56
+ | 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 |
60
60
61
61
> ** Tip** : We publish a
62
62
> [ ` preview ` ] ( https://github.com/coder/coder/pkgs/container/coder-preview ) image
Original file line number Diff line number Diff line change 328
328
"title" : " Remote Desktops" ,
329
329
"description" : " Learn how to use Remote Desktops with Coder" ,
330
330
"path" : " ./ides/remote-desktops.md"
331
+ },
332
+ {
333
+ "title" : " VSCode Extensions" ,
334
+ "description" : " Learn how to use extensions in VSCode with Coder" ,
335
+ "path" : " ./ides/vscode-extensions.md"
331
336
}
332
337
]
333
338
},
You can’t perform that action at this time.
0 commit comments