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

Commit e97b39e

Browse files
committed
Release v0.6.0
1 parent dda3a09 commit e97b39e

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

CHANGELOG.md

+28-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,36 @@
11
# Changelog
22

3+
## [v0.6.0](https://github.com/brainly/terraform-provider-redshift/tree/v0.6.0) (2022-02-16)
4+
5+
[Full Changelog](https://github.com/brainly/terraform-provider-redshift/compare/v0.5.3...v0.6.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Not able to GetClusterCredentials using cross account [\#46](https://github.com/brainly/terraform-provider-redshift/issues/46)
10+
- redshift\_grant resource does not support granting privileges to users [\#23](https://github.com/brainly/terraform-provider-redshift/issues/23)
11+
12+
**Fixed bugs:**
13+
14+
- non-unique ids in redshift\_grant possible [\#43](https://github.com/brainly/terraform-provider-redshift/issues/43)
15+
- Issue with revoking privileges while droping user [\#35](https://github.com/brainly/terraform-provider-redshift/issues/35)
16+
17+
**Removed:**
18+
19+
- Remove previously deprecated redshift\_privilege resource [\#54](https://github.com/brainly/terraform-provider-redshift/pull/54) ([winglot](https://github.com/winglot))
20+
21+
**Merged pull requests:**
22+
23+
- Update documentation with recent changes [\#55](https://github.com/brainly/terraform-provider-redshift/pull/55) ([winglot](https://github.com/winglot))
24+
- Support for users in redshift\_default\_privileges resources [\#53](https://github.com/brainly/terraform-provider-redshift/pull/53) ([winglot](https://github.com/winglot))
25+
- Support for users in redshift\_grant resource [\#52](https://github.com/brainly/terraform-provider-redshift/pull/52) ([winglot](https://github.com/winglot))
26+
- Fixed non-unique ids in redshift\_grant possible [\#51](https://github.com/brainly/terraform-provider-redshift/pull/51) ([rg00d](https://github.com/rg00d))
27+
- Support cross-account temporary credentials fetching [\#50](https://github.com/brainly/terraform-provider-redshift/pull/50) ([pawelaugustyn](https://github.com/pawelaugustyn))
28+
329
## [v0.5.3](https://github.com/brainly/terraform-provider-redshift/tree/v0.5.3) (2022-01-26)
430

531
[Full Changelog](https://github.com/brainly/terraform-provider-redshift/compare/v0.5.2...v0.5.3)
632

7-
**Fixed bugs:**
33+
**Merged pull requests:**
834

935
- Fix typo in code - wrong variable referenced [\#48](https://github.com/brainly/terraform-provider-redshift/pull/48) ([matokovacik](https://github.com/matokovacik))
1036

@@ -80,6 +106,7 @@
80106
- Manage datashare consumer permissions to use datashares [\#20](https://github.com/brainly/terraform-provider-redshift/pull/20) ([sworisbreathing](https://github.com/sworisbreathing))
81107
- Support connecting through a socks proxy [\#19](https://github.com/brainly/terraform-provider-redshift/pull/19) ([sworisbreathing](https://github.com/sworisbreathing))
82108
- Add simple `redshift\_datashare` resource [\#18](https://github.com/brainly/terraform-provider-redshift/pull/18) ([sworisbreathing](https://github.com/sworisbreathing))
109+
- Add `redshift\_namespace` data source [\#16](https://github.com/brainly/terraform-provider-redshift/pull/16) ([sworisbreathing](https://github.com/sworisbreathing))
83110

84111
**Fixed bugs:**
85112

@@ -104,7 +131,6 @@
104131

105132
**Implemented enhancements:**
106133

107-
- Add `redshift\_namespace` data source [\#16](https://github.com/brainly/terraform-provider-redshift/pull/16) ([sworisbreathing](https://github.com/sworisbreathing))
108134
- Add `redshift\_schema` data source [\#10](https://github.com/brainly/terraform-provider-redshift/pull/10) ([sworisbreathing](https://github.com/sworisbreathing))
109135
- Use md5 hashing for redshift\_user passwords [\#7](https://github.com/brainly/terraform-provider-redshift/pull/7) ([sworisbreathing](https://github.com/sworisbreathing))
110136
- Add `redshift\_user` data source [\#6](https://github.com/brainly/terraform-provider-redshift/pull/6) ([sworisbreathing](https://github.com/sworisbreathing))

0 commit comments

Comments
 (0)