|
1 | 1 | # Changelog
|
2 | 2 |
|
| 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 | + |
3 | 29 | ## [v0.5.3](https://github.com/brainly/terraform-provider-redshift/tree/v0.5.3) (2022-01-26)
|
4 | 30 |
|
5 | 31 | [Full Changelog](https://github.com/brainly/terraform-provider-redshift/compare/v0.5.2...v0.5.3)
|
6 | 32 |
|
7 |
| -**Fixed bugs:** |
| 33 | +**Merged pull requests:** |
8 | 34 |
|
9 | 35 | - Fix typo in code - wrong variable referenced [\#48](https://github.com/brainly/terraform-provider-redshift/pull/48) ([matokovacik](https://github.com/matokovacik))
|
10 | 36 |
|
|
80 | 106 | - Manage datashare consumer permissions to use datashares [\#20](https://github.com/brainly/terraform-provider-redshift/pull/20) ([sworisbreathing](https://github.com/sworisbreathing))
|
81 | 107 | - Support connecting through a socks proxy [\#19](https://github.com/brainly/terraform-provider-redshift/pull/19) ([sworisbreathing](https://github.com/sworisbreathing))
|
82 | 108 | - 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)) |
83 | 110 |
|
84 | 111 | **Fixed bugs:**
|
85 | 112 |
|
|
104 | 131 |
|
105 | 132 | **Implemented enhancements:**
|
106 | 133 |
|
107 |
| -- Add `redshift\_namespace` data source [\#16](https://github.com/brainly/terraform-provider-redshift/pull/16) ([sworisbreathing](https://github.com/sworisbreathing)) |
108 | 134 | - Add `redshift\_schema` data source [\#10](https://github.com/brainly/terraform-provider-redshift/pull/10) ([sworisbreathing](https://github.com/sworisbreathing))
|
109 | 135 | - Use md5 hashing for redshift\_user passwords [\#7](https://github.com/brainly/terraform-provider-redshift/pull/7) ([sworisbreathing](https://github.com/sworisbreathing))
|
110 | 136 | - Add `redshift\_user` data source [\#6](https://github.com/brainly/terraform-provider-redshift/pull/6) ([sworisbreathing](https://github.com/sworisbreathing))
|
|
0 commit comments