relaycorp / cloud-gateway

Infrastructure as Code and configuration for all Awala-Internet Gateways run by Relaycorp
MIT License
0 stars 1 forks source link

Bump mongodb/mongodbatlas from 1.14.0 to 1.16.0 in /environments/belgium #155

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Bumps mongodb/mongodbatlas from 1.14.0 to 1.16.0.

Release notes

Sourced from mongodb/mongodbatlas's releases.

v1.16.0

Changelog

  • 1d58027 chore: Updates CHANGELOG.md header for v1.16.0 release

v1.15.3

Changelog

  • 03b0efdb doc: Generates v1.15.3 (#2095)

v1.15.3-pre

Changelog

  • cb37bc65 (DOCSP-31554) Add an example of ignore_changes when autoscaling is enabled (#2077)
  • 63ab2292 (DOCSP-35227) Help clarify misleading resource names (private endpoint and endpoint service) (#2059)
  • 02e82742 Update README.md (#2073)
  • 92831dd7 change order (#2064)
  • 5ef72489 chore: Adds mig tests and refactor - searchindex (#2065)
  • b07a93f3 chore: Automates changing Terraform supported versions in provider documentation (#2058)
  • 1b8dd6ec chore: Bump actions/checkout from 4.1.1 to 4.1.2 (#2047)
  • a63bad27 chore: Bump github.com/aws/aws-sdk-go from 1.50.32 to 1.51.3 (#2049)
  • 880f327c chore: Bump github.com/aws/aws-sdk-go from 1.51.3 to 1.51.8 (#2088)
  • b6e05c45 chore: Bump github.com/hashicorp/hcl/v2 from 2.20.0 to 2.20.1 (#2091)
  • e2d190b8 chore: Bump github.com/mongodb-forks/digest from 1.0.5 to 1.1.0 (#2087)
  • ca0d7947 chore: Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#2048)
  • fdb4770c chore: Bump github.com/zclconf/go-cty from 1.14.3 to 1.14.4 (#2089)
  • de2a4e8b chore: Bump tj-actions/verify-changed-files (#2092)
  • c354c063 chore: Enables Github action linter and removes set terminal in release action (#2062)
  • 81f01b46 chore: Fixes Slack notification button to GH action run text (#2093)
  • e0e7a26a chore: Fixes send notification when test suite fails (#2071)
  • fc255524 chore: Follow-up to Atlas SDK upgrade (#2051)
  • c4ee6f71 chore: Removes old service from mockery (#2063)
  • 69d69da8 chore: Reuses project in tests - auditing (#2082)
  • 5148a56f chore: Reuses project in tests - project (#2078)
  • 13e4c809 chore: Reuses project in tests - project_ip_access_list (#2067)
  • febe2bee chore: Reuses project in tests for advanced_cluster resource (#2042)
  • 74687c30 chore: Reuses project in tests for cluster_outage_simulation resource (#2040)
  • 8321bfc9 chore: Reuses project in tests for cluster resource (#2036)
  • 9f958003 chore: Reuses project in tests for network_container resource (#2039)
  • 9040304d chore: Reuses project in tests for project_api_key resource (#2037)
  • d1c205a2 chore: Reuses project in tests for x509_authentication_database_user resource (#2038)
  • a9089eac chore: Send Slack message for Terraform Compatibility Matrix is executed (#2052)
  • 4db6c1c0 chore: Updates Atlas Go SDK (#2044)
  • e1cc2c0a chore: Updates Atlas Go SDK (#2074)
  • abcb609f chore: Uses mocks for unit tests in Atlas Go SDK (#2075)
  • ba0705cd doc: Fixes import command in third_party_integration doc (#2083)
  • 09dc5c6d doc: Specifies that upgrades From Replica Sets to Multi-Sharded Instances of cluster and advanced cluster might lead to error (#2080)
  • de5cfb25 doc: Updates bug report to include Terraform version support guidance (#2072)
  • db8d78e8 doc: Updates online archive resource docs (#2041)
  • 234cb7fb feat: Allows user to specify to use an existing tag for release (#2053)
  • 4aab399b fix TestAccFederatedSettingsIdentityProvidersDS_basic (#2070)
  • 39ace4eb fix: Fixes network_container resource update (#2055)
  • 717ba684 fix: Uses overwriteBackupPolicies in mongodbatlas_backup_compliance_policy to avoid overwriting non complying backup policies in updates (#2054)

... (truncated)

Changelog

Sourced from mongodb/mongodbatlas's changelog.

1.16.0 (April 29, 2024)

BREAKING CHANGES:

  • data-source/mongodbatlas_database_user: Removes password attribute (#2190)
  • data-source/mongodbatlas_database_users: Removes password attribute (#2190)
  • data-source/mongodbatlas_federated_settings_identity_provider: The only allowed format for identity_provider_id is a 24-hexadecimal digit string (#2185)
  • data-source/mongodbatlas_organizations: Removes include_deleted_orgs attribute (#2190)
  • resource/mongodbatlas_federated_settings_identity_provider: Import can only use a 24-hexadecimal digit string that identifies the IdP, idp_id, instead of okta_idp_id (#2185)
  • resource/mongodbatlas_project_api_key: Removes project_id attribute (#2190)

NOTES:

  • data-source/mongodbatlas_federated_settings_identity_providers: Deprecates page_num and items_per_page attributes. They are not being used and will not be relevant once all results are fetched internally. (#2207)
  • data-source/mongodbatlas_teams: Deprecates data source in favour of mongodbatlas_team which has the same implementation. This aligns the name of the resource with the implementation which fetches a single team. (#2208)
  • data-source/mongodbatlas_third_party_integration: Deprecates scheme attribute as it is not being used (#2216)
  • data-source/mongodbatlas_third_party_integrations: Deprecates scheme attribute as it is not being used (#2216)
  • provider: New changelog format has been incorporated following Terraform Changelog Specification (#2124)
  • resource/mongodbatlas_teams: Deprecates resource in favour of mongodbatlas_team which has the same implementation. This aligns the name of the resource with the implementation which manages a single team. (#2208)
  • resource/mongodbatlas_third_party_integration: Deprecates scheme attribute as it is not being used (#2216)

FEATURES:

  • New Data Source: data-source/mongodbatlas_push_based_log_export (#2169)
  • New Resource: resource/mongodbatlas_push_based_log_export (#2169)

ENHANCEMENTS:

  • data-source/mongodbatlas_alert_configuration: Adds integration_id attribute (#2212)
  • data-source/mongodbatlas_alert_configurations: Adds integration_id attribute (#2212)
  • data-source/mongodbatlas_backup_compliance_policy: Adds policy_item_yearly attribute (#2109)
  • data-source/mongodbatlas_cloud_backup_schedule: Adds policy_item_yearly attribute (#2109)
  • data-source/mongodbatlas_project: Adds tags attribute (#2135)
  • data-source/mongodbatlas_projects: Adds tags attribute (#2135)
  • data-source/mongodbatlas_serverless_instance: Adds auto_indexing attribute (#2100)
  • data-source/mongodbatlas_stream_connection: Reaches GA (General Availability) (#2209)
  • data-source/mongodbatlas_stream_connections: Reaches GA (General Availability) (#2209)
  • data-source/mongodbatlas_stream_instance: Reaches GA (General Availability) (#2209)
  • data-source/mongodbatlas_stream_instances: Reaches GA (General Availability) (#2209)
  • data-source/mongodbatlas_third_party_integration: New id value which can be used for referencing a third party integration (#2217)
  • data-source/mongodbatlas_third_party_integrations: New id value which can be used for referencing a third party integration (#2217)
  • resource/mongodbatlas_alert_configuration: Adds integration_id attribute (#2212)
  • resource/mongodbatlas_backup_compliance_policy: Adds policy_item_yearly attribute (#2109)
  • resource/mongodbatlas_cloud_backup_schedule: Adds policy_item_yearly attribute (#2109)
  • resource/mongodbatlas_privatelink_endpoint_service_serverless: Adds support for updating comment attribute in-place. (#2133)
  • resource/mongodbatlas_project: Adds tags attribute (#2135)
  • resource/mongodbatlas_serverless_instance: Adds auto_indexing attribute (#2100)
  • resource/mongodbatlas_stream_connection: Reaches GA (General Availability) (#2209)
  • resource/mongodbatlas_stream_instance: Reaches GA (General Availability) (#2209)
  • resource/mongodbatlas_third_party_integration: New id value which can be used for referencing a third party integration (#2217)

... (truncated)

Commits
  • 1d58027 chore: Updates CHANGELOG.md header for v1.16.0 release
  • 87851bb chore: Updates examples link in index.html.markdown for v1.16.0 release
  • 82c50f1 chore: Updates CHANGELOG.md for #2217
  • c614c50 feat: Defines id value returned from API for third_party_integration resour...
  • f16d276 chore: Updates CHANGELOG.md for #2216
  • 80427e7 refactor: Migrate to new sdk in third_party_integration, deprecate scheme att...
  • 2cc6376 chore: Defines tests in CI for third_party_integration with minor fixes (#2...
  • aba23a3 chore: Updates CHANGELOG.md for #2212
  • e72be58 feat: Adds new integration_id attribute in `mongodbatlas_alert_configuratio...
  • ba15c2e chore: Updates CHANGELOG.md for #2208
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 months ago

Superseded by #167.