Skip to content

Commit

Permalink
Merge pull request #710 from hashicorp/brandonc-release-notes-0.40.0
Browse files Browse the repository at this point in the history
Release prep
  • Loading branch information
brandonc committed Dec 6, 2022
2 parents e5c2e62 + ddbb43f commit e6e29a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly-tfe-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
- name: Run Tests
env:
TF_ACC: "1"
ENABLE_TFE: "1"
TFC_RUN_TASK_URL: "https://httpstat.us/200"
GITHUB_POLICY_SET_IDENTIFIER: "hashicorp/test-policy-set"
Expand Down
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
## Unreleased
* d/tfe_organization: Add `default_project_id` field ([#704](https://github.com/hashicorp/terraform-provider-tfe/pull/704))
* r/tfe_project: Allow managing projects ([#704](https://github.com/hashicorp/terraform-provider-tfe/pull/704))
* r/tfe_workspace: Add `project_id` attribute ([#704](https://github.com/hashicorp/terraform-provider-tfe/pull/704))
* d/tfe_workspace: Add `project_id` field ([#704](https://github.com/hashicorp/terraform-provider-tfe/pull/704))
## v0.40.0 (December 6, 2022)

DEPRECATIONS:
* r/tfe_sentinel_policy is deprecated in favor of the new resource `tfe_policy`, which supports both Sentinel and OPA policies
Expand All @@ -11,11 +7,15 @@ DEPRECATIONS:
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))
* **New Resource**: `tfe_project` allows managing projects, which is an upcoming feature of Terraform Cloud and may not yet be generally available. ([#704](https://github.com/hashicorp/terraform-provider-tfe/pull/704))
* 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_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: enforce_mode is no longer a required property ([#705](https://github.com/hashicorp/terraform-provider-tfe/pull/705))
* d/tfe_organization: Add computed `default_project_id` field to support projects ([#704](https://github.com/hashicorp/terraform-provider-tfe/pull/704))
* r/tfe_workspace: Add optional `project_id` argument to support projects ([#704](https://github.com/hashicorp/terraform-provider-tfe/pull/704))
* d/tfe_workspace: Add optional `project_id` argument to support projects ([#704](https://github.com/hashicorp/terraform-provider-tfe/pull/704))

## v0.39.0 (November 18, 2022)

Expand Down
1 change: 0 additions & 1 deletion tfe/resource_tfe_registry_module_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ func TestAccTFERegistryModule_noCodeModule(t *testing.T) {
}

resource.Test(t, resource.TestCase{
IsUnitTest: true,
PreCheck: func() {
testAccPreCheck(t)
},
Expand Down

0 comments on commit e6e29a7

Please sign in to comment.