Skip to content
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
4a53058
Merge pull request #407 from hashicorp/repo-sync
hashibot-web Sep 15, 2025
1d49591
Merge pull request #410 from hashicorp/repo-sync
hashibot-web Sep 16, 2025
0fca899
Merge pull request #411 from hashicorp/repo-sync
hashibot-web Sep 16, 2025
65b7617
Merge pull request #412 from hashicorp/repo-sync
hashibot-web Sep 16, 2025
84575d3
Merge pull request #413 from hashicorp/repo-sync
hashibot-web Sep 16, 2025
e151b69
Merge pull request #414 from hashicorp/repo-sync
hashibot-web Sep 16, 2025
b9e9ebe
Merge pull request #418 from hashicorp/repo-sync
hashibot-web Sep 17, 2025
6dd26b5
Merge pull request #419 from hashicorp/repo-sync
hashibot-web Sep 17, 2025
43690c7
Merge pull request #420 from hashicorp/repo-sync
hashibot-web Sep 18, 2025
67f7ba0
Merge pull request #421 from hashicorp/repo-sync
hashibot-web Sep 18, 2025
dea8289
Merge pull request #422 from hashicorp/repo-sync
hashibot-web Sep 18, 2025
0d7d0e8
Merge pull request #423 from hashicorp/repo-sync
hashibot-web Sep 18, 2025
d82b9c1
Merge pull request #424 from hashicorp/repo-sync
hashibot-web Sep 18, 2025
7c9a9ce
Merge pull request #426 from hashicorp/repo-sync
hashibot-web Sep 19, 2025
8e8efa8
Merge pull request #429 from hashicorp/repo-sync
hashibot-web Sep 19, 2025
56fa364
add missing x-tfe-version header value as known issue
tharunk64 Sep 19, 2025
2d55cbb
explicitly mention about missing header value
tharunk64 Sep 19, 2025
5e9b59e
explicitly mention missing header value
tharunk64 Sep 19, 2025
af8a4f9
Merge pull request #433 from hashicorp/repo-sync
hashibot-web Sep 23, 2025
427d41a
Merge pull request #434 from hashicorp/repo-sync
hashibot-web Sep 23, 2025
04934a6
Merge pull request #435 from hashicorp/repo-sync
hashibot-web Sep 23, 2025
1485b39
Merge pull request #436 from hashicorp/repo-sync
hashibot-web Sep 23, 2025
86ed3b5
Merge pull request #438 from hashicorp/repo-sync
hashibot-web Sep 23, 2025
166f475
Merge pull request #441 from hashicorp/repo-sync
hashibot-web Sep 24, 2025
f4c9c5d
Merge pull request #442 from hashicorp/repo-sync
hashibot-web Sep 24, 2025
23f7d6e
Merge pull request #443 from hashicorp/repo-sync
hashibot-web Sep 24, 2025
a744dff
Merge pull request #444 from hashicorp/repo-sync
hashibot-web Sep 24, 2025
e030e5c
Merge pull request #427 from hashicorp/tharunk64/add-ping-api-tfe-ver…
tharunk64 Sep 25, 2025
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 @@ -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. Currently, the value of this header is absent.

## Deprecations
1. Redis 6.0 will be officially deprecated as of the November release.
Expand Down
Loading