Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonc committed Dec 5, 2022
1 parent 3541a39 commit 56163f8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
## Unreleased

DEPRECATIONS:
* r/tfe_sentinel_policy is deprecated in favor of a new resource tfe_policy, which supports both Seninel and OPA policies
* r/tfe_organization_module_sharing is deprecated in favor of a new resource tfe_admin_organization_settings, which supports the global module sharing option

FEATURES:
* **New Resource**: `tfe_admin_organization_settings` ([#709](https://github.com/hashicorp/terraform-provider-tfe/pull/709)) adds the ability for Terraform Enterprise admins to configure settings for an organization, including module consumers and global module sharing config.
* **New Resource**: `tfe_policy` is a new resource that supports both Sentinel as well as OPA policies. `tfe_sentinel_policy` now includes a deprecation warning. ([#690](https://github.com/hashicorp/terraform-provider-tfe/pull/690))
* d/tfe_workspace_ids: Add support for filtering workspace names with partial matching using `*` ([#698](https://github.com/hashicorp/terraform-provider-tfe/pull/698))
* r/tfe_workspace: Add preemptive check for resources under management when `force_delete` attribute is false ([#699](https://github.com/hashicorp/terraform-provider-tfe/pull/699))
* r/tfe_policy: Add OPA support for policies. `tfe_policy` is a new resource that supports both Sentinel as well as OPA policies. `tfe_sentinel_policy` now includes a deprecation warning. ([#690](https://github.com/hashicorp/terraform-provider-tfe/pull/690))
* r/tfe_policy_set: Add OPA support for policy sets. ([#691](https://github.com/hashicorp/terraform-provider-tfe/pull/691))
* d/tfe_policy_set: Add optional `kind` and `overridable` fields for OPA policy sets ([#691](https://github.com/hashicorp/terraform-provider-tfe/pull/691))
* r/tfe_policy: Fix documentation to make enforce_mode not a required property ([#705](https://github.com/hashicorp/terraform-provider-tfe/pull/705))
* r/tfe_sentinel_policy: Fix documentation to make enforce_mode not a required property ([#705](https://github.com/hashicorp/terraform-provider-tfe/pull/705))
* r/tfe_policy: enforce_mode is no longer a required property ([#705](https://github.com/hashicorp/terraform-provider-tfe/pull/705))

## v0.39.0 (November 18, 2022)

Expand Down

0 comments on commit 56163f8

Please sign in to comment.