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

Commit

Permalink
Release v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
winglot committed Nov 22, 2021
1 parent a8a5aeb commit 07e8700
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [v0.4.3](https://github.com/brainly/terraform-provider-redshift/tree/v0.4.3) (2021-11-22)

[Full Changelog](https://github.com/brainly/terraform-provider-redshift/compare/v0.4.2...v0.4.3)

**Fixed bugs:**

- redshift\_grant unable to detect drift on view grants [\#30](https://github.com/brainly/terraform-provider-redshift/issues/30)
- BUG `create\_external\_database\_if\_not\_exists` looks like not working. [\#27](https://github.com/brainly/terraform-provider-redshift/issues/27)
- `redshift\_grants` resource occasionally shows incorrect diffs or permanent diffs [\#24](https://github.com/brainly/terraform-provider-redshift/issues/24)

**Merged pull requests:**

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

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

[Full Changelog](https://github.com/brainly/terraform-provider-redshift/compare/v0.4.1...v0.4.2)
Expand Down

0 comments on commit 07e8700

Please sign in to comment.