You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,18 @@
2
2
<!-- Add CHANGELOG entry to this section for any PR awaiting the next release -->
3
3
<!-- Please also include if this is a Bug Fix, Enhancement, or Feature -->
4
4
5
-
BREAKING CHANGES:
6
-
*`r/tfe_workspace`: Default value of the `execution_mode` field now uses the organization's `default_execution_mode`. If no `default_execution_mode` has been set, the default `execution_mode`will be unchanged (i.e. `remote`).
5
+
DEPRECATIONS and BREAKING CHANGES:
6
+
*`r/tfe_workspace`: `execution_mode` and `agent_pool_id` attributes have been deprecated in favor of a new resource, `tfe_workspace_settings`. Note that these fields no longer compute defaults which is consistent with using a new resource to manage these same settings. What this means in practice is that if you unset `execution_mode` or `agent_pool_id` without also creating a `tfe_workspace_settings`, the setting will no longer revert to the default "remote" mode. To migrate, relocate the `execution_mode`and `agent_pool_id` arguments to `tfe_workspace_settings`.
7
7
8
8
BUG FIXES:
9
9
*`r/tfe_policy`: Fix the provider ignoring updates to the `query` field, by @skeggse[1108](https://github.com/hashicorp/terraform-provider-tfe/pull/1108)
10
10
* Fix the undetected change when modifying the `organization` default in the provider configuration by @brandonc[1152](https://github.com/hashicorp/terraform-provider-tfe/issue/1152)
11
+
* New resource `r/tfe_workspace_settings`: Can be used to break any circular dependency between `tfe_workspace` and `tfe_agent_pool_allowed_workspaces` by managing the `agent_pool_id` for a Workspace by @brandonc[1159](https://github.com/hashicorp/terraform-provider-tfe/pull/1159)
11
12
12
13
FEATURES:
13
14
*`d/tfe_registry_module`: Add `vcs_repo.tags` and `vcs_repo.branch` attributes to allow configuration of `publishing_mechanism`. Add `test_config` to support running tests on `branch`-based registry modules, by @hashimoon[1096](https://github.com/hashicorp/terraform-provider-tfe/pull/1096)
14
-
***New Resource**: `r/tfe_organization_default_execution_mode` is a new resource to set the `default_execution_mode` and `default_agent_pool_id` for an organization, by @SwiftEngineer[1137](https://github.com/hashicorp/terraform-provider-tfe/pull/1137)'
15
-
*`r/tfe_workspace`: Now uses the organization's`default_execution_mode` and `default_agent_pool_id` as the default `execution_mode`, by @SwiftEngineer[1137](https://github.com/hashicorp/terraform-provider-tfe/pull/1137)'
15
+
***New Resource**: `r/tfe_organization_default_settings` is a new resource to set the `default_execution_mode` and `default_agent_pool_id` for an organization, by @SwiftEngineer[1137](https://github.com/hashicorp/terraform-provider-tfe/pull/1137)'
16
+
***New Resource**: `r/tfe_workspace_settings` Uses the `tfe_organization_default_settings``default_execution_mode` and `default_agent_pool_id` as the default `execution_mode` by @brandonc and @laurenolivia[1159](https://github.com/hashicorp/terraform-provider-tfe/pull/1159)
16
17
***New Resource**: `r/tfe_registry_gpg_key` is a new resource for managing private registry GPG keys, by @tmatilai[1160](https://github.com/hashicorp/terraform-provider-tfe/pull/1160)
17
18
***New Data Source**: `d/tfe_registry_gpg_key` is a new data source to retrieve a private registry GPG key, by @tmatilai[1160](https://github.com/hashicorp/terraform-provider-tfe/pull/1160)
18
19
***New Data Source**: `d/tfe_registry_gpg_keys` is a new data source to retrieve all private registry GPG keys of an organization, by @tmatilai[1160](https://github.com/hashicorp/terraform-provider-tfe/pull/1160)
0 commit comments