From 59bf69b893a61684a826e772c8738689a0241923 Mon Sep 17 00:00:00 2001 From: Leo Antoli <430982+lantoli@users.noreply.github.com> Date: Mon, 15 Sep 2025 12:41:47 +0200 Subject: [PATCH 1/3] changelod --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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: From a20ddda6e3dea0d02e3d946020540154145658ba Mon Sep 17 00:00:00 2001 From: Leo Antoli <430982+lantoli@users.noreply.github.com> Date: Mon, 15 Sep 2025 12:47:29 +0200 Subject: [PATCH 2/3] add migration guide link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a61f57d..6e12aac 100644 --- a/README.md +++ b/README.md @@ -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 From 6a70cbeb45199f85342479fd0792f792e30512e2 Mon Sep 17 00:00:00 2001 From: Leo Antoli <430982+lantoli@users.noreply.github.com> Date: Mon, 15 Sep 2025 13:55:41 +0200 Subject: [PATCH 3/3] remove icons in doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e12aac..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) | [🔄 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) +[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