Skip to content

Release 1.17.3 #257

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions admin/environment-management/cvms.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ such as Docker and systemd, in their environments.
**Note:** Coder doesn't support legacy versions of cluster-wide proxy services
such as Istio.

> Support for NVIDIA [GPUs](gpu-acceleration.md) is in **beta**. We do not
> support AMD GPUs at this time.

## Enabling CVMs in Coder

1. Go to **Manage > Admin > Infrastructure**.
Expand Down
Binary file modified assets/advanced-env-config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions changelog/1.17.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: "1.17.3"
description: "Released on 04/09/21"
---

### Breaking changes ❗

- infra: Removed `tolerations` from workspaces as code templates.

### Features ✨

- web: Added a toggle to enable/disable workspaces as code on the **Manage >
Admin > Templates** page. Disabling workspaces as code has the following
impact:
- New workspaces cannot be created from a template
- Existing workspaces built from a template will continue to operate and may
be rebuilt. These workspaces will still be notified of changes to remote
templates.
- infra: Added beta support for NVIDIA GPUs in environments created as
container-based virtual machines (CVMs).
- web: Environments can now be created with multiple GPUs (maximum number of
GPUs: 20).
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@khorne3 curious if this should be 20 (referring to https://github.com/cdr/styleguide/blob/master/text-formatting.md#italics), or if this remains without any text emphasis.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I should be more clear in the styleguide -- the italics is for stuff like x, so 20 is fine as-is


### Bug fixes 🐛

- web: Fixed **Application** icons appearing broken and the **workspace provider
ping indicator** remaining in an error state. The underlying cause was a
malformed _envproxy_access_url_ on `built-in` workspace providers.
- web: Fixed an issue causing workspace providers to incorrectly appear in an
error state on the **Manage > Admin > Workspace Providers** page.

### Security updates 🔐

There are no security updates in 1.17.3.
8 changes: 4 additions & 4 deletions environments/environment-params.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ set your resource allocation.
<td>The amount of storage space you'd like for your environment</td>
</tr>
<tr>
<td><b>Add a GPU</b></td>
<td>Whether you want a
[GPU](../admin/environment-management/gpu-acceleration.md) added to
your environment</td>
<td><b>GPU</b></td>
<td>The number of
<a href="../admin/environment-management/gpu-acceleration.md">GPUs</a>
you want allocated to your environment</td>
</tr>
</table>

Expand Down
3 changes: 3 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,9 @@
{
"path": "./changelog/index.md",
"children": [
{
"path": "./changelog/1.17.3.md"
},
{
"path": "./changelog/1.17.2.md"
},
Expand Down