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

Latest commit

 

History

History
53 lines (40 loc) · 3.06 KB

v201912-3.md

File metadata and controls

53 lines (40 loc) · 3.06 KB

TFE Release v201912-3

BUG FIXES SINCE v201912-2:

  1. Custom CA Certificates are setup properly before setting up PostgreSQL schemas.

BUG FIXES SINCE V201912-1:

  1. All current Terraform versions are included by default.
  2. Clustered upgrades start properly.

APPLICATION LEVEL BREAKING CHANGES:

  1. Removed references to inaccessible hosted files from the old, deprecated version of Terraform Enterprise
  2. Removed inaccessible data from the older, deprecated Terraform Enterprise design. Note: The old design of Terraform Enterprise (V1) has been inaccessible for a long period; as such, this release will remove all data which is not associated to the new design (V2). Rest assured, none of this data is being used today, and you will not notice a difference in the application. If you need to retain any of this V1 data for compliance or other reasons, please take a snapshot or backup of your TFE installation's PostgreSQL database before upgrading.

APPLICATION LEVEL FEATURES:

  1. Added a visibility setting for teams that allows them to be configured for organization-wide visibility or to remain visible only to specific users.
  2. Added more specific validation for Azure DevOps Services in new VCS Provider form
  3. Changed when queuing a destroy run on a workspace with auto-approve enabled, the destroy run will no longer require explicit confirmation.
  4. Changed signup process to require email address confirmation for new users, if email sending is possible.
  5. Added Azure DevOps Server as VCS provider
  6. Changed the Sentinel runtime to v0.13.0, which includes the new http import for using HTTP-accessible data from outside the runtime in Sentinel policy rules.
  7. Changed the cost estimation error UI to "warning" to match impact
  8. Added policy set parameters to the policy set edit page.
  9. Added support for parsing and sending policy set parameters
  10. Added warning for admin settings changes requiring reload
  11. Added support for azurerm_virtual_machine_scale_set
  12. Added support for azurerm_managed_disk
  13. Added support for azurerm_mysql_server
  14. Added support for azurerm_postgresql_server and azurerm_mariadb_server

APPLICATION LEVEL BUG FIXES:

  1. Fixed an issue with PR branches not detecting changed files on BitBucket Server Connections
  2. Fixed narrow layout on organization settings pages.
  3. Changed username validation to remove the lower limit.
  4. Changed team access and visibility forms to save separately.
  5. Changed workspace navigation to allow for read-only variables permissions
  6. Changed cost estimate summary UI to remove missing data
  7. Fixed an issue on the team page that broke it for free users
  8. Fixed workspace variables UI to respect read-only setting
  9. check that EC2 ASG max_size exists
  10. Fixed intermittent force cancellation errors
  11. Fixed not found error when removing self from team
  12. Fixed error when leaving final team in organization

APPLICATION LEVEL SECURITY FIXES:

  1. Security: Ensure that cookie-based authentication for the API checks for 2FA requirements before proceeding.
  2. Security: added timing attack prevention for API token comparison.