File tree Expand file tree Collapse file tree 1 file changed +25
-5
lines changed
Expand file tree Collapse file tree 1 file changed +25
-5
lines changed Original file line number Diff line number Diff line change 11## 1.8.0 (Unreleased)
2- ## 1.7.2 (unreleased)
2+
3+ FEATURES:
4+
5+ * ` postgresql_extension ` : Support drop cascade.
6+ ([ #162 ] ( https://github.com/terraform-providers/terraform-provider-postgresql/pull/162 ) - @multani )
7+
8+ * Use lazy connections.
9+ ([ #199 ] ( https://github.com/terraform-providers/terraform-provider-postgresql/pull/199 ) - @estahn )
310
411BUG FIXES:
512
6- * ` postgresql_grant ` : fix grant on function by removing prokind column selection,
7- as is it not available on postgresql version < 11 and its not to
8- expect to have a window(w) or aggregate function(a) with the same name as a normal function(f)
9-
13+ * ` postgresql_grant ` : Fix grant on function by removing ` prokind ` column selection.
14+ ([ #171 ] ( https://github.com/terraform-providers/terraform-provider-postgresql/pull/171 ) - @Tommi2Day )
15+
16+ DEV IMPROVEMENTS:
17+
18+ * Set up Github Workflows to create releases.
19+ ([ #3 ] ( https://github.com/cyrilgdn/terraform-provider-postgresql/pull/3 ) - @thenonameguy )
20+
21+ ## 1.7.2 (July 30, 2020)
22+
23+ This is the first release on [ Terraform registry] ( https://registry.terraform.io/providers/cyrilgdn/postgresql/latest )
24+
25+ DEV IMPROVEMENTS:
26+
27+ * Add goreleaser config
28+ * Pusblish on Terraform registry: https://registry.terraform.io/providers/cyrilgdn/postgresql/latest
29+
1030## 1.7.1 (July 30, 2020)
1131
1232BUG FIXES:
You can’t perform that action at this time.
0 commit comments