Releases: dbsystel/terraform-provider-redshift
Releases · dbsystel/terraform-provider-redshift
v0.6.1
v0.6.0
Breaking changes
- For
redshift_grant-Resources with the role attribute set, the id generation has changed. Due to grants being idempotent and easily rewritable, we suggest removing the resource from the tofu state usingtofu state rm <address>(address can be derived from thetofu state listcommand) and applying again.
What's Changed
- feat(redshift_grant): add role read support by @Intuinewin in #33
- feat(redshift_default_privileges): add role support by @Intuinewin in #34
- fix(resource_redshift_role_grant): retry on error by @Intuinewin in #57
- chore(deps): update goreleaser/goreleaser-action action to v7 by @renovate[bot] in #47
- chore(deps): update crazy-max/ghaction-import-gpg action to v7 by @renovate[bot] in #51
- Feat: derive go version from go.mod file by @mmichaelb in #64
- fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.40.0 by @renovate[bot] in #58
- fix(deps): update module golang.org/x/net to v0.52.0 by @renovate[bot] in #56
- fix(#63): retry on possible concurrent access error by @mmichaelb in #65
Full Changelog: v0.5.4...v0.6.0
v0.5.4
What's Changed
- chore(deps): update actions/checkout digest to de0fac2 by @renovate[bot] in #35
- chore(deps): update anchore/sbom-action digest to e22c389 by @renovate[bot] in #17
- chore(deps): update crazy-max/ghaction-import-gpg digest to e89d409 by @renovate[bot] in #18
- chore(deps): update goreleaser/goreleaser-action digest to e435ccd by @renovate[bot] in #19
- fix(deps): update module github.com/lib/pq to v1.12.0 by @renovate[bot] in #60
- Fix: Acceptance tests by @mmichaelb in #62
Full Changelog: v0.5.3...v0.5.4
v0.5.3
What's Changed
- chore(deps): update dependency go to v1.26.1 by @renovate[bot] in #53
- fix(deps): update aws-sdk-go-v2 monorepo by @renovate[bot] in #54
- fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.39.0 by @renovate[bot] in #55
- fix(deps): update aws-sdk-go-v2 monorepo by @renovate[bot] in #59
- chore(deps): update actions/setup-go digest to 4b73464 by @renovate[bot] in #50
- Fix: Use correct redshift grants by @mmichaelb in #61
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- fix(deps): update module github.com/aws/aws-sdk-go-v2/service/redshift to v1.62.1 by @renovate[bot] in #41
- fix(deps): update module golang.org/x/net to v0.50.0 by @renovate[bot] in #44
- chore(deps): update dependency go to v1.26.0 by @renovate[bot] in #45
- fix(deps): update module github.com/lib/pq to v1.11.2 by @renovate[bot] in #46
- fix(deps): update aws-sdk-go-v2 monorepo by @renovate[bot] in #48
- fix(deps): update aws-sdk-go-v2 monorepo by @renovate[bot] in #49
- fix(deps): update aws-sdk-go-v2 monorepo by @renovate[bot] in #52
- fix(resource_redshift_role_grant): do not try to parse id when revoking by @Intuinewin in #42
New Contributors
- @Intuinewin made their first contribution in #42
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- fix(deps): update module github.com/aws/aws-sdk-go-v2/service/redshift to v1.62.0 by @renovate[bot] in #30
- chore(deps): update dependency go to v1.25.6 by @renovate[bot] in #31
- chore(deps): update actions/checkout action to v6.0.2 by @renovate[bot] in #32
- fix(deps): update module github.com/lib/pq to v1.11.0 by @renovate[bot] in #36
- fix(deps): update module github.com/lib/pq to v1.11.1 by @renovate[bot] in #37
- fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.38.2 by @renovate[bot] in #38
- chore(deps): update dependency go to v1.25.7 by @renovate[bot] in #40
- Revert host/username empty check
Full Changelog: v0.5.0...v0.5.1
v0.5.0
v0.4.0
What's Changed
- chore(deps): update actions/setup-go action to v6 by @renovate[bot] in #26
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in #25
- chore(deps): update dependency go to v1.25.5 by @renovate[bot] in #21
- fix(deps): update aws-sdk-go-v2 monorepo by @renovate[bot] in #22
- fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.24.0 by @renovate[bot] in #23
- fix(deps): update module golang.org/x/net to v0.48.0 by @renovate[bot] in #24
- redshift_role: add first implementation by @nico34638 in #13
New Contributors
- @renovate[bot] made their first contribution in #26
- @nico34638 made their first contribution in #13
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.0
What's Changed
- Fix errors with calculated provider attributes by @mmichaelb in #10
Full Changelog: v0.1.1...v0.2.0