|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## [v1.6.1](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.6.1) (2022-12-6) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/mongodb/terraform-provider-mongodbatlas/compare/v1.6.0...v1.6.1) |
| 6 | + |
| 7 | +**Enhancements:** |
| 8 | + |
| 9 | +- INTMDB-503 - Enable Adv Cluster and Cluster to have configurable timeouts [\#951](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/951) |
| 10 | +- INTMDB-498 - Updated Prometheus Example [\#942](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/942) |
| 11 | +- INTMDB-478 - Auto-Generate Changelog [\#944](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/944) |
| 12 | + |
| 13 | +**Bug Fixes:** |
| 14 | + |
| 15 | +- INTMDB-426 - Alert Configuration -- Api Token erroneous changes [\#941](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/941) |
| 16 | +- INTMDB-434 - Fix example private endpoint called out in issue 713 [\#907](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/907) |
| 17 | +- INTMDB-438 - Cluster rename is inconsistently rejected by Terraform [\#929](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/929) |
| 18 | +- INTMDB-465 - Terraform does not wait for cluster update when creating GCP private endpoints [\#943](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/943) |
| 19 | +- INTMDB-481 - mongodbatlas_federated_settings_connected_organization customer HELP + doc bug [\#924](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/924) |
| 20 | +- INTMDB-493 - Serverless Private Endpoint Connection String Example Fix [\#940](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/940) |
| 21 | +- INTMDB-470 - Fix regional mode endpoint test [\#946](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/946) |
| 22 | +- INTMDB-484 - Skip tests for OPS GENIE and GOV [\#937](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/937) |
| 23 | +- INTMDB-384 - Test Instability around privatelink tests fix [\#895](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/895) |
| 24 | +- INTMDB-368 - Shorten test names that are too long to allow for targeting specific tests [\#932](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/932) |
| 25 | +- INTMDB-463 - Remove container_id from configurable attribute in advanced_cluster [\#931](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/931) |
| 26 | + |
| 27 | +**Closed issues:** |
| 28 | + |
| 29 | +- No documented way to get config out of third party integration [\#939](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/939) |
| 30 | +- Double checking Terraform Plan before I destroy Production [\#938](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/938) |
| 31 | +- Issue: MongoDB Atlas Plugin Failure v 1.5.0 [\#928](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/928) |
| 32 | +- MILLION\_RPU unit isn't supported by provider [\#854](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/854) |
| 33 | +- MS Teams alert support in terraform provider is missing [\#827](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/827) |
| 34 | + |
| 35 | +**Merged pull requests:** |
| 36 | + |
| 37 | +- v1.6.1 - Conditionally ignore serverless connection string changes [\#953](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/953) ([evertsd](https://github.com/evertsd)) |
| 38 | +- Swap logic for variable substitution [\#950](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/950) ([martinstibbe](https://github.com/martinstibbe)) |
| 39 | +- Fix serverless endpoint tests [\#949](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/949) ([evertsd](https://github.com/evertsd)) |
| 40 | +- Release staging v1.6.1 [\#947](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/947) ([martinstibbe](https://github.com/martinstibbe)) |
| 41 | +- Chore\(deps\): Bump github.com/gruntwork-io/terratest from 0.41.0 to 0.41.3 [\#936](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/936) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 42 | +- Serverless Endpoint Service Doc Bug [\#930](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/930) ([Zuhairahmed](https://github.com/Zuhairahmed)) |
| 43 | + |
1 | 44 | ## [v1.6.0](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.6.0) (2022-11-17)
|
2 | 45 |
|
3 | 46 | [Full Changelog](https://github.com/mongodb/terraform-provider-mongodbatlas/compare/v1.5.0...v1.6.0)
|
4 | 47 |
|
5 |
| -**NEW FEATURES:** |
6 |
| -- INTMDB-444 Termination Protection for Advanced Cluster/Cluster/Serverless Instances [\#912](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/912) |
7 |
| -- INTMDB-364 AWS/Azure Serverless Private Endpoints [\#913](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/913) |
| 48 | +**Enhancements:** |
| 49 | +- INTMDB-444 - Termination Protection for Advanced Cluster/Cluster/Serverless Instances [\#912](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/912) |
| 50 | +- INTMDB-364 - AWS/Azure Serverless Private Endpoints [\#913](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/913) |
8 | 51 |
|
9 |
| -**Merged Pull Requests** |
| 52 | +**Merged Pull Requests:** |
10 | 53 | - docs(website): fix federated_settings_org_config resource name by removing the misleading trailing s [\#908](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/908)
|
11 | 54 | - chore(github): add link to contribution guidelines in PR template [\#910](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/910#issuecomment-1310007413)
|
12 | 55 | - docs(resource/role_mapping): indent sub-elements of role_assignments [\#918](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/918)
|
|
22 | 65 |
|
23 | 66 | [Full Changelog](https://github.com/mongodb/terraform-provider-mongodbatlas/compare/v1.4.6...v1.5.0)
|
24 | 67 |
|
25 |
| -**Fixed** |
26 |
| - |
27 |
| -ENHANCEMENTS: |
28 |
| -- INTMDB-224 Support AtlasGov with Terraform [\#865](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/865) |
29 |
| -- INTMDB-314 Feature add: Add ability to upgrade shared/TENANT tiers for clusters and advanced clusters [\#874](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/874) |
30 |
| -- INTMDB-349 New AtlasGov parameter to tell the provider to use the Atlas gov base URL [\#865](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/865) |
31 |
| -- INTMDB-373 Add new notification parameters to the mongodbatlas_alert_config resource [\#883](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/883) |
32 |
| -- INTMDB-378 Document for users how to get a pre-existing container id [\#883](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/883) |
33 |
| -- INTMDB-377 Release 1.5 (both pre and then GA) [\#887](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/887) |
34 |
| -- INTMDB-394 MS Teams alert support [\#320](https://github.com/mongodb/go-client-mongodb-atlas/pull/320) |
35 |
| - |
36 |
| -BUG FIXES: |
37 |
| -- INTMDB-326 Review code/tests and docs for resource_mongodbatlas_search_index [\#891](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/891) |
38 |
| -- INTMDB-334 Determine best path forward for GCP PSC timeouts and implement [\#859](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/859) |
39 |
| -- INTMDB-370 Docs not complete for cloud_backup_snapshot_restore_job [\#870](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/870) |
40 |
| -- INTMDB-403 Update third_party_integration.markdown [\#851](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/851) |
41 |
| -- INTMDB-405 Add cluster label to advanced clusters [\#857](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/857) |
42 |
| -- INTMDB-406 MILLION_RPU unit isn't supported by provider #854 [\#854](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/854) |
| 68 | +**Enhancements:** |
| 69 | +- INTMDB-224 - Support AtlasGov with Terraform [\#865](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/865) |
| 70 | +- INTMDB-314 - Feature add: Add ability to upgrade shared/TENANT tiers for clusters and advanced clusters [\#874](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/874) |
| 71 | +- INTMDB-349 - New AtlasGov parameter to tell the provider to use the Atlas gov base URL [\#865](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/865) |
| 72 | +- INTMDB-373 - Add new notification parameters to the mongodbatlas_alert_config resource [\#883](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/883) |
| 73 | +- INTMDB-378 - Document for users how to get a pre-existing container id [\#883](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/883) |
| 74 | +- INTMDB-377 - Release 1.5 (both pre and then GA) [\#887](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/887) |
| 75 | +- INTMDB-394 - MS Teams alert support [\#320](https://github.com/mongodb/go-client-mongodb-atlas/pull/320) |
| 76 | + |
| 77 | +**Bug Fixes:** |
| 78 | +- INTMDB-326 - Review code/tests and docs for resource_mongodbatlas_search_index [\#891](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/891) |
| 79 | +- INTMDB-334 - Determine best path forward for GCP PSC timeouts and implement [\#859](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/859) |
| 80 | +- INTMDB-370 - Docs not complete for cloud_backup_snapshot_restore_job [\#870](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/870) |
| 81 | +- INTMDB-403 - Update third_party_integration.markdown [\#851](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/851) |
| 82 | +- INTMDB-405 - Add cluster label to advanced clusters [\#857](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/857) |
| 83 | +- INTMDB-406 - MILLION_RPU unit isn't supported by provider #854 [\#854](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/854) |
43 | 84 |
|
44 |
| -**Closed Issues** |
| 85 | +**Closed Issues:** |
45 | 86 | - MS Teams alert support in terraform provider is missing [\#827](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/827)
|
46 | 87 | - MILLION_RPU unit isn't supported by provider not_stale [\#854](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/854)
|
47 | 88 |
|
48 |
| -**Merged Pull Requests** |
| 89 | +**Merged Pull Requests:** |
49 | 90 | - INTMDB-378: Add link for How To Guide for existing container ID [\#883](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/883)
|
50 | 91 | - INTMDB-403: Update third_party_integration.markdown [\#851](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/851)
|
51 | 92 | - INTMDB-404: mongodbatlas_advanced_cluster doc updates [\#852](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/852)
|
|
0 commit comments