Skip to content

Commit 48fd769

Browse files
f0sselgreyscaledKatie Horne
authored
Release 1.17.4 (coder#270)
Summary: Releases changelog and documentation for Coder version 1.17.4. Details: - πŸ› fixes regarding workspace providers * Garrett Delfosse <garrett@coder.com> Co-authored-by: G r e y <grey@coder.com> Co-authored-by: Katie Horne <katie@coder.com>
1 parent 387396b commit 48fd769

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

β€Žchangelog/1.17.3.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ title: "1.17.3"
33
description: "Released on 04/09/2021"
44
---
55

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+
611
### Breaking changes ❗
712

813
- infra: Removed `tolerations` from workspaces as code templates.
@@ -19,8 +24,8 @@ description: "Released on 04/09/2021"
1924
- infra: Added beta support for NVIDIA GPUs in environments created as
2025
container-based virtual machines (CVMs).
2126
- 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.
2429
- web: Environments can now be created with multiple GPUs (maximum number of
2530
GPUs: 20).
2631

β€Žchangelog/1.17.4.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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.

β€Žmanifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,9 @@
323323
{
324324
"path": "./changelog/index.md",
325325
"children": [
326+
{
327+
"path": "./changelog/1.17.4.md"
328+
},
326329
{
327330
"path": "./changelog/1.17.3.md"
328331
},

0 commit comments

Comments
Β (0)