Releases: mongodb/terraform-provider-mongodbatlas
Releases · mongodb/terraform-provider-mongodbatlas
v1.12.3
What's Changed
- refactor: Migrates search index resource and data sources to new SDK by @lantoli in #1536
- deprecate: Deprecates page_num and items_per_page in datasource mongodbatlas_search_indexes by @lantoli in #1538
- feat: fixes setting of authentication realm url. by @marcosuma in #1537
- chore: Bump go.mongodb.org/atlas-sdk/v20231001001 from 20231001001.0.0 to 20231001001.1.0 by @dependabot in #1533
- refactor: Change interface{} to any by @lantoli in #1543
- feat: Adds file .tool-versions for asdf by @lantoli in #1546
- chore: Bump github.com/hashicorp/hcl/v2 from 2.19.0 to 2.19.1 by @dependabot in #1542
- chore: Bump github.com/aws/aws-sdk-go from 1.45.27 to 1.46.0 by @dependabot in #1541
- feat: fixes the realm URL when it is set. by @marcosuma in #1545
- feat: Updates to Go 1.21.3 by @lantoli in #1550
- feat: Fixes linter cache by @lantoli in #1555
- fix: add sdk autoupdates by @wtrocki in #1557
- chore: Bump tj-actions/verify-changed-files from 78dc414e915e0664bcf0d2b42465a86cd47bcc3c to 6d688963a73d28584e163b6f62cf927a282c4d11 by @dependabot in #1562
- chore: Bump github.com/hashicorp/terraform-plugin-framework from 1.4.1 to 1.4.2 by @dependabot in #1561
- chore: Bump github.com/aws/aws-sdk-go from 1.46.0 to 1.46.3 by @dependabot in #1560
- chore: Bump github.com/gruntwork-io/terratest from 0.46.0 to 0.46.1 by @dependabot in #1559
- fix!: fixes global num_shards adding it as computed and removing the default. by @marcosuma in #1548
- chore: Bump google.golang.org/grpc from 1.57.0 to 1.57.1 by @dependabot in #1570
- fix: 'computed' and 'default' usage based on the documentation by @marcosuma in #1564
- doc: CHANGELOG minor doc fix by @Zuhairahmed in #1539
- feat: set format for AWS region value in the provider definition by @marcosuma in #1549
- feat: fixes region and aws account to be used for trigger acc test by @marcosuma in #1558
- feat: Updates migration tests to run separately and use last released version of provider for plan checks by @maastha in #1565
- fix: overrides to attribute behavior for resource elems. by @marcosuma in #1572
- feat: does not delete project for trigger acctest. by @marcosuma in #1573
- feat: Adds acceptDataRisksAndForceReplicaSetReconfig parameter in mongodbatlas_cluster and mongodbatlas_advanced_cluster by @lantoli in #1575
- fix: Update run condition in migration tests github action by @maastha in #1580
- fix: Fixes attributes paused, version_release_system and tags in advanced cluster resource by @lantoli in #1581
- fix: Fixes import documentation for project_api_key resource by @lantoli in #1582
- fix: disable assume_role by @andreaangiolillo in #1583
- doc: generate v1.12.3 by @lantoli in #1584
Full Changelog: v1.12.2...v1.12.3
v1.12.3-pre1
What's Changed
- refactor: Migrates search index resource and data sources to new SDK by @lantoli in #1536
- deprecate: Deprecates page_num and items_per_page in datasource mongodbatlas_search_indexes by @lantoli in #1538
- feat: fixes setting of authentication realm url. by @marcosuma in #1537
- chore: Bump go.mongodb.org/atlas-sdk/v20231001001 from 20231001001.0.0 to 20231001001.1.0 by @dependabot in #1533
- refactor: Change interface{} to any by @lantoli in #1543
- feat: Adds file .tool-versions for asdf by @lantoli in #1546
- chore: Bump github.com/hashicorp/hcl/v2 from 2.19.0 to 2.19.1 by @dependabot in #1542
- chore: Bump github.com/aws/aws-sdk-go from 1.45.27 to 1.46.0 by @dependabot in #1541
- feat: fixes the realm URL when it is set. by @marcosuma in #1545
- feat: Updates to Go 1.21.3 by @lantoli in #1550
- feat: Fixes linter cache by @lantoli in #1555
- fix: add sdk autoupdates by @wtrocki in #1557
- chore: Bump tj-actions/verify-changed-files from 78dc414e915e0664bcf0d2b42465a86cd47bcc3c to 6d688963a73d28584e163b6f62cf927a282c4d11 by @dependabot in #1562
- chore: Bump github.com/hashicorp/terraform-plugin-framework from 1.4.1 to 1.4.2 by @dependabot in #1561
- chore: Bump github.com/aws/aws-sdk-go from 1.46.0 to 1.46.3 by @dependabot in #1560
- chore: Bump github.com/gruntwork-io/terratest from 0.46.0 to 0.46.1 by @dependabot in #1559
- fix!: fixes global num_shards adding it as computed and removing the default. by @marcosuma in #1548
- chore: Bump google.golang.org/grpc from 1.57.0 to 1.57.1 by @dependabot in #1570
- fix: 'computed' and 'default' usage based on the documentation by @marcosuma in #1564
- doc: CHANGELOG minor doc fix by @Zuhairahmed in #1539
- feat: set format for AWS region value in the provider definition by @marcosuma in #1549
- feat: fixes region and aws account to be used for trigger acc test by @marcosuma in #1558
- feat: Updates migration tests to run separately and use last released version of provider for plan checks by @maastha in #1565
- fix: overrides to attribute behavior for resource elems. by @marcosuma in #1572
- feat: does not delete project for trigger acctest. by @marcosuma in #1573
- feat: Adds acceptDataRisksAndForceReplicaSetReconfig parameter in mongodbatlas_cluster and mongodbatlas_advanced_cluster by @lantoli in #1575
- fix: Update run condition in migration tests github action by @maastha in #1580
- fix: Fixes attributes paused, version_release_system and tags in advanced cluster resource by @lantoli in #1581
- fix: Fixes import documentation for project_api_key resource by @lantoli in #1582
- fix: disable assume_role by @andreaangiolillo in #1583
Full Changelog: v1.12.2...v1.12.3-pre1
v1.12.2
What's Changed
- refactor: use retry.StateChangeConf for encryption-at-rest resource. by @marcosuma in #1477
- feat: add coverage report to PRs by @andreaangiolillo in #1496
- fix: Update cluster update handler to update advanced_configuration first and make oplog_min_retention_hours non-computed by @maastha in #1497
- chore: Bump github.com/hashicorp/terraform-plugin-framework-validators from 0.10.0 to 0.12.0 by @dependabot in #1466
- feat: Feature/intmbd 1125 sagemaker quickstart by @govardhanpagidi in #1494
- fix: module naming convention by @govardhanpagidi in #1500
- fix: use container_id from created cluster in example by @mckornfield in #1475
- chore: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.28.0 to 2.29.0, github.com/hashicorp/terraform-plugin-framework from 1.3.4 to 1.4.0, github.com/hashicorp/terraform-plugin-go from 0.18.0 to 0.19.0, github.com/hashicorp/terraform-plugin-mux from 0.11.2 to 0.12.0 by @dependabot in #1468
- chore: Bump github.com/gruntwork-io/terratest from 0.43.13 to 0.44.0 by @dependabot in #1482
- fix: changes validation of empty provider credentials from Error to Warning by @AgustinBettati in #1501
- chore: Bump github.com/aws/aws-sdk-go from 1.45.8 to 1.45.21 by @dependabot in #1505
- fix: Removes delete partition_fields statements. by @marcosuma in #1499
- chore: Bump github.com/gruntwork-io/terratest from 0.44.0 to 0.45.0 by @dependabot in #1504
- fix: adjust format of database user resource id as defined in previous versions by @AgustinBettati in #1506
- deprecate: Deletes resources and data sources that were announced to be removed in 1.12.0. by @marcosuma in #1503
- chore: adjust time for stale github issues to close after 1 week of inactivity by @AgustinBettati in #1512
- fix: avoid including provider_disk_type_name property in cluster update request if attribute was removed by @AgustinBettati in #1508
- chore: fix so cleanup-test-env script continues if delete of one project fails by @AgustinBettati in #1516
- chore: update atlas-sdk to v20231001001 by @AgustinBettati in #1515
- chore: Bump github.com/aws/aws-sdk-go from 1.45.21 to 1.45.24 by @dependabot in #1518
- chore: Bump github.com/hashicorp/hcl/v2 from 2.18.0 to 2.18.1 by @dependabot in #1517
- chore: Bump github.com/gruntwork-io/terratest from 0.45.0 to 0.46.0 by @dependabot in #1519
- doc: Close code block in "Resource: Cloud Provider Access Configuration Paths" documentation page by @mattt416 in #1487
- chore: Bump github.com/hashicorp/terraform-plugin-framework from 1.4.0 to 1.4.1 by @dependabot in #1521
- chore: Bump github.com/zclconf/go-cty from 1.14.0 to 1.14.1 by @dependabot in #1520
- fix: alert configuration data source nil pointer with third party notifications by @AgustinBettati in #1513
- chore: Bump golang.org/x/net from 0.13.0 to 0.17.0 by @dependabot in #1524
- doc: Update 1.10.0-upgrade-guide.html.markdown by @Zuhairahmed in #1511
- feat: supports new notifier_id attribute in alert configuration notifications by @AgustinBettati in #1514
- refactor: migrate online archive resource and data sources to new SDK by @AgustinBettati in #1523
- doc: Updates template issue with clearer guidelines. by @marcosuma in #1510
- fix: Encryption at rest return inconsistent plan when setting secret access key by @andreaangiolillo in #1529
- feat: support new data expiration rule attribute in online archive by @AgustinBettati in #1528
- feat: INTMDB-1190: Update message added to github issue in the automation to create Jira ticket by @andreaangiolillo in #1526
- fix: update releasing with the correct command by @andreaangiolillo in #1530
- chore: Bump github.com/aws/aws-sdk-go from 1.45.24 to 1.45.27 by @dependabot in #1534
- chore: Bump github.com/hashicorp/hcl/v2 from 2.18.1 to 2.19.0 by @dependabot in #1532
- doc: Generate CHANGELOG by @andreaangiolillo in #1531
New Contributors
- @govardhanpagidi made their first contribution in #1494
- @mckornfield made their first contribution in #1475
Full Changelog: v1.12.1...v1.12.2
v1.12.2-pre1
Changelog
- 1100e25 Update 1.10.0-upgrade-guide.html.markdown (#1511)
- d08d80f chore: Bump github.com/aws/aws-sdk-go from 1.45.21 to 1.45.24 (#1518)
- 726261d chore: Bump github.com/aws/aws-sdk-go from 1.45.8 to 1.45.21 (#1505)
- 278997c chore: Bump github.com/gruntwork-io/terratest from 0.43.13 to 0.44.0 (#1482)
- 1c91138 chore: Bump github.com/gruntwork-io/terratest from 0.44.0 to 0.45.0 (#1504)
- 5975cbe chore: Bump github.com/gruntwork-io/terratest from 0.45.0 to 0.46.0 (#1519)
- b59ecb7 chore: Bump github.com/hashicorp/hcl/v2 from 2.18.0 to 2.18.1 (#1517)
- c91076c chore: Bump github.com/hashicorp/terraform-plugin-framework (#1521)
- 3d2ac1b chore: Bump github.com/hashicorp/terraform-plugin-framework-validators (#1466)
- e8d6688 chore: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.28.0 to 2.29.0, github.com/hashicorp/terraform-plugin-framework from 1.3.4 to 1.4.0, github.com/hashicorp/terraform-plugin-go from 0.18.0 to 0.19.0, github.com/hashicorp/terraform-plugin-mux from 0.11.2 to 0.12.0 (#1468)
- 1cdb9ca chore: Bump github.com/zclconf/go-cty from 1.14.0 to 1.14.1 (#1520)
- 0bccb79 chore: Bump golang.org/x/net from 0.13.0 to 0.17.0 (#1524)
- fb031dd chore: adjust time for stale github issues to close after 1 week of inactivity (#1512)
- 218ba62 chore: update atlas-sdk to v20231001001 (#1515)
- 6d663e5 deprecate: Deletes resources and data sources that were announced to be removed in 1.12.0. (#1503)
- f1d4ad8 doc: Close code block in "Resource: Cloud Provider Access Configuration Paths" documentation page (#1487)
- b581d84 doc: Updates template issue with clearer guidelines. (#1510)
- cbf3abe feat: Feature/intmbd 1125 sagemaker quickstart (#1494)
- 86ac961 feat: add coverage report to PRs (#1496)
- b8dcb6e feat: support new data expiration rule attribute in online archive (#1528)
- 7d38199 feat: supports new notifier_id attribute in alert configuration notifications (#1514)
- 5f51eed fix: Encryption at rest return inconsistent plan when setting secret access key (#1529)
- ce1ad7a fix: Removes delete partition_fields statements. (#1499)
- 26c7d75 fix: Update cluster update handler to update advanced_configuration first and make oplog_min_retention_hours non-computed (#1497)
- 586229f fix: adjust format of database user resource id as defined in previous versions (#1506)
- a308471 fix: alert configuration data source nil pointer with third party notifications (#1513)
- f14f602 fix: avoid including provider_disk_type_name property in cluster update request if attribute was removed (#1508)
- cefc71a fix: changes validation of empty provider credentials from Error to Warning (#1501)
- c57f42b fix: cleanup-test-env script continues if delete of one project fails (#1516)
- 7633f16 fix: use container_id from created cluster in example (#1475)
- 2965bc9 module naming convention (#1500)
- 17a83f2 refactor: migrate online archive resource and data sources to new sdk (#1523)
- 1fabeeb refactor: use retry.StateChangeConf for encryption-at-rest resource. (#1477)
v1.12.1
What's Changed
- doc: adjust PR template so we ensure removals and deprecations are made in isolated PRs by @AgustinBettati in #1480
- fix: adds missing DatabaseRegex field when creating FederatedDataSource by @marcosuma in #1486
- doc: Update 1.12.0 release guide and Changelog by @maastha in #1488
- doc: Generates v1.12.1 Changelog by @maastha in #1491
Full Changelog: v1.12.0...v1.12.1
v1.12.1-pre1
What's Changed
- doc: adjust PR template so we ensure removals and deprecations are made in isolated PRs by @AgustinBettati in #1480
- fix: adds missing DatabaseRegex field when creating FederatedDataSource by @marcosuma in #1486
- doc: Update 1.12.0 release guide and Changelog by @maastha in #1488
Full Changelog: v1.12.0...v1.12.1-pre1
v1.12.0
What's Changed
- feat: new framework provider, main and acceptance tests to use mux server with existing sdk v2 provider by @AgustinBettati in #1366
- refactor: Migrate Resource: mongodbatlas_project to Terraform Plugin Framework and remove api_keys attribute by @maastha in #1365
- fix: Merge master into CLOUDP-18958 by @andreaangiolillo in #1384
- doc: Update project documentation to remove api_keys references by @maastha in #1386
- feat: Migrate Resource: mongodbatlas_database_user to Terraform Plugin Framework by @andreaangiolillo in #1388
- refactor: migrate alert_configuration resource and removing deprecated fields by @AgustinBettati in #1385
- refactor: Migrate DataSource mongodbatlas_alert_configuration to Terraform Plugin Framework by @AgustinBettati in #1397
- feat: Migrate DataSource: mongodbatlas_project_ip_access_list to Terraform Plugin Framework by @andreaangiolillo in #1395
- fix: remove validation of empty public_key and private_key attributes in provider config to avoid breaking change by @AgustinBettati in #1402
- fix: avoid diff in state after import for undefined optional attribute in alert config notification by @AgustinBettati in #1412
- refactor: Migrate mongodbatlas_encryption_at_rest to Terraform Plugin Framework by @maastha in #1383
- feat: Migrate Resource: mongodbatlas_project_ip_access_list to Terraform Plugin Framework by @andreaangiolillo in #1411
- fix: INTMDB-1017 - Updated alert configuration schema with required params by @andreaangiolillo in #1421
- refactor: extract Configure and Metadata framework functions into single implementation by @AgustinBettati in #1424
- refactor: removed 1.12.0 deprecated fields. by @marcosuma in #1418
- fix: docs and example fix for project_api_key resource after removing role_names deprecated field by @AgustinBettati in #1441
- fix: changelog Spelling Fixes by @Zuhairahmed in #1457
- doc: add database_user username parameter OIDC footnote in docs by @Zuhairahmed in #1458
- chore: Bump github.com/hashicorp/terraform-plugin-testing from 1.4.0 to 1.5.1 by @dependabot in #1455
- chore: Bump actions/checkout from 3 to 4 by @dependabot in #1452
- chore: Bump github.com/aws/aws-sdk-go from 1.45.2 to 1.45.4 by @dependabot in #1459
- chore: Bump github.com/hashicorp/hcl/v2 from 2.17.0 to 2.18.0 by @dependabot in #1453
- chore: Bump github.com/zclconf/go-cty from 1.13.3 to 1.14.0 by @dependabot in #1454
- feat: merging feature branch into master by @andreaangiolillo in #1460
- feat: support for new mongodbatlas_atlas_user and mongodbatlas_atlas_users data sources by @AgustinBettati in #1432
- chore: Bump github.com/aws/aws-sdk-go from 1.45.4 to 1.45.8 by @dependabot in #1469
- chore: Bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in #1470
- fix: remove collectionName from user role doesn't work by @marcosuma in #1471
- doc: add breaking changes strategy for Terraform by @wtrocki in #1431
- fix: handle incorrect ids when importing alert_configuration or project_ip_access_list resources by @lantoli in #1472
- feat: support new tags attribute in cluster, advanced_cluster, and serverless_instance by @AgustinBettati in #1461
- fix: populate total_count in mongodbatlas_alert_configurations data source by @lantoli in #1476
- fix: improved error handling for cloud_backup_schedule resource. by @marcosuma in #1474
- doc: IP Access List doc updates for Terraform Resources, Data Sources by @zach-carr in #1414
- doc: generate v1.12.0 by @lantoli in #1478
New Contributors
- @marcosuma made their first contribution in #1418
- @lantoli made their first contribution in #1472
Full Changelog: v1.11.1...v1.12.0
v1.12.0-pre1
What's Changed
- feat: new framework provider, main and acceptance tests to use mux server with existing sdk v2 provider by @AgustinBettati in #1366
- refactor: Migrate Resource: mongodbatlas_project to Terraform Plugin Framework and remove api_keys attribute by @maastha in #1365
- fix: Merge master into CLOUDP-18958 by @andreaangiolillo in #1384
- doc: Update project documentation to remove api_keys references by @maastha in #1386
- feat: Migrate Resource: mongodbatlas_database_user to Terraform Plugin Framework by @andreaangiolillo in #1388
- refactor: migrate alert_configuration resource and removing deprecated fields by @AgustinBettati in #1385
- refactor: Migrate DataSource mongodbatlas_alert_configuration to Terraform Plugin Framework by @AgustinBettati in #1397
- feat: Migrate DataSource: mongodbatlas_project_ip_access_list to Terraform Plugin Framework by @andreaangiolillo in #1395
- fix: remove validation of empty public_key and private_key attributes in provider config to avoid breaking change by @AgustinBettati in #1402
- fix: avoid diff in state after import for undefined optional attribute in alert config notification by @AgustinBettati in #1412
- refactor: Migrate mongodbatlas_encryption_at_rest to Terraform Plugin Framework by @maastha in #1383
- feat: Migrate Resource: mongodbatlas_project_ip_access_list to Terraform Plugin Framework by @andreaangiolillo in #1411
- fix: INTMDB-1017 - Updated alert configuration schema with required params by @andreaangiolillo in #1421
- refactor: extract Configure and Metadata framework functions into single implementation by @AgustinBettati in #1424
- refactor: removed 1.12.0 deprecated fields. by @marcosuma in #1418
- fix: docs and example fix for project_api_key resource after removing role_names deprecated field by @AgustinBettati in #1441
- fix: changelog Spelling Fixes by @Zuhairahmed in #1457
- doc: add database_user username parameter OIDC footnote in docs by @Zuhairahmed in #1458
- chore: Bump github.com/hashicorp/terraform-plugin-testing from 1.4.0 to 1.5.1 by @dependabot in #1455
- chore: Bump actions/checkout from 3 to 4 by @dependabot in #1452
- chore: Bump github.com/aws/aws-sdk-go from 1.45.2 to 1.45.4 by @dependabot in #1459
- chore: Bump github.com/hashicorp/hcl/v2 from 2.17.0 to 2.18.0 by @dependabot in #1453
- chore: Bump github.com/zclconf/go-cty from 1.13.3 to 1.14.0 by @dependabot in #1454
- feat: merging feature branch into master by @andreaangiolillo in #1460
- feat: support for new mongodbatlas_atlas_user and mongodbatlas_atlas_users data sources by @AgustinBettati in #1432
- chore: Bump github.com/aws/aws-sdk-go from 1.45.4 to 1.45.8 by @dependabot in #1469
- chore: Bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in #1470
- fix: remove collectionName from user role doesn't work by @marcosuma in #1471
- doc: add breaking changes strategy for Terraform by @wtrocki in #1431
- fix: handle incorrect ids when importing alert_configuration or project_ip_access_list resources by @lantoli in #1472
- feat: support new tags attribute in cluster, advanced_cluster, and serverless_instance by @AgustinBettati in #1461
- fix: populate total_count in mongodbatlas_alert_configurations data source by @lantoli in #1476
- fix: improved error handling for cloud_backup_schedule resource. by @marcosuma in #1474
- doc: IP Access List doc updates for Terraform Resources, Data Sources by @zach-carr in #1414
New Contributors
- @marcosuma made their first contribution in #1418
- @lantoli made their first contribution in #1472
Full Changelog: v1.11.1...v1.12.0-pre1
v1.11.1
What's Changed
- fix: typo in online archive "custom criteria" resource example by @rsolovev in #1372
- doc: INTMDB-927 fixed online archive docs by @Adelmar92 in #1340
- feat: add githooks by @andreaangiolillo in #1373
- chore: Bump github.com/aws/aws-sdk-go from 1.44.314 to 1.44.319 by @dependabot in #1375
- chore: [Terraform] Create github action to delete projects in the test env by @andreaangiolillo in #1378
- fix: clenaup-test-env.yml by @andreaangiolillo in #1379
- fix: null pointer error project data source by @andreaangiolillo in #1377
- fix: fix cluster outage tests by @andreaangiolillo in #1364
- fix: Update deprecation message to 1.12.0 by @andreaangiolillo in #1381
- fix: How do I create Organization API Key with Organization Billing Admin permission and Project Read Only for projects by @andreaangiolillo in #1369
- feat: Improve the release process by @andreaangiolillo in #1380
- chore: Bump go.mongodb.org/atlas from 0.32.0 to 0.33.0 by @dependabot in #1390
- chore: Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 by @dependabot in #1393
- chore: Bump github.com/aws/aws-sdk-go from 1.44.319 to 1.44.324 by @dependabot in #1392
- chore: Bump github.com/gruntwork-io/terratest from 0.43.11 to 0.43.12 by @dependabot in #1391
- feat: Parameter Add: OIDC Database Users by @andreaangiolillo in #1382
- fix: Trigger resource force replacement when app id changes by @maastha in #1387
- chore: Bump github.com/mongodb-forks/digest from 1.0.4 to 1.0.5 by @dependabot in #1405
- chore: Bump github.com/aws/aws-sdk-go from 1.44.324 to 1.44.329 by @dependabot in #1404
- fix: self document make by @wtrocki in #1407
- fix: add instructions for updates of the Atlas SDK by @wtrocki in #1406
- revert: "fix: How do I create Organization API Key with Organization Billing Admin permission and Project Read Only for projects" by @andreaangiolillo in #1416
- doc: Update old or broken links to the Atlas Admin API docs by @zach-carr in #1413
- fix: HELP: Error: The terraform-provider-mongodbatlas_v1.11.0 plugin crashed by @andreaangiolillo in #1419
- fix: INTMDB-1017- Addressed follow up comment by @andreaangiolillo in #1420
- fix: update issue.yml to use issue number as Ticket title by @andreaangiolillo in #1422
- doc: remove 3rd shard from 2 shard global cluster example by @BassT in #1423
- chore: Bump github.com/aws/aws-sdk-go from 1.44.329 to 1.44.334 by @dependabot in #1426
- chore: Bump github.com/zclconf/go-cty from 1.13.2 to 1.13.3 by @dependabot in #1428
- chore: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.27.0 to 2.28.0 by @dependabot in #1429
- chore: Bump github.com/gruntwork-io/terratest from 0.43.12 to 0.43.13 by @dependabot in #1427
- fix: update cluster labels doc to make it clear that labels are not resource tag by @andreaangiolillo in #1425
- doc: improve cluster doc to highlight that provider_volume_type=STANDARD is not available for NVMW clusters by @andreaangiolillo in #1430
- doc: Add example for mongodbatlas_cloud_backup_schedule to create policies for multiple clusters by @maastha in #1403
- refactor: Migrate to new Atlas SDK - mongodbatlas_federated_database_instance resource by @maastha in #1415
- chore: Bump github.com/aws/aws-sdk-go from 1.44.334 to 1.45.2 by @dependabot in #1442
- feat: Add datasetName to storage_databases.collections.data_sources in mongodbatlas_federated_database_instance by @maastha in #1439
- fix!: Fix tag_sets to storage_stores.read_preference in mongodbatlas_federated_database_instance by @maastha in #1440
- fix: INTMDB-1052: Update the release flow to remove the acceptance steps by @andreaangiolillo in #1443
- fix: Update go releaser to include the v in the title of the release by @andreaangiolillo in #1445
- doc: Generate CHANGELOG.md for v1.11.1 by @andreaangiolillo in #1449
New Contributors
- @rsolovev made their first contribution in #1372
- @Adelmar92 made their first contribution in #1340
- @wtrocki made their first contribution in #1407
- @zach-carr made their first contribution in #1413
- @BassT made their first contribution in #1423
Full Changelog: v1.11.0...v1.11.1
v1.11.1-pre1
Changelog
- d24d80e INTMDB-1052: Update the release flow to remove the acceptance steps (#1443)
- b71f54c chore: Bump github.com/aws/aws-sdk-go from 1.44.314 to 1.44.319 (#1375)
- f17ab65 chore: Bump github.com/aws/aws-sdk-go from 1.44.319 to 1.44.324 (#1392)
- 0bf4b43 chore: Bump github.com/aws/aws-sdk-go from 1.44.324 to 1.44.329 (#1404)
- 85262a1 chore: Bump github.com/aws/aws-sdk-go from 1.44.329 to 1.44.334 (#1426)
- dfedeae chore: Bump github.com/aws/aws-sdk-go from 1.44.334 to 1.45.2 (#1442)
- 2eb7916 chore: Bump github.com/gruntwork-io/terratest from 0.43.11 to 0.43.12 (#1391)
- 0889930 chore: Bump github.com/gruntwork-io/terratest from 0.43.12 to 0.43.13 (#1427)
- 1c27f43 chore: Bump github.com/hashicorp/terraform-plugin-sdk/v2 (#1429)
- 5714d3b chore: Bump github.com/mongodb-forks/digest from 1.0.4 to 1.0.5 (#1405)
- c9d5ac4 chore: Bump github.com/zclconf/go-cty from 1.13.2 to 1.13.3 (#1428)
- c771d32 chore: Bump go.mongodb.org/atlas from 0.32.0 to 0.33.0 (#1390)
- 7176072 chore: Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (#1393)
- 312bc3f chore: [Terraform] Create github action to delete projects in the test env (#1378)
- 7b0646a doc: Add example for mongodbatlas_cloud_backup_schedule to create policies for multiple clusters (#1403)
- 0f80390 doc: INTMDB-927 fixed online archive docs (#1340)
- 5667200 doc: Remove 3rd shard from 2 shard global cluster example (#1423)
- d782983 doc: Update old or broken links to the Atlas Admin API docs (#1413)
- 819be8e doc: improve cluster doc to highlith that provider_volume_type=STANDARD is not available for NVMW clusters (#1430)
- 7e0d8d7 feat: Add datasetName to storage_databases.collections.data_sources in mongodbatlas_federated_database_instance (#1439)
- 0ec0dfa feat: Improve the release process (#1380)
- b1c79d0 feat: Parameter Add: OIDC Database Users (#1382)
- 2a30752 feat: add githooks (#1373)
- 7eb0bb5 fix!: Fix tag_sets to storage_stores.read_preference in mongodbatlas_federated_database_instance (#1440)
- 5185ff1 fix: Update deprecation message to 1.12.0 (#1381)
- a6d6b04 fix: Addressed follow up comment (#1420)
- 623dcdc fix: HELP: Error: The terraform-provider-mongodbatlas_v1.11.0 plugin crashed (#1419)
- a7c4fdc fix: How do I create Organization API Key with Organization Billing Admin permission and Project Read Only for projects (#1369)
- 760f4d4 fix: Trigger resource force replacement when app id changes (#1387)
- af8d75b fix: add instructions for updates of the Atlas SDK (#1406)
- 6312735 fix: clenaup-test-env.yml (#1379)
- 544aa25 fix: cluster outage tests (#1364)
- 639014c fix: null pointer error project data source (#1377)
- b7a2763 fix: self document make (#1407)
- 4af9721 fix: typo in online archive "custom criteria" resource example (#1372)
- 40b4917 fix: update cluster labels doc to make it clear that labels are not resource tag (#1425)
- 3303fa4 fix: update issue.yml to use issue number as Ticket title (#1422)
- 13bccfd refactor: Migrate to new Atlas SDK - mongodbatlas_federated_database_instance resource (#1415)
- 317cbba revert:"fix: How do I create Organization API Key with Organization Billing Admin permission and Project Read Only for projects (#1369)" (#1416)