Skip to content

chore: Updates Atlas Go SDK #3208

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 46 commits into
base: CLOUDP-306813_gha_file_changes
Choose a base branch
from

Conversation

svc-apix-Bot
Copy link
Collaborator

Automatic update for MongoDB Atlas Go Client SDK

@svc-apix-Bot svc-apix-Bot requested a review from a team as a code owner March 25, 2025 15:58
svc-apix-Bot and others added 2 commits March 25, 2025 15:59
* use GHA mongodb/apix-action/verify-changed-files

* don't detect changes
An error occurred while trying to automatically change base from CLOUDP-306813_gha_file_changes to master March 25, 2025 16:26
dependabot bot and others added 12 commits March 26, 2025 08:04
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@f111f33...0aaccfd)

---
updated-dependencies:
- dependency-name: actions/setup-go
  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>
…cific project (#3211)

* check set

* flex project removal

* keep mongo_db_version unknown

* remove version from update

* pr suggestion
* use GHA mongodb/apix-action/verify-changed-files

* don't detect changes

* build(deps): bump go.mongodb.org/atlas-sdk

* pin previous version of alert config

* search deployment handling

---------

Co-authored-by: Leo Antoli <[email protected]>
Co-authored-by: wtrocki <[email protected]>
Co-authored-by: Oriol Arbusi <[email protected]>
* fix path

* typo DeprecationSharedTier

* fix links
* remove references to vars.TF_VERSION_LATEST

* TEMPORARY: simulate new TF version to test changes

* Revert "TEMPORARY: simulate new TF version to test changes"

This reverts commit 00831bb.
* default_read_concern

* default_write_concern

* 6 to 6.0

* fail_index_key_too_long

* TLS1_3

* update resources

* cluster resource
* global_cluster_config

* project

* sync doc and code

* Update internal/service/globalclusterconfig/resource_global_cluster_config.go

Co-authored-by: John Williams <[email protected]>

* rename deprecationOldSchemaAction to deprecationOldShardingSchemaAction

* add comment in deprecations

---------

Co-authored-by: John Williams <[email protected]>
* update version to 2.0.2

* golangci-lint migrate

* update GHA

* update comments

* fix linter

* simplify config
* chore: Update Terraform setup in unit tests for improved test performance and stability

* chore: Update Terraform version in code-health.yml
Copy link
Contributor

This PR has gone 7 days without any activity and meets the project’s definition of "stale". This will be auto-closed if there is no new activity over the next 7 days. If the issue is still relevant and active, you can simply comment with a "bump" to keep it open, or add the label "not_stale". Thanks for keeping our repository healthy!

@github-actions github-actions bot added the stale label Mar 31, 2025
oarbusi and others added 3 commits March 31, 2025 14:48
… and data sources (#3229)

* use latest sdk for alertconfiguration

* rename

* move ds tests to resource_test

* combine DS and RS tests as suggested in PR review
@svc-apix-Bot svc-apix-Bot requested a review from a team as a code owner April 1, 2025 08:40
@github-actions github-actions bot removed the stale label Apr 2, 2025
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases)
- [Commits](crazy-max/ghaction-import-gpg@cb9bde2...e89d409)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-import-gpg
  dependency-version: 6.3.0
  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>
svc-apix-Bot and others added 6 commits April 4, 2025 12:19
* build(deps): bump go.mongodb.org/atlas-sdk

* handle breaking changes in latest SDK version

* fix unit test

* fix unit test

* fixes

* revert changes in search index

* dereference fields now that it's a pointer

---------

Co-authored-by: oarbusi <[email protected]>
Co-authored-by: Oriol Arbusi <[email protected]>
* feat: Supports configuring BYOK encryption on search nodes (#3142)

* use SDK preview in encryption_at_rest

* changelog

* Revert "use SDK preview in encryption_at_rest"

This reverts commit 609c9dc.

* trigger change in EAR

* Revert "trigger change in EAR"

This reverts commit 15794dd.

* Reapply "use SDK preview in encryption_at_rest"

This reverts commit 1c2db30.

* TEMPORARY: send enabled_for_search_nodes = true

* finish resource implementation and tests

* data source implementation and test

* doc update

* default and refactor test

* remove old migration test

* default value in resource

* unit test

---------

Co-authored-by: Oriol Arbusi <[email protected]>

* feat: Adds `encryption_at_rest_provider` to `mongodbatlas_search_deployment` resource and data source (#3152)

* use preview

* add encryption_at_rest_provider computed attribute

* remove check

* dosc

* rename files

* move adv_cluster config out of resources

* fix config

* project id

* add TODO to version

* doc: Updates examples with newly added attributes to `mongodbatlas_search_deployment` and `mongodbatlas_encryption_at_rest` (#3174)

* add new attribute to the example

* examples updates

* nit: end with new line

* fix tf validate

* todos

* PR suggestions + test failure

---------

Co-authored-by: Leo Antoli <[email protected]>
EspenAlbert and others added 14 commits April 8, 2025 16:16
… support returning early after an update (#3237)

* init

* refactor: Rename schema to skip_wait_on_update

* lint fixes

* doc: Updates description of skip_wait_on_update

* chore: Add changelog entry for skip_wait_on_update enhancement

* revert: `extraTargetStates ...string` approach

* refactor: use the skipWaitOnUpdate directly to avoid the WaitSearchNodeStateTransition

* test: Check skip_wait_on_update

* Update resource_search_deployment.go

* update changelog

* doc: Adds import note

* refactor: use OverridenFields

* test: Use ProjectIDExecutionWithCluster

* doc: Update attribute description

* refactor: revert back migration test to use `MONGODB_ATLAS_PROJECT_EAR_PE_AWS_ID`

---------

Co-authored-by: rpabasara <[email protected]>
Co-authored-by: ridmagroupby <[email protected]>
…atures and resources (#3260)

* doc: Adds upgrade guide for MongoDB Atlas Provider 1.32.0 with new features and resources

* doc: Add link to the mongodbatlas_search_deployment resource

* doc: Add resource policy description to changelog

* apply suggestion

* apply suggestions
Bumps [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/jarcoal/httpmock/releases)
- [Commits](jarcoal/httpmock@v1.3.1...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/jarcoal/httpmock
  dependency-version: 1.4.0
  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>
* remove exceptions in tests

* remove exceptions in prod code

* ToTFMapOfString

* fix MarshalYAML

* JoinQuotedStrings

* Revert "fix MarshalYAML"

This reverts commit a2be534.

* revert http_mocker changes

* AllowOutOfOrder doc

* fix linter
…me selected processArgs fields from the createCluster/updateCluster APIs (#3231)
…tabase_metrics` for Datadog integrations in `mongodbatlas_third_party_integration` (#3259)
Copy link
Contributor

This PR has gone 7 days without any activity and meets the project’s definition of "stale". This will be auto-closed if there is no new activity over the next 7 days. If the issue is still relevant and active, you can simply comment with a "bump" to keep it open, or add the label "not_stale". Thanks for keeping our repository healthy!

@github-actions github-actions bot added the stale label Apr 14, 2025
lantoli and others added 3 commits April 14, 2025 20:58
* redacted

* use YOUR... for credential variables

* more changes

* account id

* remove YOUR_

* <AWS_KEY_ID> -> <AWS_ACCESS_KEY_ID>
* doc: Add link to multi-region private endpoint troubleshooting

* MS feedback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants