Skip to content

Commit f16cc9f

Browse files
Prepare before 1.11.0-beta2 release (#36430)
1 parent d4b878d commit f16cc9f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.11.0 (Unreleased)
1+
## 1.11.0-beta2 (February 05, 2025)
22

33

44
NEW FEATURES:
@@ -14,11 +14,18 @@ ENHANCEMENTS:
1414

1515
* `init`: Provider installation will utilise credentials configured in a `.netrc` file for the download and shasum URLs returned by provider registries. ([#35843](https://github.com/hashicorp/terraform/issues/35843))
1616

17+
* New command `modules -json`: Displays a full list of all installed modules in a working directory, including whether each module is currently referenced by the working directory's configuration. ([#35884](https://github.com/hashicorp/terraform/issues/35884))
18+
1719
* `terraform test`: Test runs now support using mocked or overridden values during unit test runs (e.g., with command = "plan"). Set `override_during = plan` in the test configuration to use the overridden values during the plan phase. The default value is `override_during = apply`. ([#36227](https://github.com/hashicorp/terraform/issues/36227))
1820

1921
* `terraform test`: Add new `state_key` attribute for `run` blocks, allowing test authors control over which internal state file should be used for the current test run. ([#36185](https://github.com/hashicorp/terraform/issues/36185))
2022

2123

24+
BUG FIXES:
25+
26+
* ephemeral values: correct error message when ephemeral values are included in provisioner output ([#36427](https://github.com/hashicorp/terraform/issues/36427))
27+
28+
2229
## Previous Releases
2330

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

version/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.0-dev
1+
1.11.0-beta2

0 commit comments

Comments
 (0)