Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 09:08
· 59 commits to master since this release
e97b39e

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)