Releases: brainly/terraform-provider-redshift
Releases · brainly/terraform-provider-redshift
v1.1.0
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:
v1.0.4
Merged pull requests:
- Fix userSessionTimeoutAttr condition #102 (robertomczak)
- Add SESSION TIMEOUT support and missing defer rows.Close() #101 (robertomczak)
v1.0.3
v1.0.2
v1.0.1
v1.0.0
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 callingGetClusterCredentials
#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:
v0.6.0
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.
Implemented enhancements:
- Not able to GetClusterCredentials using cross account #46
- redshift_grant resource does not support granting privileges to users #23
Fixed bugs:
Removed:
Merged pull requests: