mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
fix changelog for 1.8.6 (#2207)
Signed-off-by: ollevche <ollevche@gmail.com>
This commit is contained in:
parent
a324472955
commit
d34cade6c5
@ -5,14 +5,14 @@ ENHANCEMENTS:
|
||||
|
||||
BUG FIXES:
|
||||
* Extended trace logging for HTTP backend, including request and response bodies. ([#2120](https://github.com/opentofu/opentofu/pull/2120))
|
||||
* The `tofu test` command doesn't try to validate mock provider definition by its underlying provider schema now. ([#2140](https://github.com/opentofu/opentofu/pull/2140))
|
||||
* Type validation for mocks and overrides are now less strict in `tofu test`. ([#2144](https://github.com/opentofu/opentofu/pull/2144))
|
||||
|
||||
## 1.8.5
|
||||
|
||||
BUG FIXES:
|
||||
* Provider functions will now handle partially unknown arguments per the tfplugin spec ([#2127](https://github.com/opentofu/opentofu/pull/2127))
|
||||
* `tofu init` will no longer return a spurious "Backend configuration changed" error when re-initializing a working directory with existing initialization of a backend whose configuration schema has required arguments. This was a regression caused by the similar fix in the v1.8.4 release. ([#2135](https://github.com/opentofu/opentofu/pull/2135))
|
||||
* The `tofu test` command doesn't try to validate mock provider definition by its underlying provider schema now. ([#2140](https://github.com/opentofu/opentofu/pull/2140))
|
||||
* Type validation for mocks and overrides are now less strict in `tofu test`. ([#2144](https://github.com/opentofu/opentofu/pull/2144))
|
||||
|
||||
## 1.8.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user