Skip to content

[DO NOT MERGE] Need a preview #474

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ Last required release: [v202406-1 (776)](/terraform/enterprise/releases/2024/v20

Flexible Deployment Options `terraform-enterprise` container digest: amd64/linux `sha256:4d31e2698e1ca2deb945a491d61f6bc914c0eb6e385e737a028b897a3eda4a63`

<Note>

If you are using Podman to deploy Terraform Enterprise, there is an [outstanding issue](https://github.com/containers/podman/issues/25361) that can cause Podman to misreport your container digest. In the meantime, we recommend pulling the container digest directly with the following command:

<CodeBlockConfig>

```shell-session
> podman pull images.releases.hashicorp.com/hashicorp/terraform-enterprise@sha256:4d31e2698e1ca2deb945a491d61f6bc914c0eb6e385e737a028b897a3eda4a63
```

</CodeBlockConfig>

</Note>


## Highlights

Expand All @@ -34,4 +48,4 @@ Flexible Deployment Options `terraform-enterprise` container digest: amd64/linux
1. Creating a new policy sets through the UI now correctly assign the runtime version you select.

## Security
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.
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.
Loading