diff --git a/CHANGELOG.md b/CHANGELOG.md index aa6c3b0..2bea797 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## (Unreleased) +## 1.2.0 (Sep 15, 2025) + +ENHANCEMENTS: + +* Adds command advancedClusterToV2 (adv2v2) to convert previous mongodbatlas_advanced_cluster configurations to the new Provider 2.0.0 schema with simplified structure. +* Updates documentation so each command has its own documentation page +* Supports variable `num_shards` even out of `dynamic` blocks + ## 1.1.0 (Mar 25, 2025) ENHANCEMENTS: diff --git a/README.md b/README.md index a61f57d..ef930b4 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ atlas terraform clusterToAdvancedCluster --file in.tf --output out.tf atlas tf clu2adv -f in.tf -o out.tf ``` -[📖 Full Documentation](./docs/command_clu2adv.md) | [🔄 Migration Guide: Cluster to Advanced Cluster](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/guides/cluster-to-advanced-cluster-migration-guide) +[Full Documentation](./docs/command_clu2adv.md) | [Migration Guide: Cluster to Advanced Cluster](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/guides/cluster-to-advanced-cluster-migration-guide) ### 2. advancedClusterToV2 (adv2v2) Convert previous `mongodbatlas_advanced_cluster` configurations to the new Provider 2.0.0 schema with simplified structure. @@ -54,7 +54,7 @@ atlas terraform advancedClusterToV2 --file in.tf --output out.tf atlas tf adv2v2 -f in.tf -o out.tf ``` -[📖 Full Documentation](./docs/command_adv2v2.md) +[Full Documentation](./docs/command_adv2v2.md) | [Migration Guide: Advanced Cluster (v1.x → v2.0.0)](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/guides/migrate-to-advanced-cluster-2.0) ## Feedback