Skip to content

v1.4.1

Latest

Choose a tag to compare

@fernandezcuesta fernandezcuesta released this 09 Sep 09:46
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.
7058dea

What's Changed

Performance and maintenance

This release updates crossplane-runtime to v2.4.0 and consumes performance improvements (by @jonasz-lasut in #171).

Besides that, it bumps up crossplane-tools, grpc and other dependencies.

Upgrades

The upstream Terraform provider has been upgraded to v2.17.0, and those new resources are configured:

  • mongodbatlas_stream_connection_failover
  • mongodbatlas_ai_model_api_key
  • mongodbatlas_ai_model_rate_limit
  • mongodbatlas_metric_integration
  • mongodbatlas_cloud_backup_collection_restore_job
  • mongodbatlas_encryption_at_rest resource (restored in this version, silenced out before due to incompatibilities)

Fixes

  • Add a safe fallback to encodedStateGetExternalNameFn which might poison GetIDFn: when externalNameKey wasn't found in decoded state, it returned the full encoded state ID as the external name. This poisoned downstream GetIDFn (double-encoded garbage in state) and GetImportIDFn (base64 key:value pairs in plain import string). Before, this could lead to the Atlas API receiving base64 fragments instead of real IDs.

  • Properly configure mongodbatlas_privatelink_endpoint_service to ignore endpoints and private_endpoint_ip_address fields on late initialize.

Other

  • docs(examples): use public_key/private_key in ProviderConfig credentials by @RoniKha in #173
  • ci: open a PR when the readme needs to be changed by @fernandezcuesta in #149
  • chore(ci): Bump actions/setup-go from 6.5.0 to 7.0.0 by @dependabot[bot] in #151
  • chore(ci): Bump docker/login-action from 4.4.0 to 4.6.0 by @dependabot[bot] in #162
  • chore(ci): Bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in #159
  • chore(ci): Bump docker/setup-buildx-action from 4.2.0 to 4.3.0 by @dependabot[bot] in #167
  • chore(ci): Bump docker/setup-qemu-action from 4.2.0 to 4.3.0 by @dependabot[bot] in #170
  • chore(ci): Bump fkirc/skip-duplicate-actions from 5.3.1 to 5.3.2 by @dependabot[bot] in #152

New Contributors 🚀

Full Changelog: v1.3.1...v1.4.1