Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
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 @@ -14,6 +14,7 @@ Below is a list of the most recent Terraform Enterprise Releases that can deploy

| Version | Linked <br />Terraform CLI\** | Sentinel | Tested Kubernetes Versions (EKS, AKS, GKE) | Helm Chart Version |
| ----------------- | ------------------------------------------------------------------- | --------------------------------------------------------------------------- | ------------------------------ | ------------------ |
| [1.0.1](#1-0-1) | [1.12.1](https://github.com/hashicorp/terraform/releases/tag/v1.12.1) | [0.40.0](https://developer.hashicorp.com/sentinel/docs/changelog#0-40-0-may-12-2025) | [1.33](https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html), [1.33](https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions?tabs=azure-cli#aks-kubernetes-release-calendar), [1.32](https://cloud.google.com/kubernetes-engine/docs/release-notes) | [1.6.5](https://github.com/hashicorp/terraform-enterprise-helm/releases/tag/v1.6.5) |
| [1.0.0](#1-0-0) | [1.12.1](https://github.com/hashicorp/terraform/releases/tag/v1.12.1) | [0.40.0](https://developer.hashicorp.com/sentinel/docs/changelog#0-40-0-may-12-2025) | [1.33](https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html), [1.33](https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions?tabs=azure-cli#aks-kubernetes-release-calendar), [1.32](https://cloud.google.com/kubernetes-engine/docs/release-notes) | [1.6.5](https://github.com/hashicorp/terraform-enterprise-helm/releases/tag/v1.6.5) |


Expand All @@ -24,6 +25,7 @@ Below is a list of the most recent Terraform Enterprise Releases that can deploy

| Version | Linked <br />Terraform CLI\** | Sentinel | Recommended Docker Compose version |
| ----------------- | ------------------------------------------------------------------- | --------------------------------------------------------------------------- | ---------------------------------- |
| [1.0.1](#1-0-1) | [1.12.1](https://github.com/hashicorp/terraform/releases/tag/v1.12.1) | [0.40.0](https://developer.hashicorp.com/sentinel/docs/changelog#0-40-0-may-12-2025) | [V2](https://docs.docker.com/compose/migrate/) |
| [1.0.0](#1-0-0) | [1.12.1](https://github.com/hashicorp/terraform/releases/tag/v1.12.1) | [0.40.0](https://developer.hashicorp.com/sentinel/docs/changelog#0-40-0-may-12-2025) | [V2](https://docs.docker.com/compose/migrate/) |


Expand All @@ -34,6 +36,7 @@ Below is a list of the most recent Terraform Enterprise Releases that can deploy

| Version | Linked <br />Terraform CLI\** | Sentinel | Tested Podman version |
| ----------------- | ------------------------------------------------------------------- | --------------------------------------------------------------------------- | ---------------------------------- |
| [1.0.1](#1-0-1) | [1.12.1](https://github.com/hashicorp/terraform/releases/tag/v1.12.1) | [0.40.0](https://developer.hashicorp.com/sentinel/docs/changelog#0-40-0-may-12-2025) | [v5](https://github.com/containers/podman/releases/tag/v5.0.0) |
| [1.0.0](#1-0-0) | [1.12.1](https://github.com/hashicorp/terraform/releases/tag/v1.12.1) | [0.40.0](https://developer.hashicorp.com/sentinel/docs/changelog#0-40-0-may-12-2025) | [v5](https://github.com/containers/podman/releases/tag/v5.0.0) |


Expand All @@ -44,6 +47,7 @@ Below is a list of the most recent Terraform Enterprise Releases that can deploy

| Version | Linked <br />Terraform CLI\** | Sentinel | Tested Nomad versions | Min supported version |
| ----------------- | ------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------- | --------------------- |
| [1.0.1](#1-0-1) | [1.12.1](https://github.com/hashicorp/terraform/releases/tag/v1.12.1) | [0.40.0](https://developer.hashicorp.com/sentinel/docs/changelog#0-40-0-may-12-2025) | 1.7 | 1.5 |
| [1.0.0](#1-0-0) | [1.12.1](https://github.com/hashicorp/terraform/releases/tag/v1.12.1) | [0.40.0](https://developer.hashicorp.com/sentinel/docs/changelog#0-40-0-may-12-2025) | 1.7 | 1.5 |

</Tab>
Expand All @@ -53,7 +57,22 @@ Below is a list of the most recent Terraform Enterprise Releases that can deploy

\** The release package contains this version of the Terraform CLI, but you can install older and newer versions of the Terraform CLI as needed via the Admin [UI](/terraform/enterprise/application-administration/resources#managing-terraform-versions) or [API](/terraform/enterprise/api-docs/admin/terraform-versions).

\+ This release is unavailable.
## 1.0.1
<span class="h4-size">2025-09-15</span>

Last required release: [v202406-1 (776)](/terraform/enterprise/releases/2024/v202406-1)

Flexible Deployment Options `terraform-enterprise` container digest: amd64/linux `sha256:edc06293b395e5beb3dfbbda4e89341334ab184c5895b81cf31c074dadc43ff7`, arm64/linux `sha256:7d7dfa2b283f252b8a65b1689a49db2b3a0b81fcaefd11a560a93baf8ad6041f`

## Deprecations
1. Redis 6.0 will be officially deprecated as of the November release.
2. As part of the upcoming release, the `tfectl db *` commands will be marked for deprecation.

## Bug Fixes
1. This release fixes a bug for Terraform Enterprise installs that make use of Redis with mTLS where the archivist service exited early.

## Security
1. Security vulnerabilities have been addressed and resolved in this update to enhance overall system protection.

## 1.0.0
<span class="h4-size">2025-08-11</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ description: >-

<Tip title="Next Release">

The next release 1.0.1 is scheduled for the week of September 15, 2025
The next patch release for 1.0.x is scheduled for the week of October 11, 2025

The next minor release for 1.1.x is scheduled for the week of November 11, 2025

</Tip>

Expand Down
Loading