Releases: cyrilgdn/terraform-provider-postgresql
v1.24.0
This is the first version compatible with Postgresql 16 and higher
What's Changed
- fix: compatibility with PG16 by @cyrilgdn in #479
- Adds fallback query to fix #327 by @ademariag in #469
- chore: bump go to 1.23 by @cyrilgdn in #480
New Contributors
- @ademariag made their first contribution in #469
Full Changelog: v1.23.0...v1.24.0
v1.23.0
What's Changed
- Add support for GCP IAM impersonation by @michaellzc in #448
- postgresql_database: Reassign objects owners if database owner changes by @lukaalba in #458
- update documentation by @manu-akw in #455
- build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.3.0 to 1.6.0 by @dependabot in #447
- build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #421
New Contributors
- @manu-akw made their first contribution in #455
- @michaellzc made their first contribution in #448
- @lukaalba made their first contribution in #458
Full Changelog: v1.22.0...v1.23.0
v1.22.0
What's Changed
Bug fixes
- Fix getting stuck on refreshing postgresql grant by @giner in #351
- fix: quote table name in postgresql_publication by @jerome-quere in #402
Doc
- Add
sslinline
argument description to index.html.markdown by @Hakkenouw in #409 - Fix indentation in index.html.markdown by @hfm in #380
- fix(doc): Typo in
postgresql_grant_role
doc by @cyrilgdn in #412
Libs
- Bump golang.org/x/crypto from 0.11.0 to 0.17.0 by @dependabot in #386
New Contributors
- @Hakkenouw made their first contribution in #409
- @jerome-quere made their first contribution in #402
- @hfm made their first contribution in #380
- @dependabot made their first contribution in #386
- @giner made their first contribution in #351
Full Changelog: v1.21.0...v1.22.0
v1.21.1-beta.1
Testing out the fix for #178
Full Changelog: v1.21.0...v1.21.1-beta.1
v1.21.0
What's Changed
- Make function security, strictness, volatility, and parallel safety configurable by @tommyzli in #307
- postgresql_publication.markdown - table ordering by @RoseateSpoonbill in #265
- Bump gocloud dependency to fix aws CA validation by @toadjaune in #340
- feat: Allow for inlining client cert by @vr in #342
- Update postgresql_extension.html.markdown by @tspearconquest in #337
- Use uint32 for OID to stop conversion errors with pguint32 by @mat285 in #324
- feat: Postgresql 15 support by @cyrilgdn in #348
- Added MS Azure passwordless authentication by @librucha in #346
- Add 'Injecting credentials' section to provider docs by @rdarcy1 in #318
- fixed escaping for postgresql user info by @librucha in #344
New Contributors
- @tommyzli made their first contribution in #307
- @RoseateSpoonbill made their first contribution in #265
- @toadjaune made their first contribution in #340
- @vr made their first contribution in #342
- @tspearconquest made their first contribution in #337
- @mat285 made their first contribution in #324
- @librucha made their first contribution in #346
- @rdarcy1 made their first contribution in #318
Full Changelog: v1.20.0...v1.21.0
v1.20.0
v1.20.0
As this is my first release for this project, I am keeping the changes to a minimum until I am more comfortable with the release process.
Notable notables
- Bump
go
to1.20
- Bump
lib/pq
to1.10.9
- Perform
db.Ping()
during database connection to catch issues earlier
What's Changed
- feat: Bump lib/pq from 1.10.4 to 1.10.7 by @aletournel in #295
- chore: Update to go1.20 and update libs by @cyrilgdn in #315
- fix: confirm initial database connectivity by @nejec in #314
New Contributors
- @aletournel made their first contribution in #295
- @nejec made their first contribution in #314
Full Changelog: v1.19.0...v1.20.0
v1.19.0
v1.19.0
v1.18.0
-
New resource:
postgresql_server
andpostgresql_user_mapping
- @fabiopaiva
#220 -
Allow to configure AWS Region with AWS IAM Auth - @bpaquet
#260 -
Create temporary file for
GOOGLE_APPLICATION_CREDENTIALS
in Terraform cloud - @minkainc-opensource
#249
FIX:
-
postgresql_grant
: Concurrency issue on database privileges - @timothegenzmer
#224 -
postgresql_grant
: RemoveTEMP
privileges for database - @cyrilgdn
#243
DEV IMPROVEMENTS:
- Update Postgres versions in tests - @cyrilgdn
v1.17.1
What's Changed
Full Changelog: v1.17.0...v1.17.1
v1.17.0
v1.17.0