Skip to content

Commit 3afd478

Browse files
authored
Terraform docs sync (#464)
* ptfe-releases * terraform-docs-common
1 parent ac67cbb commit 3afd478

File tree

3 files changed

+36
-1
lines changed

3 files changed

+36
-1
lines changed

content/terraform-docs-common/docs/cloud-docs/vcs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: >-
44
Version control system (VCS) connections integrate HCP Terraform into your workflow. Learn how to automate Terraform runs when you commit changes to your code.
55
---
66

7-
# Connect to VCS providers
7+
# Connect to VCS Providers
88

99
HCP Terraform is more powerful when you integrate it with your version control system (VCS) provider. Although you can use many of HCP Terraform's features without one, a VCS connection provides additional features and improved workflows. In particular:
1010

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
page_title: Releases - Terraform Enterprise
3+
description: >-
4+
Learn about the changes, known issues, deprecations, highlights, features, improvements, bug fixes, and security fixes for the v202505-1 release.
5+
---
6+
7+
# Terraform Enterprise v202505-1
8+
9+
Last required release: [v202406-1 (776)](/terraform/enterprise/releases/2024/v202406-1)
10+
11+
Flexible Deployment Options `terraform-enterprise` container digest: amd64/linux `sha256:4d31e2698e1ca2deb945a491d61f6bc914c0eb6e385e737a028b897a3eda4a63`
12+
13+
14+
## Highlights
15+
16+
1. Terraform Enterprise now ships as a multi-platform image, though currently only supports `linux/amd64`. If you're on a non-Linux host, provide the `--platform linux/amd64` argument when pulling the Terraform Enterprise image.
17+
18+
## Features
19+
20+
1. Module authors can now escalate the EOL severity of a module version in the private registry by revoking that version. Revoking a module version adds warnings to the module's registry page, warnings in the run outputs of existing module consumers, and blocks new users from using that version.
21+
22+
2. You can now download the product usage bundle via the API `GET /api/v1/usage/bundle`. To access the new system API you first generate an API token with the new `tfectl admin api-token generate` command.
23+
24+
## Improvements
25+
26+
1. The **New organization** page now uses Helios Design System components, providing an accessible and consistent UI experience.
27+
1. Runs troubleshooting other failed runs now log the external workload ID.
28+
1. You can now manage Sentinel tool versions on the Sentinel versions admin page.
29+
30+
## Bug Fixes
31+
1. The forgot password flow now presents the same message, regardless of whether a user exists or not, to avoid leaking whether a user with the provided email exists.
32+
1. Creating a new policy sets through the UI now correctly assign the runtime version you select.
33+
34+
## Security
35+
1. More than three failed attempts to verify two factor authentication now locks a user's account, and the user receives an email with unlock instructions.

0 commit comments

Comments
 (0)