mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-23 07:33:32 -06:00
Update changelog and bump version for 1.8.0-beta1 (#1785)
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
parent
12d9380982
commit
5f8497b86b
@ -1,7 +1,8 @@
|
||||
## 1.8.0 (Unreleased)
|
||||
|
||||
UPGRADE NOTES:
|
||||
BREAKING CHANGE - `use_legacy_workflow` field has been removing from the S3 backend configuration. ([#1730](https://github.com/opentofu/opentofu/pull/1730))
|
||||
* BREAKING CHANGE - `use_legacy_workflow` field has been removing from the S3 backend configuration. ([#1730](https://github.com/opentofu/opentofu/pull/1730))
|
||||
* SECURITY - Bump github.com/hashicorp/go-getter to fix CVE-2024-6257, may cause performance hit for large modules ([#1751](https://github.com/opentofu/opentofu/pull/1751))
|
||||
|
||||
NEW FEATURES:
|
||||
* Added support for `override_resource`, `override_data` and `override_module` blocks in testing framework. ([#1499](https://github.com/opentofu/opentofu/pull/1499))
|
||||
@ -16,6 +17,7 @@ ENHANCEMENTS:
|
||||
* Improved performance of writing state files and reduced their size using compact json encoding. ([#1647](https://github.com/opentofu/opentofu/pull/1647))
|
||||
* Allow to reference variable inside the `variables` block of a test file. ([#1488](https://github.com/opentofu/opentofu/pull/1488))
|
||||
* Allow variables and other static values to be used in encryption configuration. ([#1728](https://github.com/opentofu/opentofu/pull/1728))
|
||||
* Included provider function in `tofu providers schema` command ([#1753](https://github.com/opentofu/opentofu/pull/1753))
|
||||
|
||||
BUG FIXES:
|
||||
* Fixed validation for `enforced` flag in encryption configuration. ([#1711](https://github.com/opentofu/opentofu/pull/1711))
|
||||
@ -30,6 +32,8 @@ BUG FIXES:
|
||||
* Fix bug where provider functions were unusable in variables and outputs ([#1689](https://github.com/opentofu/opentofu/pull/1689))
|
||||
* Fix bug where lower-case `http_proxy`/`https_proxy` env variables were no longer supported in the S3 backend ([#1594](https://github.com/opentofu/opentofu/issues/1594))
|
||||
* Fixed issue with migration between versions can cause an update in-place for resources when no changes are needed. ([#1640](https://github.com/opentofu/opentofu/pull/1640))
|
||||
* Add source context for the 'insufficient feature blocks' error ([#1777](https://github.com/opentofu/opentofu/pull/1777))
|
||||
|
||||
|
||||
## Previous Releases
|
||||
|
||||
|
@ -1 +1 @@
|
||||
1.8.0-alpha1
|
||||
1.8.0-beta1
|
||||
|
Loading…
Reference in New Issue
Block a user