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

Commit 4e784a7

Browse files
committed
Release v1.0.1
1 parent c8ca177 commit 4e784a7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v1.0.1](https://github.com/brainly/terraform-provider-redshift/tree/v1.0.1) (2022-08-04)
4+
5+
[Full Changelog](https://github.com/brainly/terraform-provider-redshift/compare/v1.0.0...v1.0.1)
6+
7+
**Fixed bugs:**
8+
9+
- Fix readSchemaGrants and readTableGrants for groups [\#76](https://github.com/brainly/terraform-provider-redshift/pull/76) ([olivermeyer](https://github.com/olivermeyer))
10+
311
## [v1.0.0](https://github.com/brainly/terraform-provider-redshift/tree/v1.0.0) (2022-04-22)
412

513
[Full Changelog](https://github.com/brainly/terraform-provider-redshift/compare/v0.6.0...v1.0.0)
@@ -83,6 +91,7 @@
8391

8492
- Deprecate redshift\_privilege resource [\#40](https://github.com/brainly/terraform-provider-redshift/pull/40) ([winglot](https://github.com/winglot))
8593
- Require password for superuser at plan phase [\#39](https://github.com/brainly/terraform-provider-redshift/pull/39) ([winglot](https://github.com/winglot))
94+
- Extend grant detection also to views and materialized views. [\#31](https://github.com/brainly/terraform-provider-redshift/pull/31) ([matokovacik](https://github.com/matokovacik))
8695

8796
## [v0.5.0](https://github.com/brainly/terraform-provider-redshift/tree/v0.5.0) (2021-12-10)
8897

@@ -105,7 +114,6 @@
105114
**Merged pull requests:**
106115

107116
- Rewrite DiffSuppressFunc for create\_external\_database\_if\_not\_exists. [\#32](https://github.com/brainly/terraform-provider-redshift/pull/32) ([winglot](https://github.com/winglot))
108-
- Extend grant detection also to views and materialized views. [\#31](https://github.com/brainly/terraform-provider-redshift/pull/31) ([matokovacik](https://github.com/matokovacik))
109117

110118
## [v0.4.2](https://github.com/brainly/terraform-provider-redshift/tree/v0.4.2) (2021-10-12)
111119

0 commit comments

Comments
 (0)