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

Latest commit

 

History

History
55 lines (45 loc) · 4.25 KB

v201809-1.md

File metadata and controls

55 lines (45 loc) · 4.25 KB

PTFE Release v201809-1

CHANGELOG

APPLICATION LEVEL BREAKING CHANGES:

  1. Changed the way resources and data sources are namespaced for Sentinel policy checks. All data sources are now present in the new data namespace in all imports, separate from the resources namespace where they used to reside.
  2. Changed the TerraformVersions Admin API to expect external_id instead of version, aligning it with other API routes.
  3. Increase the number of workspaces returned per-page for API requests to 150. (Other resources continue to default to 20.)

APPLICATION LEVEL FEATURES:

  1. Added the ability to comment on a run without approving or discarding the plan or apply.
  2. Added run information to state version summary.
  3. Improved display of multi-line commit messages.
  4. Improved visual disambiguation of plan-only (speculative) runs.
  5. Changed run page so that plan, policy check, and apply logs are expanded by default depending on the state of the run.
  6. Added a feature to display the titles and bodies of pull requests that trigger runs in workspaces.
  7. Added the number of resources that would be added, changed, or destroyed as reported by Terraform plans. These numbers can be retrieved via the API for plan objects, and are also displayed in the UI while viewing a run's timeline. Finally, these numbers will also be reported to VCS providers in commit statuses for pull requests.
  8. Added a summary of the resources added, changed, or destroyed by applying a run. This call-out appears below the apply's log whether or not that log is collapsed.
  9. Add created-at attribute to vars API responses.
  10. Added a check to verify the repository has files when creating or updating a VCS-connected workspace.

APPLICATION LEVEL BUG FIXES:

  1. Fixed a bug in the run state machine when certain transitions fail.
  2. Fixed an issue where policy checked runs would transition before confirmation.
  3. Fixed issue where private module registry module dependencies and resources were not listed.
  4. Fixed the error message when a workspace name is already taken.
  5. Security: Fixed XSS exploit in private module registry README rendering.
  6. Fixed avatar and user link for the first ingressed configuration version when using GitHub or Bitbucket Cloud.
  7. Fixed an issue where a workspace could not be updated if the repository was renamed in Bitbucket Server.
  8. Fixed page layout issue if avatar images fail to load.
  9. Fixed an issue where deleting an organization would not remove that organization's modules from the private module registry.
  10. Fixed page layout issue with long organization names.
  11. Fixed an issue in the Admin API where attempting to destroy a Terraform Version that is in use or an official release would raise an internal server error. A validation error is now shown instead.
  12. Fixed admin impersonation UI to prevent attempting to impersonate yourself or service accounts.
  13. Fixed the plan-only runs' status to show as "Planned" instead of "Needs confirmation"
  14. Fixed delete workspace button in site admin.
  15. Fixed timestamp on canceled plans and applies, which previously always showed "a few seconds ago".
  16. Fixed an "invalid date" error that appeared when viewing Sentinel policies that had not yet been populated with data.
  17. Fixed UI failing to load in Internet Explorer 11.
  18. Fixed issue with icon rendering on Microsoft Edge.
  19. Fixed an issue where policy checks on plan-only runs appeared to be overridable.
  20. Fixed an issue where a generic 500 error was returned when creating a Sentinel policy with an invalid configuration. Attempting to do so will now properly return a 422 with information about why the configuration is invalid.
  21. Fixed issue where the user was incorrectly prompted to "Discard" plan-only runs.
  22. Fixed an issue where an unconfigured (empty) Sentinel policy would cause other, configured policies not to be checked during a run.
  23. Fixed an issue with workspaces tracking the latest Terraform version returning disabled versions.
  24. Fixed: order Terraform versions in site admin by version.
  25. Fixed issues that resulted in Terraform 0.11.8 being incompatible with previous releases. Terraform 0.11.8 is compatible with this release.

INSTALLER LEVEL FEATURES:

  1. Added ability for users to specify their own at-rest encryption password.