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

Latest commit

 

History

History
35 lines (28 loc) · 2.18 KB

v201902-2.md

File metadata and controls

35 lines (28 loc) · 2.18 KB

PTFE Release v201902-2

This release addresses a Denial of Service vulnerability reported with included third party software.

APPLICATION LEVEL FEATURES:

  1. Added Notifications for Run Events
  2. Added feature to make the chosen repo name the suggested workspace name when creating a new workspace
  3. Changed policy and policy set sorting to sort by name instead of created-at.
  4. Changed the UI for workspace access to improve readability
  5. Added more useful logging when workspace create/update fails due to a VCS repository webhook error.
  6. Added support for triggering plan-only runs when changing the target branch of a GitHub pull request.
  7. Changed 2FA recovery code list to remove already-used codes.
  8. Added more useful welcome page for new users.
  9. Added functionality to improve the experience of rotating SAML certificates; instead of replacing the old certificate immediately, adding a new certificate will cause TFE to enter a rotation period where both the new and old certificates are checked until the old certificate is explicitly removed.
  10. Added team organization access controls that allow specific non-owner teams to manage Sentinel policies, workspaces, and/or VCS settings across an organization.
  11. Added API to create initial admin user
  12. Added ability to configure TLS 1.2 and/or 1.3.

APPLICATION LEVEL BUG FIXES:

  1. Fixed GitLab tag pagination to work with the V4 API, improving ingress of module versions.
  2. Fixed the policy code editor to support very long lines
  3. Fixed "Use SAML to manage team memberships" not saving properly
  4. Fixed case where module with unusual semver tag could not be fully processed, resulting in 404 error.
  5. Fixed race condition when periodically refreshing OAuth tokens.
  6. Changed workspace URLs to nest under a "Workspaces" page to make navigation consistent.
  7. Fixed integration with GitLab versions < 8.9.
  8. Fixed error in backend worker which verifies GitHub tokens.
  9. Fixed an issue that prevented runs from automatically applying when the runs were queued by a Team Service Account.
  10. Use proxy settings when cloning git repositories.
  11. Adjust database pool size to avoid 500s experienced during heavy use.
  12. Removed support for TLS 1.0 and 1.1.