From 4980e14f68bad944217578d9d7a75d3b70995a50 Mon Sep 17 00:00:00 2001 From: PacoDw <__pm@outlook.com> Date: Tue, 14 Jul 2020 09:55:45 -0500 Subject: [PATCH 1/2] chore: updated changelog v0.6.2 --- CHANGELOG.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d98ae92287..23c3796205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,25 @@ -## 0.7.0 (Unreleased) +## 0.6.2 (Unreleased) + +**Implemented enhancements:** +- Updated go version to v1.14 [\#260](https://github.com/terraform-providers/terraform-provider-mongodbatlas/pull/260) ([PacoDw](https://github.com/PacoDw)) +- Added project\_ip\_whitelist datasource [\#254](https://github.com/terraform-providers/terraform-provider-mongodbatlas/pull/254) ([gmlp](https://github.com/gmlp)) +- Added team datasource add team name option [\#253](https://github.com/terraform-providers/terraform-provider-mongodbatlas/pull/253) ([gmlp](https://github.com/gmlp)) +- Added golangci configuration and travis fix [\#248](https://github.com/terraform-providers/terraform-provider-mongodbatlas/pull/248) ([PacoDw](https://github.com/PacoDw)) + + +**Fixed bugs:** + +- Adding 16 whitelist entries at the same time causes an error [\#252](https://github.com/terraform-providers/terraform-provider-mongodbatlas/issues/252) +- Cannot re-apply config when M2/M5 `disk\_size\_gb` is specified incorrectly [\#115](https://github.com/terraform-providers/terraform-provider-mongodbatlas/issues/115) +- accepter\_region\_name not required for AWS on read/import/update [\#53](https://github.com/terraform-providers/terraform-provider-mongodbatlas/issues/53) +- Fix resource/project\_ip\_whitelist - modify ip whitelist entry validation and fix acctests [\#257](https://github.com/terraform-providers/terraform-provider-mongodbatlas/pull/257) ([marinsalinas](https://github.com/marinsalinas)) + +**Merged pull requests:** + +- Fixed auto scaling attributes [\#255](https://github.com/terraform-providers/terraform-provider-mongodbatlas/pull/255) ([PacoDw](https://github.com/PacoDw)) +- Fixed fixes \#115 issue with disk size for shared tiers [\#251](https://github.com/terraform-providers/terraform-provider-mongodbatlas/pull/251) ([gmlp](https://github.com/gmlp)) +- Updated the name of module client mongodb atlas [\#244](https://github.com/terraform-providers/terraform-provider-mongodbatlas/pull/244) ([coderGo93](https://github.com/coderGo93)) +- Fixed \#53 accepter\_region\_name not required for AWS on read/import/update [\#242](https://github.com/terraform-providers/terraform-provider-mongodbatlas/pull/242) ([gmlp](https://github.com/gmlp)) ([PacoDw](https://github.com/PacoDw)) ## 0.6.1 (June 18, 2020) From 41dc5069ca07cedb69acaaa3991db8b7228dac07 Mon Sep 17 00:00:00 2001 From: PacoDw <__pm@outlook.com> Date: Tue, 14 Jul 2020 12:17:44 -0500 Subject: [PATCH 2/2] chore: added missing issue --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23c3796205..16cc0fa584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ **Fixed bugs:** - Adding 16 whitelist entries at the same time causes an error [\#252](https://github.com/terraform-providers/terraform-provider-mongodbatlas/issues/252) +- Error when create or import cluster - panic: runtime error: invalid memory address or nil pointer dereference [\#243](https://github.com/terraform-providers/terraform-provider-mongodbatlas/issues/243) - Cannot re-apply config when M2/M5 `disk\_size\_gb` is specified incorrectly [\#115](https://github.com/terraform-providers/terraform-provider-mongodbatlas/issues/115) - accepter\_region\_name not required for AWS on read/import/update [\#53](https://github.com/terraform-providers/terraform-provider-mongodbatlas/issues/53) - Fix resource/project\_ip\_whitelist - modify ip whitelist entry validation and fix acctests [\#257](https://github.com/terraform-providers/terraform-provider-mongodbatlas/pull/257) ([marinsalinas](https://github.com/marinsalinas)) @@ -332,4 +333,4 @@ Update database\_user.html.markdown [\#98](https://github.com/terraform-provider ## 0.1.0 (August 19, 2019) -Initial Release +Initial Release \ No newline at end of file