BUG FIXES SINCE v202001-4:
- Skip attempting to initialize vault when using the external vault integration
- Silence a warning about a container exiting non-zero
BUG FIXES SINCE v202001-3:
- Remove errant configuration causing potential upgrade failure
BUG FIXES SINCE v202001-2:
- Communicate and manage tokens with an external Vault installation
BUG FIXES SINCE v202001-1:
- Handle ability to create schemas on Azure automatically
- Fixed issue where some external API calls would not be properly routed through customer proxy (clustering only)
APPLICATION LEVEL BREAKING CHANGES:
APPLICATION LEVEL FEATURES:
- Added new routes for interacting with workspace variable and policy set parameter APIs
- Added Terraform version 0.12.19.
- Added Terraform v0.12.18.
- Added Terraform versions up to 0.12.17.
- Changed workspaces index page to fetch only relevant data, decreasing page load time by 50%.
- Added brute force protection for user logins.
- Changed password requirements to match HashiCorp policy: minimum length 10, lock account for 30 minutes after 3 failed login attempts.
- Added error messages when logged-in users click on invitation links for other email addresses, e.g. email aliases.
- Changed styling on organization index row elements
- Changed directory path inputs to trim whitespace
- Changed policy set logic to trim whitespace on path attribute when saving
- Changed variable descriptions UI
- Added our new VCS wizard and GitHub App support to policy sets
- Removed the option to assign plans or trials in the site admin: now an organization has only two possible states, Active or Disabled.
- Added extra attributes that expose additional workspace and run metadata in the Sentinel tfrun import
- Added the next-generation Terraform Sentinel imports. At this time, these imports must be loaded using
tfconfig/v2
,tfplan/v2
, ortfstate/v2
. The existingtfconfig
,tfplan
, andtfstate
imports have not changed, but can also be loaded under the new aliasestfconfig/v1
,tfplan/v1
, andtfstate/v1
. - Changed the Sentinel runtime to version 0.14.2. For the latest changes, see the release notes.
APPLICATION LEVEL BUG FIXES:
- Fixed the JSON plan relationship to ensure that it is marked for deletion at the appropriate times.
- Fixed issue with availability of the http import in the Sentinel runtime.
- Fixed
data.attributes.owners-team-saml-role-id
attribute to display asnull
instead of an emtpy string""
upon blank update. - 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: