From 64bb520b21fab21ae93cb001e5566cd92a79c892 Mon Sep 17 00:00:00 2001 From: Benjamin Holmes Date: Mon, 9 Jun 2025 09:58:36 +0100 Subject: [PATCH 1/3] Update v202505-1.mdx to include Podman warning As per discussion with engineering, add a warning to the current release page to highlight the potential discrepancy between our calculated container digest, and podman's reported digest. --- .../v202505-1/docs/enterprise/releases/2025/v202505-1.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/terraform-enterprise/v202505-1/docs/enterprise/releases/2025/v202505-1.mdx b/content/terraform-enterprise/v202505-1/docs/enterprise/releases/2025/v202505-1.mdx index 6605992c2..c99f57df9 100644 --- a/content/terraform-enterprise/v202505-1/docs/enterprise/releases/2025/v202505-1.mdx +++ b/content/terraform-enterprise/v202505-1/docs/enterprise/releases/2025/v202505-1.mdx @@ -10,6 +10,7 @@ Last required release: [v202406-1 (776)](/terraform/enterprise/releases/2024/v20 Flexible Deployment Options `terraform-enterprise` container digest: amd64/linux `sha256:4d31e2698e1ca2deb945a491d61f6bc914c0eb6e385e737a028b897a3eda4a63` +~> Users pulling images and validating digests with podman should note that there is an [outstanding issue](https://github.com/containers/podman/issues/25361) that may cause podman to misreport the container digest to the user. The recommended workaround until this is resolved is to pull by container digest directly. `podman pull images.releases.hashicorp.com/hashicorp/terraform-enterprise@sha256:4d31e2698e1ca2deb945a491d61f6bc914c0eb6e385e737a028b897a3eda4a63` ## Highlights @@ -34,4 +35,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. \ No newline at end of file +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. From dd3668d40a7a2d5eac8eef7c8594e9d2a7d29d57 Mon Sep 17 00:00:00 2001 From: Benjamin Holmes Date: Mon, 16 Jun 2025 10:25:28 +0100 Subject: [PATCH 2/3] Update content/terraform-enterprise/v202505-1/docs/enterprise/releases/2025/v202505-1.mdx Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com> --- .../v202505-1/docs/enterprise/releases/2025/v202505-1.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/terraform-enterprise/v202505-1/docs/enterprise/releases/2025/v202505-1.mdx b/content/terraform-enterprise/v202505-1/docs/enterprise/releases/2025/v202505-1.mdx index c99f57df9..b0c562edf 100644 --- a/content/terraform-enterprise/v202505-1/docs/enterprise/releases/2025/v202505-1.mdx +++ b/content/terraform-enterprise/v202505-1/docs/enterprise/releases/2025/v202505-1.mdx @@ -10,7 +10,11 @@ Last required release: [v202406-1 (776)](/terraform/enterprise/releases/2024/v20 Flexible Deployment Options `terraform-enterprise` container digest: amd64/linux `sha256:4d31e2698e1ca2deb945a491d61f6bc914c0eb6e385e737a028b897a3eda4a63` -~> Users pulling images and validating digests with podman should note that there is an [outstanding issue](https://github.com/containers/podman/issues/25361) that may cause podman to misreport the container digest to the user. The recommended workaround until this is resolved is to pull by container digest directly. `podman pull images.releases.hashicorp.com/hashicorp/terraform-enterprise@sha256:4d31e2698e1ca2deb945a491d61f6bc914c0eb6e385e737a028b897a3eda4a63` +⚠️ 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 with `podman` directly: + +```shell-session +> podman pull images.releases.hashicorp.com/hashicorp/terraform-enterprise@sha256:4d31e2698e1ca2deb945a491d61f6bc914c0eb6e385e737a028b897a3eda4a63 +`` ## Highlights From 725d66d3bf9a3b0243885694480541a5acb66ca4 Mon Sep 17 00:00:00 2001 From: Benjamin Holmes Date: Mon, 16 Jun 2025 10:26:02 +0100 Subject: [PATCH 3/3] Apply closing back-tick as per suggestion --- .../v202505-1/docs/enterprise/releases/2025/v202505-1.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/terraform-enterprise/v202505-1/docs/enterprise/releases/2025/v202505-1.mdx b/content/terraform-enterprise/v202505-1/docs/enterprise/releases/2025/v202505-1.mdx index b0c562edf..19767b23b 100644 --- a/content/terraform-enterprise/v202505-1/docs/enterprise/releases/2025/v202505-1.mdx +++ b/content/terraform-enterprise/v202505-1/docs/enterprise/releases/2025/v202505-1.mdx @@ -14,7 +14,7 @@ Flexible Deployment Options `terraform-enterprise` container digest: amd64/linux ```shell-session > podman pull images.releases.hashicorp.com/hashicorp/terraform-enterprise@sha256:4d31e2698e1ca2deb945a491d61f6bc914c0eb6e385e737a028b897a3eda4a63 -`` +``` ## Highlights