This will be the last release in the v0.x
series. We plan to squash as many bugs as possible and proceed with v1.0.0
after that.
Full Changelog
Implemented enhancements:
- Not able to GetClusterCredentials using cross account #46
- redshift_grant resource does not support granting privileges to users #23
Fixed bugs:
- non-unique ids in redshift_grant possible #43
- Issue with revoking privileges while droping user #35
Removed:
- Remove previously deprecated redshift_privilege resource #54 (winglot)
Merged pull requests:
- Update documentation with recent changes #55 (winglot)
- Support for users in redshift_default_privileges resources #53 (winglot)
- Support for users in redshift_grant resource #52 (winglot)
- Fixed non-unique ids in redshift_grant possible #51 (rg00d)