-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into CLOUDP-278652_use_schemas
* master: (35 commits) build(deps): bump go.mongodb.org/atlas-sdk (#2763) chore: Updates Atlas Go SDK (#2748) rename workflow (#2761) chore: Automatically updates Terraform version used in repository and test-suite (#2755) chore: Bump actions/checkout from 4.2.1 to 4.2.2 (#2752) chore: Bump tj-actions/verify-changed-files (#2751) chore: Bump github.com/pb33f/libopenapi from 0.18.1 to 0.18.6 (#2750) chore: Bump actions/setup-go from 5.0.2 to 5.1.0 (#2753) chore: Bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0 (#2754) chore: Support computability override in schema generation config (#2743) chore: Updates CHANGELOG.md header for v1.21.4 release chore: Updates examples link in index.md for v1.21.4 release chore: Updates CHANGELOG.md for #2737 fix: Fixes change assigments in `mongodbatlas_project_api_key` (#2737) build(deps): bump go.mongodb.org/atlas-sdk (#2745) chore: Updates CHANGELOG.md for #2740 fix: Adds new attribute `results` and deprecates `resource_policies` for `mongodbatlas_resource_policies` data source (#2740) check cluster creation times (#2728) chore: Unify file name for plural data source schema (#2739) chore: Updates CHANGELOG.md header for v1.21.3 release ...
- Loading branch information
Showing
278 changed files
with
4,584 additions
and
953 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:bug | ||
resource/mongodbatlas_search_deployment: Fixes inconsistent result for a multi-region cluster that always uses a single spec. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
```release-note:bug | ||
resource/mongodbatlas_project: Avoids error when user doesn't have project owner permission | ||
``` | ||
|
||
```release-note:bug | ||
data-source/mongodbatlas_project: Avoids error when user doesn't have project owner permission | ||
``` | ||
|
||
```release-note:bug | ||
data-source/mongodbatlas_projects: Avoids error when user doesn't have project owner permission | ||
``` | ||
|
||
```release-note:note | ||
resource/mongodbatlas_project: Deprecates `is_slow_operation_thresholding_enabled`. Attribute will be supported in a separate resource as it requires different set of permissions | ||
``` | ||
|
||
```release-note:note | ||
data-source/mongodbatlas_project: Deprecates `is_slow_operation_thresholding_enabled`. Attribute will be supported in a separate data source as it requires different set of permissions | ||
``` | ||
|
||
```release-note:note | ||
data-source/mongodbatlas_projects: Deprecates `is_slow_operation_thresholding_enabled`. Attribute will be supported in a separate data source as it requires different set of permissions | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:bug | ||
resource/mongodbatlas_project_api_key: Validates `project_id` are unique across `project_assignment` blocks and fixes update issues with error `API_KEY_ALREADY_IN_GROUP` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
```release-note:enhancement | ||
data-source/mongodbatlas_resource_policies: Adds `results` attribute | ||
``` | ||
|
||
```release-note:note | ||
data-source/mongodbatlas_resource_policies: Deprecates `resource_policies` attribute | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.