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

Commit edc051c

Browse files
committed
Release v1.0.0
1 parent 12d3514 commit edc051c

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [v1.0.0](https://github.com/brainly/terraform-provider-redshift/tree/v1.0.0) (2022-04-22)
4+
5+
[Full Changelog](https://github.com/brainly/terraform-provider-redshift/compare/v0.6.0...v1.0.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Ability to grant EXECUTE function [\#34](https://github.com/brainly/terraform-provider-redshift/issues/34)
10+
- Add rule and trigger permissions to grant and default\_grant [\#63](https://github.com/brainly/terraform-provider-redshift/pull/63) ([mtesch-um](https://github.com/mtesch-um))
11+
- Add `region` support when calling `GetClusterCredentials` [\#60](https://github.com/brainly/terraform-provider-redshift/pull/60) ([bendrucker](https://github.com/bendrucker))
12+
- Support language, function and procedure object types in redshift\_grant resource [\#57](https://github.com/brainly/terraform-provider-redshift/pull/57) ([pawelaugustyn](https://github.com/pawelaugustyn))
13+
14+
**Fixed bugs:**
15+
16+
- Quoted user names are now always case-sensitive regardless of enable\_case\_sensitive\_identifier setting [\#67](https://github.com/brainly/terraform-provider-redshift/issues/67)
17+
- `user`: handle unknown superuser passwords [\#59](https://github.com/brainly/terraform-provider-redshift/pull/59) ([bendrucker](https://github.com/bendrucker))
18+
19+
**Closed issues:**
20+
21+
- "grant ALL on table.." grants more permissions than available in redshift\_grant [\#62](https://github.com/brainly/terraform-provider-redshift/issues/62)
22+
- redshift\_grant resource does not support language object [\#45](https://github.com/brainly/terraform-provider-redshift/issues/45)
23+
24+
**Merged pull requests:**
25+
26+
- Preserve user names case in group membership list and database owner attribute [\#69](https://github.com/brainly/terraform-provider-redshift/pull/69) ([winglot](https://github.com/winglot))
27+
- Make sure quoted user name case is preserved in state [\#68](https://github.com/brainly/terraform-provider-redshift/pull/68) ([winglot](https://github.com/winglot))
28+
- Before alter group make sure user still exists [\#66](https://github.com/brainly/terraform-provider-redshift/pull/66) ([lukasbudisky](https://github.com/lukasbudisky))
29+
330
## [v0.6.0](https://github.com/brainly/terraform-provider-redshift/tree/v0.6.0) (2022-02-16)
431

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

0 commit comments

Comments
 (0)