|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [v1.4.0](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.4.0) (2022-07-5) |
| 4 | +**Closed issues:** |
| 5 | + |
| 6 | +Note: the binary executable for windows/arm64 is not available for this release. Next release will include. |
| 7 | +- Fix for Add support for cloud export backup to mongodbatlas_cloud_backup_schedule [\#740](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/740) |
| 8 | +- Feature Add: Update the project resource with new settings [\#741](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/741) |
| 9 | +- Fix for Potential bug when disabling auditing [\#705](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/705) |
| 10 | +- Feature Add: Prometheus and Microsoft Team to the Third Party Integration Settings [\#706](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/706) |
| 11 | +- Fix for Correct import function for snapshot export bucket #714 [\#715](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/715) |
| 12 | +- Fix for Add support for schema migration [\#717](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/717) |
| 13 | +- Feature Add: Prometheus and Microsoft Team to the Third Party Integration Settings |
| 14 | +- Fix for Cannot import export bucket - bad state id encoding [\#708](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/708) |
| 15 | +- Error missing expected { when updating the provider [\#697](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/697) |
| 16 | + |
| 17 | +**Merged pull requests:** |
| 18 | + |
| 19 | +- INTMDB-321: Add support for cloud export backup to mongodbatlas_cloud_backup_schedule [\#740](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/740) ([martinstibbe](https://github.com/martinstibbe)) |
| 20 | +- INTMDB-313: Update the project resource with new settings [\#741](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/741) ([martinstibbe](https://github.com/martinstibbe)) |
| 21 | +- INTMDB-301: Feature add: Add support for management of federated authentication configuration [\#742](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/742) ([martinstibbe](https://github.com/martinstibbe)) |
| 22 | +- INTMDB-307: Add Regionalized Private Endpoint Settings [\#718](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/718) ([evertsd](https://github.com/evertsd)) |
| 23 | +- INTMDB-310: Potential bug when disabling auditing [\#705](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/705) ([martinstibbe](https://github.com/martinstibbe)) |
| 24 | +- INTMDB-311: Feature Add: Prometheus and Microsoft Team to the Third Party Integration Settings [\#706](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/706) ([martinstibbe](https://github.com/martinstibbe)) |
| 25 | +- INTMDB-315: Correct import function for snapshot export bucket [\#715](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/715) ([martinstibbe](https://github.com/martinstibbe)) |
| 26 | +- INTMDB-309: Add support for schema migration [\#717](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/717) ([martinstibbe](https://github.com/martinstibbe)) |
| 27 | + |
| 28 | +[Full Changelog](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.3.1...v1.4.0) (2022-07-06) |
3 | 29 | ## [v1.4.0-pre.1](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.4.0-pre.1) (2022-06-29)
|
4 | 30 | **Closed issues:**
|
5 | 31 |
|
6 | 32 | Note: the binary executable for windows/arm64 is not available for this release. Next release will include.
|
7 |
| -Fix for Add support for cloud export backup to mongodbatlas_cloud_backup_schedule (#740) |
8 |
| -Feature Add: Update the project resource with new settings (#741) |
9 |
| -Feature Add: Feature add: Add support for management of federated authentication configuration |
10 |
| -Feature Add: Add Regionalized Private Endpoint Settings |
11 |
| -Fix for Potential bug when disabling auditing #705 |
12 |
| -Feature Add: Prometheus and Microsoft Team to the Third Party Integration Settings #706 |
13 |
| -Fix for Correct import function for snapshot export bucket #714 #715 |
14 |
| -Fix for Add support for schema migration #717 |
15 |
| -Feature Add: Prometheus and Microsoft Team to the Third Party Integration Settings |
16 |
| -Fix for Cannot import export bucket - bad state id encoding #708 |
17 |
| -Error missing expected { when updating the provider #697 |
| 33 | +- Fix for Add support for cloud export backup to mongodbatlas_cloud_backup_schedule [\#740](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/740) |
| 34 | +- Feature Add: Update the project resource with new settings [\#741](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/741) |
| 35 | +- Fix for Potential bug when disabling auditing [\#705](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/705) |
| 36 | +- Feature Add: Prometheus and Microsoft Team to the Third Party Integration Settings [\#706](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/706) |
| 37 | +- Fix for Correct import function for snapshot export bucket #714 [\#715](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/715) |
| 38 | +- Fix for Add support for schema migration [\#717](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/717) |
| 39 | +- Feature Add: Prometheus and Microsoft Team to the Third Party Integration Settings |
| 40 | +- Fix for Cannot import export bucket - bad state id encoding [\#708](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/708) |
| 41 | +- Error missing expected { when updating the provider [\#697](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/697) |
18 | 42 |
|
19 | 43 | **Merged pull requests:**
|
20 | 44 |
|
21 |
| -INTMDB-321: Add support for cloud export backup to mongodbatlas_cloud_backup_schedule (#740) |
22 |
| -INTMDB-313: Update the project resource with new settings (#741) |
23 |
| -INTMDB-301: Feature add: Add support for management of federated authentication configuration |
24 |
| -INTMDB-307: Add Regionalized Private Endpoint Settings |
25 |
| -INTMDB-310: Potential bug when disabling auditing #705 |
26 |
| -INTMDB-311: Feature Add: Prometheus and Microsoft Team to the Third Party Integration Settings #706 |
27 |
| -INTMDB-315: Correct import function for snapshot export bucket #714 #715 |
28 |
| -INTMDB-309: Add support for schema migration #717 |
| 45 | +- INTMDB-321: Add support for cloud export backup to mongodbatlas_cloud_backup_schedule [\#740](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/740) ([martinstibbe](https://github.com/martinstibbe)) |
| 46 | +- INTMDB-313: Update the project resource with new settings [\#741](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/741) ([martinstibbe](https://github.com/martinstibbe)) ([martinstibbe](https://github.com/martinstibbe)) |
| 47 | +- INTMDB-301: Feature add: Add support for management of federated authentication configuration [\#742](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/742) ([martinstibbe](https://github.com/martinstibbe)) |
| 48 | +- INTMDB-307: Add Regionalized Private Endpoint Settings [\#718](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/718) ([evertsd](https://github.com/evertsd)) |
| 49 | +- INTMDB-310: Potential bug when disabling auditing [\#705](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/705) ([martinstibbe](https://github.com/martinstibbe)) |
| 50 | +- INTMDB-311: Feature Add: Prometheus and Microsoft Team to the Third Party Integration Settings [\#706](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/706) ([martinstibbe](https://github.com/martinstibbe)) |
| 51 | +- INTMDB-315: Correct import function for snapshot export bucket [\#715](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/715) ([martinstibbe](https://github.com/martinstibbe)) |
| 52 | +- INTMDB-309: Add support for schema migration [\#717](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/717) ([martinstibbe](https://github.com/martinstibbe)) |
| 53 | + |
| 54 | +[Full Changelog](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.3.1...v1.4.0-pre.1) (2022-07-06) |
29 | 55 | ## [v1.3.1-pre.1](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.3.1-pre.1) (2022-02-23)
|
30 | 56 |
|
31 | 57 | **Closed issues:**
|
|
0 commit comments