Skip to content

Bump mongodb/mongodbatlas from 1.14.0 to 1.15.3 #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps mongodb/mongodbatlas from 1.14.0 to 1.15.3.

Release notes

Sourced from mongodb/mongodbatlas's releases.

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)
  • 7ec51b71 mig.ProjectIDGlobal (#2068)
  • 025bacb8 refactor: Uses mocks on admin.APIClient for Project+Teams+ClustersAPIs instead of custom service (#2045)
  • 9229ae44 refactor: Uses mocks on admin.APIClient instead of custom ClusterService (#2056)
  • e11ab1a4 remove RS from test names (#2046)

... (truncated)

Changelog

Sourced from mongodb/mongodbatlas's changelog.

v1.15.3 (2024-03-27)

Full Changelog

Bug Fixes

  • fix: Fixes network_container resource update #2055 (lantoli)
  • fix: Uses overwriteBackupPolicies in mongodbatlas_backup_compliance_policy to avoid overwriting non complying backup policies in updates #2054 (maastha)

Internal Improvements

  • chore: Allows user to specify to use an existing tag for release #2053 (maastha)
  • chore: Fixes Slack notification button to GH action run text #2093 (oarbusi)
  • doc: Fixes import command in mongodbatlas_third_party_integration doc #2083 (zach-carr)
  • chore: Reuses project in tests - mongodbatlas_auditing #2082 (lantoli)
  • test: Converting a test case to a migration test #2081 (EspenAlbert)
  • doc: Specifies that upgrades From Replica Sets to Multi-Sharded Instances of mongodbatlas_cluster and mongodbatlas_advanced_cluster might lead to error #2080 (oarbusi)
  • chore: Reuses project in tests - mongodbatlas_project #2078 (lantoli)
  • doc: Adds an example using ignore_changes when autoscaling is enabled #2077 (zach-carr)
  • chore: Uses mocks for unit tests in Atlas Go SDK #2075 (lantoli)
  • chore: Updates Atlas Go SDK #2074 (github-actions[bot])
  • doc: Improve Readme Requirements to point to section in HashiCorp Registry Docs #2073 (Zuhairahmed)
  • doc: Updates bug report to include Terraform version support guidance #2072 (maastha)
  • chore: Fixes send notification when test suite fails #2071 (oarbusi)
  • chore: Fixes federated test #2070 (lantoli)
  • chore: Follow up to use global mig project in tests #2068 (lantoli)
  • chore: Reuses project in tests - mongodbatlas_project_ip_access_list #2067 (lantoli)
  • chore: Adds mig tests and refactor - mongodbatlas_search_index #2065 (lantoli)
  • chore: Corrects order of checks in data_source_federated_settings_identity_providers_test #2064 (oarbusi)
  • chore: Removes old service from mockery #2063 (EspenAlbert)
  • chore: Enables Github action linter and removes set terminal in release action #2062 (lantoli)
  • chore: Allows MONGODB_ATLAS_PROJECT_ID for local executions #2060 (lantoli)
  • doc: Clarifies private endpoint resource docs #2059 (zach-carr)
  • chore: Automates changing Terraform supported versions in provider documentation #2058 (maastha)
  • test: Enables simulation of cloud-dev using hoverfly in alert configuration acceptance tests #2057 (AgustinBettati)
  • refactor: Uses mocks on admin.APIClient instead of custom ClusterService #2056 (EspenAlbert)
  • chore: Send Slack message for Terraform Compatibility Matrix is executed #2052 (oarbusi)
  • chore: Follow-up to Atlas SDK upgrade #2051 (lantoli)
  • chore: Fixes test names for mongodbatlas_network_container resource #2046 (lantoli)
  • refactor: Uses mocks on admin.APIClient for Project+Teams+ClustersAPIs instead of custom service #2045 (EspenAlbert)
  • chore: Updates Atlas Go SDK #2044 (github-actions[bot])
  • test: Mocks the EncryptionAtRestUsingCustomerKeyManagementApi instead of using custom service #2043 (EspenAlbert)
  • chore: Reuses project in tests for mongodbatlas_advanced_cluster resource #2042 (lantoli)
  • doc: Updates online archive resource docs #2041 (zach-carr)
  • chore: Reuses project in tests for mongodbatlas_cluster_outage_simulation resource #2040 (lantoli)
  • chore: Reuses project in tests for mongodbatlas_network_container resource #2039 (lantoli)
  • chore: Reuses project in tests for mongodbatlas_x509_authentication_database_user resource #2038 (lantoli)
  • chore: Reuses project in tests for mongodbatlas_project_api_key resource #2037 (lantoli)
  • chore: Reuses project in tests for mongodbatlas_cluster resource #2036 (lantoli)
  • chore: Bump tj-actions/verify-changed-files from 843c0b95f87cd81a2efe729380c6d1f11fb3ea12 to 1e517a7f5663673148ceb7c09c1900e5af48e7a1 #2092 (dependabot[bot])

... (truncated)

Commits
  • 03b0efd doc: Generates v1.15.3 (#2095)
  • fdb4770 chore: Bump github.com/zclconf/go-cty from 1.14.3 to 1.14.4 (#2089)
  • e2d190b chore: Bump github.com/mongodb-forks/digest from 1.0.5 to 1.1.0 (#2087)
  • b6e05c4 chore: Bump github.com/hashicorp/hcl/v2 from 2.20.0 to 2.20.1 (#2091)
  • de2a4e8 chore: Bump tj-actions/verify-changed-files (#2092)
  • 880f327 chore: Bump github.com/aws/aws-sdk-go from 1.51.3 to 1.51.8 (#2088)
  • e8215b2 test: Converting a test case to a migration test (#2081)
  • 81f01b4 chore: Fixes Slack notification button to GH action run text (#2093)
  • 09dc5c6 doc: Specifies that upgrades From Replica Sets to Multi-Sharded Instances of ...
  • ba0705c doc: Fixes import command in third_party_integration doc (#2083)
  • 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 <dependency name> 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)

Bumps [mongodb/mongodbatlas](https://github.com/mongodb/terraform-provider-mongodbatlas) from 1.14.0 to 1.15.3.
- [Release notes](https://github.com/mongodb/terraform-provider-mongodbatlas/releases)
- [Changelog](https://github.com/mongodb/terraform-provider-mongodbatlas/blob/master/CHANGELOG.md)
- [Commits](mongodb/terraform-provider-mongodbatlas@v1.14.0...v1.15.3)

---
updated-dependencies:
- dependency-name: mongodb/mongodbatlas
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants