The release includes some bug fixes, adding a new family provider provider-aws-identitystore
, adding new resources, and updates to dependencies, with the most significant ones detailed below.
- Support for new resources:
Group.identitystore
,GroupMembership.identitystore
,User.identitystore
,CustomerManagedPolicyAttachment.ssoadmin
,InstanceAccessControlAttributes.ssoadmin
andPermissionsBoundaryAttachment.ssoadmin
- Fixed the limitation of assumeRoleChain configs for the new TF-SDK based AWS provider (v0.44.0 onwards), reported in issue #998. Arbitrary lengths of role chains are supported.
- Refactored getAWSConfig calls in the external client code to make single call per connect, reducing the AWS STS calls. Remedies the issues reported in #997
What's Changed
- Update alpine Docker tag to v3.18.5 by @renovate in #996
- fix(late-init): Lambda Permission: statement_id_prefix late initialization problem by @haarchri in #1004
- Update actions/setup-go action to v5 by @renovate in #1012
- Add full support for SSO resources by @mbbush in #928
- handle assumeRoleChain config with length > 1 in no-fork clients by @erhancagirici in #1002
- Update alpine Docker tag to v3.19.0 by @renovate in #1016
- refactor external client to make single getAWSConfig call per connect by @erhancagirici in #1003
Full Changelog: v0.45.0...v0.46.0