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

Latest commit

 

History

History
52 lines (33 loc) · 2.67 KB

v202001-4.md

File metadata and controls

52 lines (33 loc) · 2.67 KB

TFE Release v202001-4

BUG FIXES SINCE v202001-3:

  1. Remove errant configuration causing potential upgrade failure

BUG FIXES SINCE v202001-2:

  1. Communicate and manage tokens with an external Vault installation

BUG FIXES SINCE v202001-1:

  1. Handle ability to create schemas on Azure automatically
  2. Fixed issue where some external API calls would not be properly routed through customer proxy (clustering only)

APPLICATION LEVEL BREAKING CHANGES:

APPLICATION LEVEL FEATURES:

  1. Added new routes for interacting with workspace variable and policy set parameter APIs
  2. Added Terraform version 0.12.19.
  3. Added Terraform v0.12.18.
  4. Added Terraform versions up to 0.12.17.
  5. Changed workspaces index page to fetch only relevant data, decreasing page load time by 50%.
  6. Added brute force protection for user logins.
  7. Changed password requirements to match HashiCorp policy: minimum length 10, lock account for 30 minutes after 3 failed login attempts.
  8. Added error messages when logged-in users click on invitation links for other email addresses, e.g. email aliases.
  9. Changed styling on organization index row elements
  10. Changed directory path inputs to trim whitespace
  11. Changed policy set logic to trim whitespace on path attribute when saving
  12. Changed variable descriptions UI
  13. Added our new VCS wizard and GitHub App support to policy sets
  14. Removed the option to assign plans or trials in the site admin: now an organization has only two possible states, Active or Disabled.
  15. Added extra attributes that expose additional workspace and run metadata in the Sentinel tfrun import
  16. Added the next-generation Terraform Sentinel imports. At this time, these imports must be loaded using tfconfig/v2, tfplan/v2, or tfstate/v2. The existing tfconfig, tfplan, and tfstate imports have not changed, but can also be loaded under the new aliases tfconfig/v1, tfplan/v1, and tfstate/v1.
  17. Changed the Sentinel runtime to version 0.14.2. For the latest changes, see the release notes.

APPLICATION LEVEL BUG FIXES:

  1. Fixed the JSON plan relationship to ensure that it is marked for deletion at the appropriate times.
  2. Fixed issue with availability of the http import in the Sentinel runtime.
  3. Fixed data.attributes.owners-team-saml-role-id attribute to display as null instead of an emtpy string "" upon blank update.
  4. Fixed the ability for a user, under SAML Settings (app/admin/saml), to save a Site Admin Role while Admin Attribute Name is blank given Team Membership Management is enabled - instructions on frontend and saml validations updated in-kind.

APPLICATION LEVEL SECURITY FIXES: