APPLICATION LEVEL BREAKING CHANGES:
- Removed support for migrating Atlas environments to Terraform Enterprise workspaces.
APPLICATION LEVEL FEATURES:
- Added support for Terraform versions 0.12.2, 0.12.1, 0.12.0, and 0.11.14. -- alisdair hashicorp/atlas#7709
- Added filtering run triggers: configure per-workspace trigger directories, allowing efficient use of monorepos with TFE.
- Changed team name max length to 90 characters
- Changed UI to move notification to bottom-left, fix button capitalization, added a note for policy sets without policies
- Changed the filename for a state version download, which is now a combination of the external ID and an extension of tfstate.
- CHANGELOG: Changed the Sentinel runtime to version 0.10.1. For the latest changes, see the release notes.
- Added additional handling for external endpoint urls.
APPLICATION LEVEL BUG FIXES:
- Fixed icon size and display in notification UI.
- Fixed an issue that prevented non-SAML users being able to sign in when SAML is enabled.
- Fixed an issue that was causing policy check errors on certain Terraform 0.12 configurations.
- Fixed an issue with nested module pathing issues when using Sentinel with Terraform versions 0.12.0 and higher.
- Fixed an issue that was causing mock generation errors on certain Terraform 0.12 configurations.
- Fixed an issue with nested module pathing when generating Sentinel mocks on all Terraform versions. In addition, updated module lookup mocks to enforce list inputs only.
- Fixed issue where teams with the organization-level "Manage Workspaces" permission could not configure a VCS provider for the workspaces.
- Fixed an issue where long-lived runs could not be force-cancelled due to the Terraform version being invalid.
- Fixed 2FA verification workflow issues.
- Fixed Bitbucket Server ingress on non-default branches
- Changed tfe-cli link on variables page to Terraform Enterprise provider link
- Fixed an issue where users unable to delete modules would see a misleading "Delete Module" button on the module page.
- Fixed an issue where users cannot create workspaces even though the Team has Manage Workspaces permission
- Fixed an issue where monitoring processes were taking large amounts of resources.
APPLICATION LEVEL SECURITY FIXES:
- Security: Updated JavaScript dependencies
sshpk
andtunnel-agent
to fix security issues.