Terraform
Terraform Enterprise v202506-1
Last required release: v202406-1 (776)
Flexible Deployment Options terraform-enterprise
container digest: amd64/linux sha256:95b5bc9cbcf0e7f91b0d1ef4173b30f403aa1e018dae173841538f0c03500c29
Deprecations
- Terraform Enterprise is transitioning from monthly releases to a quarterly releases. We are also changing from a date-based version scheme to a semantic versioning-like scheme. Each version is numbered according to milestone, major, and patch release represented as
x.y.z
. Under this scheme, we will publish a milestone or major release quarterly. Releases will receive monthly patches until the next quarterly release becomes available. This change is intended to provide a more predictable and stable release cycle, allowing for better planning and implementation of updates. The last monthly release withYYYYMMDD
versioning will be in July. The first quarterly release withx.y.z
versioning will be 1.0.0 in August.
Highlights
Features
- When used within Terraform Enterprise instances, Redis standalone and Redis Enterprise data stores now support mTLS. This ensures that only clients with valid certificates can connect. Passwords are no longer required.
Improvements
- Azure DevOps Services users can now set up VCS connections using Entra OAuth Apps. Microsoft has stopped accepting new Azure DevOps OAuth app registrations.
- Fixed failures in edge cases during force-cancelation of runs
- Bump Sentinel to 0.40.0 to stay in-line with most recent changes
Bug Fixes
- Fixed validation on email addresses in the forgotten password form, ensuring inputs are now validated consistently.
- Changed the process for exporting plans to Sentinel. This change resolves potential process timing issues.
- Ignore branch-related fields when switching to tag-based triggers to prevent unnecessary runs.
- Site admins can view metadata for user tokens, including token count,
created_at
, andlast_used
timestamps. - [IPL-5978] Fixed an issue in the private registry in which the no-code icon appeared in the version drop-down for versions where no-code provisioning is disabled.
Security
- Improved email security by allowing you to require the
StartTLS
command while connecting to SMTP servers, preventing fallback to unencrypted connections.