Skip to content

Commit b2fe0c9

Browse files
authored
chore: Prepare release v1.2.0 (#84)
1 parent 8eef23c commit b2fe0c9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## (Unreleased)
22

3+
## 1.2.0 (Sep 15, 2025)
4+
5+
ENHANCEMENTS:
6+
7+
* Adds command advancedClusterToV2 (adv2v2) to convert previous mongodbatlas_advanced_cluster configurations to the new Provider 2.0.0 schema with simplified structure.
8+
* Updates documentation so each command has its own documentation page
9+
* Supports variable `num_shards` even out of `dynamic` blocks
10+
311
## 1.1.0 (Mar 25, 2025)
412

513
ENHANCEMENTS:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ atlas terraform clusterToAdvancedCluster --file in.tf --output out.tf
4242
atlas tf clu2adv -f in.tf -o out.tf
4343
```
4444

45-
[📖 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)
45+
[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)
4646

4747
### 2. advancedClusterToV2 (adv2v2)
4848
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
5454
atlas tf adv2v2 -f in.tf -o out.tf
5555
```
5656

57-
[📖 Full Documentation](./docs/command_adv2v2.md)
57+
[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)
5858

5959
## Feedback
6060

0 commit comments

Comments
 (0)