|
1 | 1 | ## Unreleased
|
2 | 2 |
|
| 3 | +## v0.62.0 |
| 4 | + |
| 5 | +FEATURES: |
| 6 | +* `r/tfe_variable_set`: Add `parent_project_id` attribute, by @mkam [#1522](https://github.com/hashicorp/terraform-provider-tfe/pull/1522) |
| 7 | + |
| 8 | +## v0.61.0 |
| 9 | + |
| 10 | +DEPRECATIONS: |
| 11 | +* `r/tfe_workspace`: `global_remote_state` and `remote_state_consumer_ids` have been **deprecated** and moved to `tfe_workspace_settings` (see ENHANCEMENTS below for more details) |
| 12 | + |
| 13 | +FEATURES: |
| 14 | +* `r/tfe_audit_trail_token` is a new resource for managing audit trail tokens in organization, by @glensarti and @c4po [1533](https://github.com/hashicorp/terraform-provider-tfe/pull/1533) |
| 15 | + |
| 16 | +## v0.60.1 |
| 17 | + |
| 18 | +BUG FIXES: |
| 19 | +* `r/tfe_policy`: enforcement level can be updated on OPA policies by @glennsarti [#1521](https://github.com/hashicorp/terraform-provider-tfe/pull/1521) |
| 20 | + |
| 21 | +ENHANCEMENTS: |
| 22 | +* `r/tfe_workspace_settings`: `global_remote_state` and `remote_state_consumer_ids` can now be managed using `tfe_workspace_settings`. This enhancement avoids the possibility of a mutual dependency between two or more workspaces that may access each others' state by @brandonc [#1524](https://github.com/hashicorp/terraform-provider-tfe/pull/1524) |
| 23 | + |
| 24 | +## v0.60.0 |
| 25 | + |
| 26 | +BUG FIXES: |
| 27 | +* `r/tfe_no_code_module`: Wait for the registry module version to be created before creating the no-code-module. Also, the version_pin attribute must be set when variable options are created by @dsa0x [#1504](https://github.com/hashicorp/terraform-provider-tfe/pull/1504) |
| 28 | +* `r/tfe_workspace_run_task`: Do not error when reading workspace tasks that no longer exist by @glennsarti [#1500](https://github.com/hashicorp/terraform-provider-tfe/pull/1459) |
| 29 | +* `r/tfe_organization_run_task`: Do not error when reading organization tasks that no longer exist by @glennsarti [#1500](https://github.com/hashicorp/terraform-provider-tfe/pull/1459) |
| 30 | +* `r/tfe_organization_run_task_global_settings`: Do not error when reading organization task global settings that no longer exist by @glennsarti [#1500](https://github.com/hashicorp/terraform-provider-tfe/pull/1459) |
| 31 | + |
| 32 | +FEATURES: |
| 33 | +* `r/tfe_organization`: Add `speculative_plan_management_enabled` attribute, by @lilincmu [#1509](https://github.com/hashicorp/terraform-provider-tfe/pull/1509) |
| 34 | +* `d/tfe_organization`: Add `speculative_plan_management_enabled` attribute, by @lilincmu [#1509](https://github.com/hashicorp/terraform-provider-tfe/pull/1509) |
| 35 | + |
| 36 | +## v0.59.0 |
| 37 | + |
3 | 38 | ## BREAKING CHANGES
|
4 | 39 |
|
5 | 40 | * `r/tfe_team`: Default "secret" visibility has been removed from tfe_team because it now requires explicit or owner access. The default, "organization", is now computed by the platform. by @brandonc [#1439](https://github.com/hashicorp/terraform-provider-tfe/pull/1439)
|
@@ -52,6 +87,9 @@ ENHANCEMENTS:
|
52 | 87 | BUG FIXES:
|
53 | 88 | * `r/tfe_registry_module`: Prevents constant diff after a successful apply when `tags` and `tests_enabled` is not set by @Uk1288 [#1357](https://github.com/hashicorp/terraform-provider-tfe/pull/1357)
|
54 | 89 |
|
| 90 | +FEATURES: |
| 91 | +* **New Data Source**: `d/tfe_projects` is a new data source to retrieve all projects in an organization, by @tdevelioglu |
| 92 | + |
55 | 93 | ## v0.55.0
|
56 | 94 |
|
57 | 95 | FEATURES:
|
|
0 commit comments