Skip to content

Releases: dbsystel/terraform-provider-redshift

v0.6.1

26 Mar 18:09
0bff8c1

Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

25 Mar 18:31
fac0a7d

Choose a tag to compare

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 using tofu state rm <address> (address can be derived from the tofu state list command) 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

25 Mar 10:35
73cd0c7

Choose a tag to compare

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

24 Mar 09:02
0d91b87

Choose a tag to compare

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

11 Mar 15:51
83e7591

Choose a tag to compare

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

Full Changelog: v0.5.1...v0.5.2

v0.5.1

11 Feb 19:35
10bbd6d

Choose a tag to compare

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

20 Jan 14:34
26bf363

Choose a tag to compare

What's Changed

  • fix(deps): update aws-sdk-go-v2 monorepo by @renovate[bot] in #27
  • fix(deps): update module golang.org/x/net to v0.49.0 by @renovate[bot] in #28
  • feat: add empty provider config auth values check to prevent late errs

Full Changelog: v0.4.0...v0.5.0

v0.4.0

14 Jan 17:23
90d522f

Choose a tag to compare

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

Full Changelog: v0.3.0...v0.4.0

v0.3.0

23 Oct 11:39
5f9fa67

Choose a tag to compare

What's Changed

  • bump dependencies
  • fix: use serverless views in case of a Multi-AZ provisioned cluster by @sweco in #12

New Contributors

  • @sweco made their first contribution in #12

Full Changelog: v0.2.0...v0.3.0

v0.2.0

26 Aug 13:40
d4a4de2

Choose a tag to compare

What's Changed

  • Fix errors with calculated provider attributes by @mmichaelb in #10

Full Changelog: v0.1.1...v0.2.0