Skip to content

Commit fb66e4a

Browse files
committed
v1.15.0
1 parent ee49cab commit fb66e4a

File tree

2 files changed

+34
-3
lines changed

2 files changed

+34
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Set up Go
2929
uses: actions/setup-go@v2
3030
with:
31-
go-version: 1.16
31+
go-version: 1.17
3232
-
3333
name: Import GPG key
3434
id: import_gpg

CHANGELOG.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,39 @@
11
## Unreleased
22

3+
## 1.15.0 (February 4, 2022)
4+
5+
FEATURES:
6+
7+
* `postgresql_default_privileges`: Support default privileges for schema - @kostiantyn-nemchenko
8+
[#126](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/126)
9+
10+
* `provider`: Add support for RDS IAM credentials - @Jell
11+
[#134](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/134)
12+
13+
* `postgresql_grant`: Support for procedures and routines - @alec-rabold
14+
[#169](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/169)
15+
16+
FIXES:
17+
18+
* `postgresql_grant`: fix `tuple concurrently updated` error - @boekkooi-lengoo
19+
[#169](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/169)
20+
21+
DEV IMPROVEMENTS:
22+
23+
* Upgrade Terraform SDK to v2- @cyrilgdn
24+
[#140](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/140)
25+
26+
* Remove vendor directory - @cyrilgdn (and lint fixed by @Jell )
27+
[#139](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/139)
28+
[#146](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/146)
29+
30+
* docker-compose: Use Docker healthcheck to wait for Postgres to be available - @boekkooi-lengoo
31+
[#168](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/168)
32+
33+
334
## 1.14.0 (August 22, 2021)
435

5-
FEATURE/FIXE:
36+
FEATURES / FIXES:
637

738
* `postgresql_replication_slot`: Create resource to manage replication slots - @BarnabyShearer
839
[#70](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/70)
@@ -37,7 +68,7 @@ DOCUMENTATION:
3768

3869
## 1.13.0 (May 21, 2021)
3970

40-
FEATURE/FIXE:
71+
FEATURES / FIXES:
4172

4273
* Stop locking catalog for every resources - @cyrilgdn
4374
[#80](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/80)

0 commit comments

Comments
 (0)