You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: terraform/repos/community-x86_64/CHANGELOG.md
+18-5
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
## 0.14.5 (January 20, 2021)
2
+
3
+
ENHANCEMENTS:
4
+
5
+
* backend/pg: The Postgres backend now supports the "scram-sha-256" authentication method. ([#26886](https://github.com/hashicorp/terraform/issues/26886))
6
+
7
+
BUG FIXES:
8
+
9
+
* cli: Fix formatting of long integers in outputs and console ([#27479](https://github.com/hashicorp/terraform/issues/27479))
10
+
* cli: Fix redundant check of remote workspace version for local operations ([#27498](https://github.com/hashicorp/terraform/pull/27498))
11
+
* cli: Fix missing check of remote workspace version for state migration ([#27556](https://github.com/hashicorp/terraform/issues/27556))
12
+
* cli: Fix world-writable permissions on dependency lock file ([#27205](https://github.com/hashicorp/terraform/issues/27205))
13
+
1
14
## 0.14.4 (January 06, 2021)
2
15
3
16
UPGRADE NOTES:
@@ -6,11 +19,11 @@ UPGRADE NOTES:
6
19
7
20
BUG FIXES:
8
21
9
-
* backend/remote: Disable remote Terraform workspace version check when the remote workspace is in local operations mode ([[#27407](https://github.com/hashicorp/terraform/issues/27407)])
10
-
* core: Fix panic when using `sensitive` values as arguments to data sources ([[#27335](https://github.com/hashicorp/terraform/issues/27335)])
11
-
* core: Fix panic when using `sensitive` values as `count` arguments on validate ([[#27410](https://github.com/hashicorp/terraform/issues/27410)])
12
-
* core: Fix panic when passing `sensitive` values to module input variables which have custom variable validation ([[#27412](https://github.com/hashicorp/terraform/issues/27412)])
13
-
* dependencies: Upgrade HCL to v2.8.2, fixing several bugs with `sensitive` values ([[#27420](https://github.com/hashicorp/terraform/issues/27420)])
22
+
* backend/remote: Disable remote Terraform workspace version check when the remote workspace is in local operations mode ([#27407](https://github.com/hashicorp/terraform/issues/27407))
23
+
* core: Fix panic when using `sensitive` values as arguments to data sources ([#27335](https://github.com/hashicorp/terraform/issues/27335))
24
+
* core: Fix panic when using `sensitive` values as `count` arguments on validate ([#27410](https://github.com/hashicorp/terraform/issues/27410))
25
+
* core: Fix panic when passing `sensitive` values to module input variables which have custom variable validation ([#27412](https://github.com/hashicorp/terraform/issues/27412))
26
+
* dependencies: Upgrade HCL to v2.8.2, fixing several bugs with `sensitive` values ([#27420](https://github.com/hashicorp/terraform/issues/27420))
0 commit comments