Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* INTMDB-390: Upgrade to go1.19 (#1031) * Update go version references to 1.19 go mod tidy * Update CHANGELOG.md * Chore(deps): Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 (#1026) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update golangci-lint.yml * Update version and timeout --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Zuhair Ahmed <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Set SMS email from schema to carry value of boolean forward (#1029) * Add metric_threshold_config threshold_config in read provider (#1030) * INTMDB-440: Update ldap_configuration broken (#1033) * Update CHANGELOG.md * Chore(deps): Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 (#1026) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add authentication_enabled parameter to LDAPConfigurationUpdate --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Zuhair Ahmed <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * INTMDB-556: Regression in 1.8.0: mongodbatlas_third_party_integration marks "type" attribute as deprecated (#1034) * Update CHANGELOG.md * Chore(deps): Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 (#1026) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add warning for deprecated integration types --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Zuhair Ahmed <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * INTMDB-32: Add example for NVME upgrade (#1037) * Update CHANGELOG.md * Chore(deps): Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 (#1026) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add example for NVME upgrade * Update examples/atlas-cluster/nvme-upgrade/README.md Co-authored-by: Zuhair Ahmed <[email protected]> * Update examples/atlas-cluster/nvme-upgrade/README.md Co-authored-by: Zuhair Ahmed <[email protected]> * Update examples/atlas-cluster/nvme-upgrade/README.md Co-authored-by: Zuhair Ahmed <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Zuhair Ahmed <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * INTMDB-424: Add AWS and Azure serverless private link examples (#1043) * Add AWS and Azure serverless private link examples * Remove unused variable * INTMDB-560: cloud_provider_access_authorization and encryption_at_rest improvements (#1045) * Add additional logging and retries based on error code * Lint add catch error handler at end if fails after retry * Fix missing groupID * Update resource_mongodbatlas_encryption_at_rest.go * Correct import statement error handler to match docs (#1046) * INTMDB-570: ERROR: Pager Duty API key must consist of 32 hexadecimal digits (#1054) * Update codeowner to use APIx-Integrations (#1050) * Add support for retaining service key values * Fix matcher test * Update third party testing * Lint --------- Co-authored-by: Andrea Angiolillo <[email protected]> * INTMDB 508 - Configurable Timeouts for Resources dependent on Advanced Cluster IDLE (#1047) * PrivateEndpointRegionalMode now takes timeout values for CUD and respects them on waiting for advanced clusters to IDLE * Added timeouts documentation for private endpoint regional mode * provider_backup_enabled deprecated to cloud_backup (#1036) * Update CHANGELOG.md * Chore(deps): Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 (#1026) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * provider_backup_enabled deprecated to cloud_backup * replace with cloud_backup parameter --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * INTMDB-517: Event Trigger Error Handler Update (#1061) * Event Trigger Docs Update * Update event_trigger.html.markdown * Update event_triggers.html.markdown * Update codeowner to use APIx-Integrations (#1050) * Chore(deps): Bump github.com/gruntwork-io/terratest (#1051) Bumps [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) from 0.41.9 to 0.41.10. - [Release notes](https://github.com/gruntwork-io/terratest/releases) - [Commits](gruntwork-io/terratest@v0.41.9...v0.41.10) --- updated-dependencies: - dependency-name: github.com/gruntwork-io/terratest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Chore(deps): Bump github.com/hashicorp/hcl/v2 from 2.15.0 to 2.16.0 (#1055) Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) from 2.15.0 to 2.16.0. - [Release notes](https://github.com/hashicorp/hcl/releases) - [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md) - [Commits](hashicorp/hcl@v2.15.0...v2.16.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/hcl/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update resource_mongodbatlas_event_trigger.go --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Zuhair Ahmed <[email protected]> Co-authored-by: Andrea Angiolillo <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * INTMDB-571: POST Create Access List Entries for One Organization API Key endpoint supports list, but Terraform does not (#1065) * Add example for multiple IP and CIDR blocks * Tidy up variables * Update examples/atlas-ip-access-list/main.tf Co-authored-by: Zuhair Ahmed <[email protected]> * Update examples/atlas-ip-access-list/main.tf Co-authored-by: Zuhair Ahmed <[email protected]> --------- Co-authored-by: Zuhair Ahmed <[email protected]> * INTMDB-572: HELP-42215 - PATCH Update Advanced Configuration Options for One Cluster / Advance Cluster (#1066) * improve detection of empty struct * Make cluster update when actual changes are present * Update alert_configuration.html.markdown (#1068) * Update access_list_api_key.html.markdown (#1058) * Update alert_configuration.html.markdown * Update website/docs/r/alert_configuration.html.markdown * Doc Clean Up Cloud Provider Access (#1035) * Update CHANGELOG.md * Chore(deps): Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 (#1026) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Doc Clean Up Cloud Provider Access * Update cloud_provider_access.markdown --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update project_api_key.html.markdown (#1044) * Update project_api_key.html.markdown Remove spare bracket * Update project_api_key.html.markdown Indent * typo in readme (#1073) * Update access_list_api_key.html.markdown (#1058) * typo in readme * INTMDB-600: Add support for conditional timeout for search index build (#1077) * Update access_list_api_key.html.markdown (#1058) * Add support for conditional timeout for search index build * fix lint --------- Co-authored-by: Zuhair Ahmed <[email protected]> * Trigger index rebuild on cluster or project change (#1078) * Improved encryption at rest example (#1060) * create key in KMS and restrict IAM policy to key * added readme * removed other encryption examples as they're redundant * fixed formatting * INTMDB-410: PrivateLink Endpoint Examples + Documentation Cleanup (#1082) * Clarified examples and documentation around using privatelink endpoints and getting connection strings in a single terraform apply on clusters/serverless instances * fixed tflint failure * Updated serverless-instance to provide more clarity on outputting connection strings * Update .github_changelog_generator * Update CHANGELOG.md --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Zuhair Ahmed <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrea Angiolillo <[email protected]> Co-authored-by: Dosty Everts <[email protected]> Co-authored-by: Thomas Victoria <[email protected]> Co-authored-by: robbertkauffman <[email protected]>
- Loading branch information