You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an automated pull request to sync changes between the public and
private unified docs repos.
To preserve continuity across repos, _do not squash_ this pull request.
@@ -61,12 +65,33 @@ Below is a list of the most recent Terraform Enterprise Releases that can deploy
61
65
62
66
\** 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).
63
67
68
+
## 1.0.3
69
+
<spanclass="h4-size">2025-11-17</span>
70
+
71
+
Last required release: [v202406-1 (776)](/terraform/enterprise/releases/2024/v202406-1)
1. Terraform Enterprise returns the current version in the new `X-TFE-Current-Version` header. For backward compatibility, the `X-TFE-Version` header continues to return the monthly release version.
77
+
1. The `redis-server` version has been upgraded to `7.4.6`.
78
+
79
+
## Bug Fixes
80
+
1. License reporting no longer generates heavy database load and memory usage. This issue was introduced in v202507-1.
81
+
1. State versions could be created or removed with a combination of permissions that should not have allowed write access. This bug has been resolved, and only write permissions to the workspace or state versions should grant access to modify state versions.
82
+
1. Terraform Enterprise now attempts to read and write from blob storage as a startup check before running database migrations.
83
+
1. When `TFE_REDIS_SIDEKIQ_PASSWORDLESS_AZURE_CLIENT_ID` is unspecified, Terraform Enterprise now defaults to `TFE_REDIS_PASSWORDLESS_AZURE_CLIENT_ID` for Azure passwordless authentication in Redis.
84
+
85
+
## Security
86
+
1. State versions could be created or removed with a combination of permissions that should not have allowed write access. This bug has been resolved, and only write permissions to the workspace or state versions should grant access to modify state versions.
87
+
1. Security vulnerabilities have been addressed and resolved in this update to enhance overall system protection.
88
+
64
89
## 1.0.2
65
90
<spanclass="h4-size">2025-10-15</span>
66
91
67
92
Last required release: [v202406-1 (776)](/terraform/enterprise/releases/2024/v202406-1)
1. Plan output will now be rendered when Structured Run Output (SRO) is enabled. Previously, the output from `terraform plan` and `terraform apply` was not displayed as expected when SRO was active.
0 commit comments