Skip to content

Commit f69cf3b

Browse files
committed
v1.11.0
1 parent 7ce87a2 commit f69cf3b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 1.11.0 (January 10, 2021)
2+
3+
FEATURES:
4+
5+
* gocloud: Allow to connect with [GoCloud](https://gocloud.dev/howto/sql/) to AWS/GCP instances - @cyrilgdn
6+
[#29](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/29)
7+
8+
* `postgresql_grant`: Manage grant on schema - @cyrilgdn
9+
[#30](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/30)
10+
11+
:warning: This depreciates the `policy` attribute in `postgresql_schema`
12+
13+
* `postgresql_grant`: Allow an empty privileges list (revoke) - @cyrilgdn
14+
[#26](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/26)
15+
16+
* `postgresql_grant` / `postgresql_default_privileges`: Manage `PUBLIC` role - @cyrilgdn
17+
[#27](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/27)
18+
119
## 1.10.0 (January 2, 2021)
220

321
FEATURES:

0 commit comments

Comments
 (0)