Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit bbfe59a

Browse files
committed
Release v1.1.0
1 parent 3288f24 commit bbfe59a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [v1.1.0](https://github.com/brainly/terraform-provider-redshift/tree/v1.1.0) (2023-01-31)
4+
5+
[Full Changelog](https://github.com/brainly/terraform-provider-redshift/compare/v1.0.4...v1.1.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Allow GRANTs to PUBLIC [\#61](https://github.com/brainly/terraform-provider-redshift/issues/61)
10+
11+
**Fixed bugs:**
12+
13+
- can not set a user password to an md5 string, because it will be re-hashed [\#97](https://github.com/brainly/terraform-provider-redshift/issues/97)
14+
- Conflicts with syslog\_access and superuser=false [\#95](https://github.com/brainly/terraform-provider-redshift/issues/95)
15+
16+
**Closed issues:**
17+
18+
- Grant same privileges on multiple schemas [\#108](https://github.com/brainly/terraform-provider-redshift/issues/108)
19+
- Allow TRUNCATE grant for groups on table [\#92](https://github.com/brainly/terraform-provider-redshift/issues/92)
20+
- Redshift cluster 404 [\#58](https://github.com/brainly/terraform-provider-redshift/issues/58)
21+
22+
**Merged pull requests:**
23+
24+
- Implement GRANT TO PUBLIC for all supported object types [\#106](https://github.com/brainly/terraform-provider-redshift/pull/106) ([winglot](https://github.com/winglot))
25+
- Fix conflicting superuser and syslog\_access fields [\#105](https://github.com/brainly/terraform-provider-redshift/pull/105) ([winglot](https://github.com/winglot))
26+
- Support hashed user passwords [\#103](https://github.com/brainly/terraform-provider-redshift/pull/103) ([hoxu](https://github.com/hoxu))
27+
- Add redshift\_schema import statement to README [\#100](https://github.com/brainly/terraform-provider-redshift/pull/100) ([pacesetterplus](https://github.com/pacesetterplus))
28+
329
## [v1.0.4](https://github.com/brainly/terraform-provider-redshift/tree/v1.0.4) (2022-12-28)
430

531
[Full Changelog](https://github.com/brainly/terraform-provider-redshift/compare/v1.0.3...v1.0.4)

0 commit comments

Comments
 (0)