Releases: supabase/terraform-provider-supabase
Releases · supabase/terraform-provider-supabase
v1.9.1
Changelog
Bug fixes
- 534957f: fix: add external X secret to copySensitiveFields (#312) (@savme)
- 6a1ef45: fix: stop disabled Data API from blocking changes (#306) (@gomesdigital)
- 6ab4541: fix: retry transient GET failures during terraform refresh (#309) (@JEETDESAI25)
Others
- 5f6f71b: chore(deps): bump github.com/oapi-codegen/runtime in the go-minor group (#311) (@dependabot[bot])
- f5adafe: chore(deps): bump actions/create-github-app-token (#313) (@dependabot[bot])
- 76d6374: Adding timeouts for resource create/update (#278) (@rncain)
- 509e085: chore(deps): bump github.com/supabase/cli/pkg from 1.2.2 to 1.2.3 in the go-minor group (#314) (@dependabot[bot])
- e3ba53a: chore(deps): bump the action-major group with 2 updates (#315) (@dependabot[bot])
- 650de23: chore(deps): bump github.com/hashicorp/terraform-plugin-docs (#316) (@dependabot[bot])
- 01d4912: chore(deps): bump github.com/hashicorp/terraform-plugin-testing (#317) (@dependabot[bot])
- 9bce926: chore(deps): bump goreleaser/goreleaser-action in the action-major group (#318) (@dependabot[bot])
- bc29fef: chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (#319) (@dependabot[bot])
- dc6460d: chore(deps): bump the action-major group across 1 directory with 2 updates (#321) (@dependabot[bot])
v1.9.0
Changelog
Features
- 0795ed5: feat: add network bans data source (#303) (@JEETDESAI25)
Others
- 0516acb: chore: pin actions to sha (#305) (@staaldraad)
- 5e5874a: chore(deps): bump actions/setup-go in the action-major group (#308) (@dependabot[bot])
v1.8.2
Immutable
release. Only release title and notes can be modified.
Changelog
Features
- a960619: feat: parameter validation and logging (#290) (@imor)
- 1869b05: feat: add import support with source download for edge functions (#285) (@JEETDESAI25)
- 6eae9a2: feat: new edge function secrets resource (#298) (@imor)
- 3f5132f: feat: support importing API key by name (#296) (@savme)
Bug fixes
- 86efba7: fix: remove unnecessary files (#289) (@imor)
- 5c8ad62: fix: trim whitespace from access token to prevent invalid header errors (#292) (@JEETDESAI25)
- c9ce845: fix: fix a bug in which token set in env var was not used (#294) (@imor)
Others
- 74d9b14: chore: stop checking hardcoded credentials in tests (#281) (@savme)
- ac0484a: chore(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 (#284) (@dependabot[bot])
- 7254791: chore(deps): bump the action-major group across 1 directory with 2 updates (#283) (@dependabot[bot])
- e759f5f: chore(deps): bump the go-minor group across 1 directory with 2 updates (#286) (@dependabot[bot])
- 08d5808: chore(deps): bump the go-minor group with 2 updates (#287) (@dependabot[bot])
- 9336a3a: chore(deps): bump crazy-max/ghaction-import-gpg (#288) (@dependabot[bot])
- 2aa9ad2: Trim whitespace from access_key. (#279) (@autopulated)
- 5f21809: chore(deps): bump the go-minor group with 4 updates (#291) (@dependabot[bot])
- 0391f01: chore: improve import documentation (#277) (@savme)
- 11523b2: docs: trimspace is no longer needed in hcl (#295) (@savme)
- 50877c2: refactor: remove duplication (#297) (@imor)
- d2549dc: chore(deps): bump actions/create-github-app-token (#300) (@dependabot[bot])
- 74a4aea: refactor: use consts instead of hardcoded format strings (#299) (@imor)
- 29f92da: chore: bump supabase/cli/pkg to v1.2.2 (#307) (@savme)
v1.7.0
What's Changed
- chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.38.1 to 2.38.2 in the go-minor group by @dependabot[bot] in #273
- fix: preserve user config values when API returns null by @rgommezz in #268
- chore: add ParseConfigNullablePreservesUserValue test by @savme in #274
- feat: add supabase_edge_function resource by @JEETDESAI25 in #270
- fix: apply settings after project create by @savme in #272
- feat: add support for toggling legacy API keys by @savme in #271
- chore(deps): bump github.com/supabase/cli/pkg from 1.2.0 to 1.2.1 in the go-minor group by @dependabot[bot] in #275
New Contributors
Full Changelog: v1.6.2...v1.7.0
v1.6.2
What's Changed
- feat: allow changing database password by @savme in #266
- feat: allow updating project's name by @savme in #267
- fix: add retry to network settings update by @JEETDESAI25 in #262
- chore: add github app access for auto merge by @staaldraad in #269
Full Changelog: v1.6.1...v1.6.2
v1.6.1
What's Changed
- fix: populate organization_slug in project create request by @gomesdigital in #265
New Contributors
- @gomesdigital made their first contribution in #265
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- chore: add setup-terraform step to workflows by @staaldraad in #221
- chore(deps): bump github.com/hashicorp/terraform-plugin-go from 0.25.0 to 0.26.0 by @dependabot[bot] in #219
- chore: Add logo assets to repo by @cynicaljoy in #238
- chore(deps): bump golangci/golangci-lint-action from 6 to 8 by @dependabot[bot] in #234
- chore(deps): bump github.com/cloudflare/circl from 1.3.7 to 1.6.1 by @dependabot[bot] in #242
- chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #243
- chore: group dependabot updates to reduce PRs by @sweatybridge in #246
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #245
- chore(deps): bump golangci/golangci-lint-action from 8 to 9 by @dependabot[bot] in #244
- Update CODEOWNERS to reflect new team ownership by @sweatybridge in #248
- chore(deps): migrate dependency from cli v1 to clipkg module by @savme in #241
- fix: low risk command injection in release action by @doublethink in #230
- chore(deps): bump the go-minor group across 1 directory with 4 updates by @dependabot[bot] in #249
- chore: gitignore provider binary by @savme in #250
- chore(deps): bump github.com/hashicorp/terraform-plugin-log from 0.9.0 to 0.10.0 in the go-minor group by @dependabot[bot] in #251
- chore: add note for setting SUPABASE_ACCESS_TOKEN by @sweatybridge in #252
- chore(deps): bump golang.org/x/crypto from 0.42.0 to 0.45.0 by @dependabot[bot] in #253
- chore(deps): bump actions/checkout from 5 to 6 in the action-major group by @dependabot[bot] in #254
- fix: respect lifecycle.ignore_changes in settings resource by @JEETDESAI25 in #258
- fix: clarify organization_id and add import examples by @JEETDESAI25 in #259
- fix: keep smtp_pass consistent in auth config. by @JEETDESAI25 in #257
- feat: allow updating a project's instance size by @savme in #255
- chore(deps): bump the go-minor group across 1 directory with 3 updates by @dependabot[bot] in #263
- feat: resource for project apikey by @tontonrally in #256
- feat: add storage settings support by @JEETDESAI25 in #260
New Contributors
- @cynicaljoy made their first contribution in #238
- @doublethink made their first contribution in #230
- @JEETDESAI25 made their first contribution in #258
- @tontonrally made their first contribution in #256
Full Changelog: v1.5.1...v1.6.0
v1.5.1
What's Changed
- fix: rename project ref attribute for consistency by @sweatybridge in #216
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- chore(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.19.4 to 0.20.0 by @dependabot in #192
- chore(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.10.0 to 1.11.0 by @dependabot in #201
- chore(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.20.0 to 0.20.1 by @dependabot in #206
- chore(deps): bump github.com/supabase/cli from 1.214.0 to 1.226.4 by @dependabot in #210
- fix: update types to match published API types by @staaldraad in #214
- chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 by @dependabot in #213
- chore(deps): bump golang.org/x/net from 0.31.0 to 0.33.0 by @dependabot in #215
- feat: datasource for supabase_project_apikeys by @gabornyergesX in #212
New Contributors
- @staaldraad made their first contribution in #214
- @gabornyergesX made their first contribution in #212
Full Changelog: v1.4.2...v1.5.0
v1.4.2
What's Changed
- chore(deps): bump github.com/supabase/cli from 1.198.1 to 1.198.2 by @dependabot in #158
- chore(deps): bump github.com/supabase/cli from 1.198.2 to 1.198.3 by @dependabot in #159
- chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.11.0 to 1.12.0 by @dependabot in #160
- chore(deps): bump github.com/supabase/cli from 1.198.3 to 1.199.0 by @dependabot in #162
- chore(deps): bump github.com/supabase/cli from 1.199.0 to 1.200.3 by @dependabot in #163
- chore(deps): bump github.com/supabase/cli from 1.200.3 to 1.202.0 by @dependabot in #164
- chore(deps): bump github.com/supabase/cli from 1.202.0 to 1.202.1 by @dependabot in #165
- chore(deps): bump github.com/supabase/cli from 1.202.1 to 1.202.2 by @dependabot in #166
- chore(deps): bump github.com/supabase/cli from 1.202.2 to 1.202.3 by @dependabot in #167
- chore(deps): bump github.com/supabase/cli from 1.202.3 to 1.203.0 by @dependabot in #168
- chore(deps): bump github.com/supabase/cli from 1.203.0 to 1.203.1 by @dependabot in #169
- chore(deps): bump github.com/supabase/cli from 1.203.1 to 1.204.1 by @dependabot in #170
- chore(deps): bump github.com/supabase/cli from 1.204.1 to 1.204.3 by @dependabot in #171
- chore(deps): bump github.com/supabase/cli from 1.204.3 to 1.205.0 by @dependabot in #172
- chore(deps): bump github.com/supabase/cli from 1.205.0 to 1.206.1 by @dependabot in #173
- chore(deps): bump github.com/supabase/cli from 1.206.1 to 1.206.3 by @dependabot in #174
- chore(deps): bump github.com/supabase/cli from 1.206.3 to 1.206.4 by @dependabot in #175
- chore(deps): bump github.com/supabase/cli from 1.206.4 to 1.207.0 by @dependabot in #176
- chore(deps): bump github.com/supabase/cli from 1.207.0 to 1.207.3 by @dependabot in #177
- chore(deps): bump github.com/supabase/cli from 1.207.3 to 1.207.4 by @dependabot in #178
- chore(deps): bump github.com/supabase/cli from 1.207.4 to 1.207.8 by @dependabot in #179
- chore(deps): bump github.com/supabase/cli from 1.207.8 to 1.207.9 by @dependabot in #180
- chore(deps): bump github.com/supabase/cli from 1.207.9 to 1.208.0 by @dependabot in #181
- chore(deps): bump github.com/supabase/cli from 1.208.0 to 1.210.0 by @dependabot in #182
- chore(deps): bump github.com/supabase/cli from 1.210.0 to 1.210.1 by @dependabot in #183
- chore(deps): bump github.com/supabase/cli from 1.210.1 to 1.212.0 by @dependabot in #184
- chore(deps): bump github.com/hashicorp/terraform-plugin-go from 0.24.0 to 0.25.0 by @dependabot in #186
- chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.12.0 to 1.13.0 by @dependabot in #188
- chore(deps): bump github.com/supabase/cli from 1.212.0 to 1.214.0 by @dependabot in #185
- fix: override all sensitive auth config fields by @sweatybridge in #187
Full Changelog: v1.4.1...v1.4.2