Skip to content

Commit 3f4ed7f

Browse files
authored
Merge pull request #1173 from hashicorp/brandonc/v0.51.0_CHANGELOG_prep
Update CHANGELOG.md for release
2 parents d7ff484 + a5c9ff0 commit 3f4ed7f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# UNRELEASED
2-
<!-- Add CHANGELOG entry to this section for any PR awaiting the next release -->
3-
<!-- Please also include if this is a Bug Fix, Enhancement, or Feature -->
1+
# v0.51.0
42

53
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`.
4+
* `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. In practice, this means 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`.
75

86
BUG FIXES:
97
* `r/tfe_policy`: Fix the provider ignoring updates to the `query` field, by @skeggse [1108](https://github.com/hashicorp/terraform-provider-tfe/pull/1108)

0 commit comments

Comments
 (0)