File tree Expand file tree Collapse file tree 3 files changed +36
-2
lines changed Expand file tree Collapse file tree 3 files changed +36
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ title: "1.17.3"
3
3
description : " Released on 04/09/2021"
4
4
---
5
5
6
+ > Deprecation Notice: We strongly recommend using version 1.17.4 instead of
7
+ > 1.17.3 if at all possible. Version 1.17.3 includes only a partial fix for the
8
+ > malformed _ envproxy_access_url_ on ` built-in ` workspace providers; 1.17.4
9
+ > includes a complete fix for this issue.
10
+
6
11
### Breaking changes β
7
12
8
13
- infra: Removed ` tolerations ` from workspaces as code templates.
@@ -19,8 +24,8 @@ description: "Released on 04/09/2021"
19
24
- infra: Added beta support for NVIDIA GPUs in environments created as
20
25
container-based virtual machines (CVMs).
21
26
- NVIDIA GPUs can be added to container-based virtual machines (CVMs) on bare
22
- metal clusters. GKE and other cloud providers are currently not supported
23
- at this time.
27
+ metal clusters. GKE and other cloud providers are currently not supported at
28
+ this time.
24
29
- web: Environments can now be created with multiple GPUs (maximum number of
25
30
GPUs: 20).
26
31
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " 1.17.4"
3
+ description : " Released on 04/13/2021"
4
+ ---
5
+
6
+ ### Breaking changes β
7
+
8
+ There are no breaking changes in 1.17.4.
9
+
10
+ ### Features β¨
11
+
12
+ There are no new features in 1.17.4.
13
+
14
+ ### Bug fixes π
15
+
16
+ - helm: Fixed issue where the _ ingress.host_ value was incorrectly suffixed with
17
+ a ` /proxy ` path. This supersedes the fix to the issue regarding
18
+ ` coder.envproxy.accessURL ` values in [ 1.17.3] ( ./1.17.3.md )
19
+ - infra: Fixed issue where workspace providers fail to update when cemanager is
20
+ running more than a single replica
21
+ - infra: Fixed issue where environments were being connected to via HTTP despite
22
+ the workspace provider URL specifying HTTPS
23
+
24
+ ### Security updates π
25
+
26
+ There are no security updates in 1.17.4.
Original file line number Diff line number Diff line change 323
323
{
324
324
"path" : " ./changelog/index.md" ,
325
325
"children" : [
326
+ {
327
+ "path" : " ./changelog/1.17.4.md"
328
+ },
326
329
{
327
330
"path" : " ./changelog/1.17.3.md"
328
331
},
You canβt perform that action at this time.
0 commit comments