From eee0ab9afbdd000dc149101ac124b8833af6b850 Mon Sep 17 00:00:00 2001 From: Garrett Delfosse Date: Wed, 21 Apr 2021 09:42:32 -0500 Subject: [PATCH 1/2] Update 1.18.0.md --- changelog/1.18.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog/1.18.0.md b/changelog/1.18.0.md index b65f86825..2cc11e726 100644 --- a/changelog/1.18.0.md +++ b/changelog/1.18.0.md @@ -15,6 +15,9 @@ description: "Released on 04/21/2021" - web: Added admin toggle for workspaces as code feature - web: Added Bitbucket Server support for workspaces as code - infra: Added `CODER_WP_NAME` environment variable to workspaces +- cli: Added ability to cordon and uncordon workspace providers allow/disallow + new workspaces from being provisioned on a specific workspace provider +- cli: Added ability to rename workspace providers - web: Updated color scheme on sign-in page - web: Improved error notifications with additional details and resolutions. Added _Tip_, _Error Type_, and enumerations for workspaces as code errors. From cd7893f99c339d3a4764d91f4bc39cba0a770744 Mon Sep 17 00:00:00 2001 From: Garrett Delfosse Date: Wed, 21 Apr 2021 09:44:12 -0500 Subject: [PATCH 2/2] Update 1.18.0.md --- changelog/1.18.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/1.18.0.md b/changelog/1.18.0.md index 2cc11e726..c19c9fae8 100644 --- a/changelog/1.18.0.md +++ b/changelog/1.18.0.md @@ -15,8 +15,8 @@ description: "Released on 04/21/2021" - web: Added admin toggle for workspaces as code feature - web: Added Bitbucket Server support for workspaces as code - infra: Added `CODER_WP_NAME` environment variable to workspaces -- cli: Added ability to cordon and uncordon workspace providers allow/disallow - new workspaces from being provisioned on a specific workspace provider +- cli: Added ability to cordon and uncordon workspace providers which will + allow/disallow new workspaces from being provisioned on a specific provider - cli: Added ability to rename workspace providers - web: Updated color scheme on sign-in page - web: Improved error notifications with additional details and resolutions.