Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 2.06 KB

v202004-1.md

File metadata and controls

29 lines (19 loc) · 2.06 KB

TFE Release v202004-1 (422)

APPLICATION LEVEL BREAKING CHANGES:

APPLICATION LEVEL FEATURES:

  1. Added support for Sentinel remote policies and our new Sentinel foundational policies library
  2. Added ability to manage team membership of invited users as well as API changes to allow adding and removing team members using their organization membership external ID.
  3. Added the ability to configure request and assertion signing for SAML
  4. The next-generation Sentinel imports (tfconfig/v2, tfplan/v2, and tfstate/v2) are now in general availability and are stable to use. For more information, see the release announcement: https://www.hashicorp.com/blog/terraform-sentinel-v2-imports-are-now-ga
  5. Changed the structure of the low-level Sentinel data in policy check results. This only affects opaque, unstable parts of the policy checks API. Any consumers of the sentinel field will need to adjust their implementations accordingly.
  6. Added modules support for policy sets. Modules may now be defined within the root of a policy set by adding a module block to your sentinel.hcl file, with the relative path to the module as a source field within that block.
  7. Added a user verification modal when Queueing a Destroy Plan for a given workspace.
  8. Revamp of infrastructure destroy workflow which removed the CONFIRM_DESTROY variable in favor of a destroy protection setting. As a side effect, destroy protection is OFF by default for newly created workspaces to better support the CLI workflow.
  9. Added redirect so that admins can access the site admin via /admin

APPLICATION LEVEL BUG FIXES:

  1. Fixed bug preventing runs from being queued from commit pushes for Bitbucket Server versions 5.4 - 5.13
  2. Removed extra UI requests for the user's organization list
  3. Fixed an issue with Sentinel policy checks when policies using the tfstate/v2 import were used runs without a previous state.

APPLICATION LEVEL SECURITY FIXES:

INSTALLER LEVEL BUG FIXES:

  1. Fixed bug preventing capacity of concurrent jobs above 100