Skip to content

v0.0.21

Choose a tag to compare

@ethanndickson ethanndickson released this 13 Jul 11:46
42f21d5

What's Changed

  • Fix coderd_ai_provider producing a cryptic error when Bedrock role_arn is set against an older server — On Coder servers older than v2.35.0 the server silently drops role_arn, which surfaced as Provider produced inconsistent result after apply … inconsistent values for sensitive attribute. Apply now fails with a clear, actionable message telling you to upgrade Coder or remove role_arn. Fixes #387. (#389)

  • Fix spurious post-apply inconsistency on coderd_ai_provider Bedrock settings — Empty Bedrock settings strings returned by the server are now mapped back to null, so omitting an optional field no longer trips the plan/state consistency check. (#384)

  • Make versions optional on coderd_template — Templates can now be managed without declaring versions. (#383)

  • Expose the server-generated Bedrock external_id on coderd_ai_provider — Computed STS external ID for role_arn assume-role trust policies. Populates only on Coder v2.36.0 or later; null on older servers. (#382)

Full Changelog: v0.0.20...v0.0.21