Skip to content

Latest commit

 

History

History
165 lines (94 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

165 lines (94 loc) · 10.2 KB

Changelog

v0.6.0 (2022-02-16)

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)
  • Support cross-account temporary credentials fetching #50 (pawelaugustyn)

v0.5.3 (2022-01-26)

Full Changelog

Merged pull requests:

v0.5.2 (2022-01-26)

Full Changelog

Merged pull requests:

  • Remove CASCADE from ALTER DEFAULT when dropping users and groups #47 (winglot)
  • Move the superuser/password validation to CustomizeDiff func #44 (winglot)
  • added import docs and warning to privilege description #41 (mtesch-um)

v0.5.1 (2021-12-30)

Full Changelog

Implemented enhancements:

  • redshift does not allow create superuser without password #37

Merged pull requests:

  • Deprecate redshift_privilege resource #40 (winglot)
  • Require password for superuser at plan phase #39 (winglot)

v0.5.0 (2021-12-10)

Full Changelog

Implemented enhancements:

  • feat: Add drop privilege for table objects. #33 (taylorrm1)

v0.4.3 (2021-11-22)

Full Changelog

Fixed bugs:

  • redshift_grant unable to detect drift on view grants #30
  • BUG create\_external\_database\_if\_not\_exists looks like not working. #27
  • redshift\_grants resource occasionally shows incorrect diffs or permanent diffs #24

Merged pull requests:

  • Rewrite DiffSuppressFunc for create_external_database_if_not_exists. #32 (winglot)
  • Extend grant detection also to views and materialized views. #31 (matokovacik)

v0.4.2 (2021-10-12)

Full Changelog

Fixed bugs:

  • Fixed dynamic password resolution for provider #29 (marekpp)

v0.4.1 (2021-09-23)

Full Changelog

Fixed bugs:

  • Fix reading group grant privileges #26 (winglot)

v0.4.0 (2021-09-06)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Default privileges approach is incorrect #15

Merged pull requests:

v0.3.0 (2021-08-06)

Full Changelog

Implemented enhancements:

v0.2.0 (2021-07-28)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Bug fixes related to temporary credentials #11 (sworisbreathing)
  • Fix error changing ownership when deleting a user, if the current user has temporary credentials #4 (sworisbreathing)

Merged pull requests:

v0.1.1 (2021-06-25)

Full Changelog

Fixed bugs:

  • Convert state values to lower case to produce consistent state during plan #2 (winglot)
  • Retry on errors for Create and Update operations in redshift_privilege #1 (winglot)

v0.1.0 (2021-06-23)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator