diff --git a/admin/environment-management/cvms.md b/admin/environment-management/cvms.md index 86d40ae32..d3e45289d 100644 --- a/admin/environment-management/cvms.md +++ b/admin/environment-management/cvms.md @@ -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**. diff --git a/assets/advanced-env-config.png b/assets/advanced-env-config.png index 1a90c489a..8b5f778be 100644 Binary files a/assets/advanced-env-config.png and b/assets/advanced-env-config.png differ diff --git a/changelog/1.17.3.md b/changelog/1.17.3.md new file mode 100644 index 000000000..bbbaf33db --- /dev/null +++ b/changelog/1.17.3.md @@ -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). + +### 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. diff --git a/environments/environment-params.md b/environments/environment-params.md index 59765a019..f39ab5f99 100644 --- a/environments/environment-params.md +++ b/environments/environment-params.md @@ -86,10 +86,10 @@ set your resource allocation. The amount of storage space you'd like for your environment - Add a GPU - Whether you want a - [GPU](../admin/environment-management/gpu-acceleration.md) added to - your environment + GPU + The number of + GPUs + you want allocated to your environment diff --git a/manifest.json b/manifest.json index 446adb877..d351c9f97 100644 --- a/manifest.json +++ b/manifest.json @@ -323,6 +323,9 @@ { "path": "./changelog/index.md", "children": [ + { + "path": "./changelog/1.17.3.md" + }, { "path": "./changelog/1.17.2.md" },