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_failovermongodbatlas_ai_model_api_keymongodbatlas_ai_model_rate_limitmongodbatlas_metric_integrationmongodbatlas_cloud_backup_collection_restore_jobmongodbatlas_encryption_at_rest resource(restored in this version, silenced out before due to incompatibilities)
Fixes
-
Add a safe fallback to
encodedStateGetExternalNameFnwhich might poisonGetIDFn: whenexternalNameKeywasn'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_serviceto 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 🚀
- @jonasz-lasut made their first contribution in #171
- @RoniKha made their first contribution in #173
Full Changelog: v1.3.1...v1.4.1