Releases: inventium-tech/terraform-provider-postgresql
Releases · inventium-tech/terraform-provider-postgresql
v0.2.0-rc.1
0.2.0-rc.1 (2025-06-13)
✳️ Features
- Add a new PostgreSQL client implementation (c4c5172)
- add postgresql event trigger datasource (b55d863)
- add Terraform Resource for PostgreSQL Event Trigger (abecee3)
- add Terraform Resource for PostgreSQL Function (a150335)
- add Terraform Resource for PostgreSQL Role (9b266f5)
- add utilities for formatting Terraform attributes in tests (23c070f)
- add utility functions and tests for helpers package (212cb96)
- add validator for postgresql object names (88d4981)
- integrate postgresql provider into server initialization (2dbeee2)
- refactor PostgreSQL provider to enhance structure and usability (7d2cf0b)
- simplify provider helpers and centralize error messages (d4542e8)
- update documentation for PostgreSQL event trigger and role resources (cd23330)
📖 Documentation
- update Roadmap status in README (3b2e1f5)
🧹 Chores
- add configuration for semantic release with branch and plugin settings (ca3e454)
- add go:generate directives for docs and formatting tasks (3ea6c4f)
- deps: bump github.com/go-playground/validator/v10 from 10.22.0 to 10.22.1 (#13) (c038e12)
- deps: bump github.com/hashicorp/terraform-plugin-framework from 1.11.0 to 1.12.0 (#15) (b0a7668)
- deps: bump github.com/hashicorp/terraform-plugin-testing (abb1a77)
- deps: bump github.com/hashicorp/terraform-plugin-testing from 1.9.0 to 1.10.0 (#9) (19f21af)
- deps: bump github.com/testcontainers/testcontainers-go from 0.32.0 to 0.33.0 (#12) (690c018)
- deps: bump github.com/testcontainers/testcontainers-go/modules/postgres from 0.32.0 to 0.33.0 (#11) (49119c2)
- deps: bump gocloud.dev from 0.38.0 to 0.39.0 (0a4a6d4)
- remove deprecated event trigger resource, datasource, and related tests (fbab98e)
- remove deprecated PostgreSQL client implementation (835e46a)
- update Go version and dependencies (6c5ab73)
v0.1.3
v0.1.2
chore: add terraform registry manifest