Skip to content

Releases: brainly/terraform-provider-redshift

v1.1.0

31 Jan 13:18
bbfe59a
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Allow GRANTs to PUBLIC #61

Fixed bugs:

  • can not set a user password to an md5 string, because it will be re-hashed #97
  • Conflicts with syslog_access and superuser=false #95

Closed issues:

  • Grant same privileges on multiple schemas #108
  • Allow TRUNCATE grant for groups on table #92
  • Redshift cluster 404 #58

Merged pull requests:

  • Implement GRANT TO PUBLIC for all supported object types #106 (winglot)
  • Fix conflicting superuser and syslog_access fields #105 (winglot)
  • Support hashed user passwords #103 (hoxu)
  • Add redshift_schema import statement to README #100 (pacesetterplus)

v1.0.4

28 Dec 09:05
fc3d77e
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

v1.0.3

15 Nov 12:02
d19ecc1
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Non-idempotent reapplying grants for entities with ascii chars 33-126 in their names #94

Closed issues:

  • Error when remove user from group #83

Merged pull requests:

  • Fix - preventing from non-idempotent reapplying grants for entities with ascii chars 33-126 in their names #93 (rg00d)
  • Improve docs for redshift_datashare_privilege resource #77 (szemek)

v1.0.2

02 Sep 07:19
35bcf6f
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Fix removing existing users from groups #81 (winglot)

v1.0.1

04 Aug 11:11
4e784a7
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Fix readSchemaGrants and readTableGrants for groups #76 (olivermeyer)

v1.0.0

22 Apr 12:10
edc051c
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Ability to grant EXECUTE function #34
  • Add rule and trigger permissions to grant and default_grant #63 (mtesch-um)
  • Add region support when calling GetClusterCredentials #60 (bendrucker)
  • Support language, function and procedure object types in redshift_grant resource #57 (pawelaugustyn)

Fixed bugs:

  • Quoted user names are now always case-sensitive regardless of enable_case_sensitive_identifier setting #67
  • user: handle unknown superuser passwords #59 (bendrucker)

Closed issues:

  • "grant ALL on table.." grants more permissions than available in redshift_grant #62
  • redshift_grant resource does not support language object #45

Merged pull requests:

  • Preserve user names case in group membership list and database owner attribute #69 (winglot)
  • Make sure quoted user name case is preserved in state #68 (winglot)
  • Before alter group make sure user still exists #66 (lukasbudisky)

v0.6.0

16 Feb 09:08
e97b39e
Compare
Choose a tag to compare

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)

v0.5.3

27 Jan 08:57
77661f0
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

v0.5.2

26 Jan 09:44
9b7d11f
Compare
Choose a tag to compare

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

30 Dec 10:36
1fb889e
Compare
Choose a tag to compare

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)