Skip to content

Commit a0974d6

Browse files
Prepare before 1.15.0-beta1 release (#38288)
1 parent 332a94d commit a0974d6

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

CHANGELOG.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.15.0 (Unreleased)
1+
## 1.15.0-beta1 (March 18, 2026)
22

33

44
NEW FEATURES:
@@ -18,6 +18,8 @@ NEW FEATURES:
1818

1919
ENHANCEMENTS:
2020

21+
* config: `output` blocks now can have an explicit type constraints ([#36411](https://github.com/hashicorp/terraform/issues/36411))
22+
2123
* ssh-based provisioner (file + remote-exec): Re-enable support for PowerShell ([#37794](https://github.com/hashicorp/terraform/issues/37794))
2224

2325
* terraform init log timestamps include millisecond precision ([#37818](https://github.com/hashicorp/terraform/issues/37818))
@@ -32,6 +34,12 @@ ENHANCEMENTS:
3234

3335
* Include which attribute paths are marked as sensitive in list_start JSON logs ([#38197](https://github.com/hashicorp/terraform/issues/38197))
3436

37+
* Add input variable validation for Stacks ([#38240](https://github.com/hashicorp/terraform/issues/38240))
38+
39+
* When comparing a container value to null, only top level marks are now considered for the result. ([#38270](https://github.com/hashicorp/terraform/issues/38270))
40+
41+
* As part of supporting variables in module sources, most commands now accept variable values ([#38276](https://github.com/hashicorp/terraform/issues/38276))
42+
3543

3644
BUG FIXES:
3745

@@ -70,16 +78,6 @@ UPGRADE NOTES:
7078
* backend/s3: The `AWS_USE_FIPS_ENDPOINT` and `AWS_USE_DUALSTACK_ENDPOINT` environment variables now only respect `true` or `false` values, aligning with the AWS SDK for Go. This replaces the previous behavior which treated any non-empty value as `true`. ([#37601](https://github.com/hashicorp/terraform/issues/37601))
7179

7280

73-
EXPERIMENTS:
74-
75-
Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.
76-
77-
- The experimental "deferred actions" feature, enabled by passing the `-allow-deferral` option to `terraform plan`, permits `count` and `for_each` arguments in `module`, `resource`, and `data` blocks to have unknown values and allows providers to react more flexibly to unknown values.
78-
- `terraform test cleanup`: The experimental `test cleanup` command. In experimental builds of Terraform, a manifest file and state files for each failed cleanup operation during test operations are saved within the `.terraform` local directory. The `test cleanup` command will attempt to clean up the local state files left behind automatically, without requiring manual intervention.
79-
- `terraform test`: `backend` blocks and `skip_cleanup` attributes:
80-
- Test authors can now specify `backend` blocks within `run` blocks in Terraform Test files. Run blocks with `backend` blocks will load state from the specified backend instead of starting from empty state on every execution. This allows test authors to keep long-running test infrastructure alive between test operations, saving time during regular test operations.
81-
- Test authors can now specify `skip_cleanup` attributes within test files and within run blocks. The `skip_cleanup` attribute tells `terraform test` not to clean up state files produced by run blocks with this attribute set to true. The state files for affected run blocks will be written to disk within the `.terraform` directory, where they can then be cleaned up manually using the also experimental `terraform test cleanup` command.
82-
8381
## Previous Releases
8482

8583
For information on prior major and minor releases, refer to their changelogs:

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.15.0-dev
1+
1.15.0-beta1

0 commit comments

Comments
 (0)