Update CHANGELOG.md
This commit is contained in:
parent
acd8230013
commit
7b2f66c403
|
@ -13,11 +13,13 @@ BREAKING CHANGES:
|
||||||
BUG FIXES:
|
BUG FIXES:
|
||||||
|
|
||||||
* backend/consul: Fix bug which prevented state locking when path has trailing `/` [GH-25842]
|
* backend/consul: Fix bug which prevented state locking when path has trailing `/` [GH-25842]
|
||||||
|
* build: fix crash with terraform binary on openBSD [#26249]
|
||||||
* command/clistate: return an error on a state unlock failure [[#25729](https://github.com/hashicorp/terraform/issues/25729)]
|
* command/clistate: return an error on a state unlock failure [[#25729](https://github.com/hashicorp/terraform/issues/25729)]
|
||||||
* configs: Report an error when provider configuration attributes are incorrectly added to a `required_providers` object. [GH-26184]
|
* configs: Report an error when provider configuration attributes are incorrectly added to a `required_providers` object. [GH-26184]
|
||||||
* lang/funcs: fix panic when element() is called with a negative offset ([#26079](https://github.com/hashicorp/terraform/issues/26079))
|
* lang/funcs: fix panic when element() is called with a negative offset ([#26079](https://github.com/hashicorp/terraform/issues/26079))
|
||||||
* states/remote: fix `state push -force` to work for all backends ([#26190](https://github.com/hashicorp/terraform/issues/26190))
|
* states/remote: fix `state push -force` to work for all backends ([#26190](https://github.com/hashicorp/terraform/issues/26190))
|
||||||
|
|
||||||
|
|
||||||
## Previous Releases
|
## Previous Releases
|
||||||
|
|
||||||
For information on prior major releases, see their changelogs:
|
For information on prior major releases, see their changelogs:
|
||||||
|
|
Loading…
Reference in New Issue