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 (17 loc) · 1.68 KB

v202111-1.md

File metadata and controls

29 lines (17 loc) · 1.68 KB

TFE Release v202111-1 (582)

APPLICATION LEVEL BREAKING CHANGES:

  1. Certain application container images were updated to use Alpine 3.14 which has specific Docker, runc, and libseccomp version requirements. Please refer to the Alpine 3.14 release notes to determine if your installation meets these new requirements before upgrading.

APPLICATION LEVEL FEATURES:

  1. Added support for terraform-json 0.13.0
  2. Added increase github changed files probe for pull requests from 300 to 3000
  3. Added a tfe-admin list-nodes command to list all active nodes in an active/active installation.

APPLICATION LEVEL BUG FIXES:

  1. Fixed an issue where a workspace throws errors if it's locked by a team or user that is then deleted.
  2. Fixed an issue where all workspaces attached to a particular VCS repo would occasionally become unable to process webhooks.
  3. Fixed an issue where log forwarding was not configured with HTTP proxy environment variables.
  4. Fixed the Terraform version selector (in the workspace settings) for workspaces that use a custom version constraint (like ~> 1.0.5). The selector will now show the constraint instead of the latest version.
  5. Fixed an issue where visible teams weren't visible in Terraform Enterprise due to an incorrect SQL join.
  6. Fixed issue where users could continue to select beta version of Terraform via API, even as betas are not allowed on the associated organization.

APPLICATION LEVEL SECURITY FIXES:

  1. Updated the version of the internally-managed Vault server to 1.8.4.
  2. Ongoing container updates to address reported vulnerabilities in underlying packages / dependencies.