From 56fa36405fb44cfa3cc5689bcd581d79b12618c5 Mon Sep 17 00:00:00 2001 From: tharun Date: Fri, 19 Sep 2025 21:41:47 +0530 Subject: [PATCH 1/3] add missing x-tfe-version header value as known issue --- .../1.0.x/docs/enterprise/releases/1.0.x/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/content/terraform-enterprise/1.0.x/docs/enterprise/releases/1.0.x/index.mdx b/content/terraform-enterprise/1.0.x/docs/enterprise/releases/1.0.x/index.mdx index 21ad3f434..153282a70 100644 --- a/content/terraform-enterprise/1.0.x/docs/enterprise/releases/1.0.x/index.mdx +++ b/content/terraform-enterprise/1.0.x/docs/enterprise/releases/1.0.x/index.mdx @@ -66,6 +66,7 @@ Flexible Deployment Options `terraform-enterprise` container digest: amd64/linux ## Known Issues 1. (Updated 09/18/2025) You may experience failures when using an S3-compatible storage solution. An updated AWS library may trigger authentication issues with some third-party storage solutions. As a result, you may experience errors when running plans and applies or when accessing Terraform state files. Refer to [issue 2960](https://github.com/aws/aws-sdk-go-v2/discussions/2960) on the AWS SDK GitHub issues page for more information. Please ensure your S3-compatible storage solution is fully updated. +2. (Updated 09/19/2025) The Terraform Enterprise API must include the value of the `x-tfe-version` header in its response. This header indicates the current version of Terraform Enterprise. ## Deprecations 1. Redis 6.0 will be officially deprecated as of the November release. From 2d55cbbe664e6b89319db14b22e00ac7be7019b2 Mon Sep 17 00:00:00 2001 From: tharun Date: Fri, 19 Sep 2025 22:28:27 +0530 Subject: [PATCH 2/3] explicitly mention about missing header value --- .../1.0.x/docs/enterprise/releases/1.0.x/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/terraform-enterprise/1.0.x/docs/enterprise/releases/1.0.x/index.mdx b/content/terraform-enterprise/1.0.x/docs/enterprise/releases/1.0.x/index.mdx index 153282a70..885c6b943 100644 --- a/content/terraform-enterprise/1.0.x/docs/enterprise/releases/1.0.x/index.mdx +++ b/content/terraform-enterprise/1.0.x/docs/enterprise/releases/1.0.x/index.mdx @@ -87,7 +87,7 @@ Flexible Deployment Options `terraform-enterprise` container digest: amd64/linux ## Known Issues 1. (Updated 09/18/2025) You may experience failures when using an S3-compatible storage solution. An AWS library we upgraded in this release is triggering authentication issues with some third-party storage solutions. As a result, you may experience errors when running plans and applies or when accessing Terraform state files. Refer to [issue 2960](https://github.com/aws/aws-sdk-go-v2/discussions/2960) on the AWS SDK GitHub issues page for more information. -1. (Updated 8/27/2025) For Terraform Enterprise installs that make use of Redis with mTLS, you may experience [a failure](https://support.hashicorp.com/hc/en-us/articles/44197346705427-Terraform-Enterprise-not-able-to-connect-to-Redis-with-mTLS) where the archivist service exits early. A fix for this bug will be shipped in the 1.0.1 release. +1. (Updated 8/27/2025) For Terraform Enterprise installs that make use of Redis with mTLS, you may experience [a failure](https://support.hashicorp.com/hc/en-us/articles/44197346705427-Terraform-Enterprise-not-able-to-connect-to-Redis-with-mTLS) where the archivist service exits early. A fix for this bug will be shipped in the 1.0.1 release. Currently, the value of this header is absent. ## Deprecations 1. PostgreSQL v13 will reach end of life on November 13 2025 and will no longer be supported in Terraform Enterprise after that date. Refer to the requirements for [connecting to an external PostgreSQL database](/terraform/enterprise/deploy/configuration/storage/connect-database/postgres#server) for a complete list of supported versions. From 5e9b59ed95efdb7872b40f2e3c7cf37d6dae7b87 Mon Sep 17 00:00:00 2001 From: tharun Date: Fri, 19 Sep 2025 22:52:31 +0530 Subject: [PATCH 3/3] explicitly mention missing header value --- .../1.0.x/docs/enterprise/releases/1.0.x/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/terraform-enterprise/1.0.x/docs/enterprise/releases/1.0.x/index.mdx b/content/terraform-enterprise/1.0.x/docs/enterprise/releases/1.0.x/index.mdx index 885c6b943..d593231f9 100644 --- a/content/terraform-enterprise/1.0.x/docs/enterprise/releases/1.0.x/index.mdx +++ b/content/terraform-enterprise/1.0.x/docs/enterprise/releases/1.0.x/index.mdx @@ -66,7 +66,7 @@ Flexible Deployment Options `terraform-enterprise` container digest: amd64/linux ## Known Issues 1. (Updated 09/18/2025) You may experience failures when using an S3-compatible storage solution. An updated AWS library may trigger authentication issues with some third-party storage solutions. As a result, you may experience errors when running plans and applies or when accessing Terraform state files. Refer to [issue 2960](https://github.com/aws/aws-sdk-go-v2/discussions/2960) on the AWS SDK GitHub issues page for more information. Please ensure your S3-compatible storage solution is fully updated. -2. (Updated 09/19/2025) The Terraform Enterprise API must include the value of the `x-tfe-version` header in its response. This header indicates the current version of Terraform Enterprise. +2. (Updated 09/19/2025) The Terraform Enterprise API must include the value of the `x-tfe-version` header in its response. This header indicates the current version of Terraform Enterprise. Currently, the value of this header is absent. ## Deprecations 1. Redis 6.0 will be officially deprecated as of the November release. @@ -87,7 +87,7 @@ Flexible Deployment Options `terraform-enterprise` container digest: amd64/linux ## Known Issues 1. (Updated 09/18/2025) You may experience failures when using an S3-compatible storage solution. An AWS library we upgraded in this release is triggering authentication issues with some third-party storage solutions. As a result, you may experience errors when running plans and applies or when accessing Terraform state files. Refer to [issue 2960](https://github.com/aws/aws-sdk-go-v2/discussions/2960) on the AWS SDK GitHub issues page for more information. -1. (Updated 8/27/2025) For Terraform Enterprise installs that make use of Redis with mTLS, you may experience [a failure](https://support.hashicorp.com/hc/en-us/articles/44197346705427-Terraform-Enterprise-not-able-to-connect-to-Redis-with-mTLS) where the archivist service exits early. A fix for this bug will be shipped in the 1.0.1 release. Currently, the value of this header is absent. +1. (Updated 8/27/2025) For Terraform Enterprise installs that make use of Redis with mTLS, you may experience [a failure](https://support.hashicorp.com/hc/en-us/articles/44197346705427-Terraform-Enterprise-not-able-to-connect-to-Redis-with-mTLS) where the archivist service exits early. A fix for this bug will be shipped in the 1.0.1 release. ## Deprecations 1. PostgreSQL v13 will reach end of life on November 13 2025 and will no longer be supported in Terraform Enterprise after that date. Refer to the requirements for [connecting to an external PostgreSQL database](/terraform/enterprise/deploy/configuration/storage/connect-database/postgres#server) for a complete list of supported versions.