From 5f8497b86b025df5758f4aa89e454c9bb5982ff9 Mon Sep 17 00:00:00 2001 From: Christian Mesh Date: Tue, 9 Jul 2024 10:07:13 -0400 Subject: [PATCH] Update changelog and bump version for 1.8.0-beta1 (#1785) Signed-off-by: Christian Mesh --- CHANGELOG.md | 6 +++++- version/VERSION | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c323c5126..2c6c2766af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/version/VERSION b/version/VERSION index bc396b0142..7b1cf1d8e3 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -1.8.0-alpha1 +1.8.0-beta1