mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-24 16:10:46 -06:00
Update CHANGELOG.md
This commit is contained in:
parent
6ec5e0fc88
commit
82ad9fd635
@ -1,7 +1,12 @@
|
|||||||
## 0.13.0 (Unreleased)
|
## 0.13.0 (Unreleased)
|
||||||
|
|
||||||
|
NEW FEATURES:
|
||||||
|
|
||||||
|
* Terraform now supports a decentralized namespace for providers, allowing for automatic installation of community providers from third-party namespaces in the public registry and from private registries. (More details will be added about this prior to release.)
|
||||||
|
|
||||||
BREAKING CHANGES:
|
BREAKING CHANGES:
|
||||||
|
|
||||||
|
* As part of implementing a new decentralized namespace for providers, Terraform now requires an explicit `source` specification for any provider that is not in the "hashicorp" namespace in the main public registry. (More details will be added about this prior to release, including links to upgrade steps.) [GH-24477]
|
||||||
* backend/oss: Changes to the TableStore schema now require a primary key named `LockID` of type `String` [GH-24149]
|
* backend/oss: Changes to the TableStore schema now require a primary key named `LockID` of type `String` [GH-24149]
|
||||||
* command/0.12upgrade: this command has been replaced with a deprecation notice directing users to install terraform v0.12 to run `terraform 0.12upgrade`. [GH-24403]
|
* command/0.12upgrade: this command has been replaced with a deprecation notice directing users to install terraform v0.12 to run `terraform 0.12upgrade`. [GH-24403]
|
||||||
* command/import: remove the deprecated `-provider` command line argument [GH-24090]
|
* command/import: remove the deprecated `-provider` command line argument [GH-24090]
|
||||||
|
Loading…
Reference in New Issue
Block a user