Skip to content

Commit 0facd03

Browse files
tf-release-botTeamCity
authored andcommitted
v0.12.5
1 parent 60c4d28 commit 0facd03

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
## 0.12.5 (Unreleased)
1+
## 0.12.5 (July 18, 2019)
22

33
ENHANCEMENTS:
4-
* command/format: No longer show no-ops in `terraform show`, since nothing will change [GH-21907]
5-
* backend/s3: Support for assuming role using credential process from the shared AWS configuration file (support profile containing both `credential_process` and `role_arn` configurations) [GH-21908]
6-
* connection/ssh: Abort ssh connections when the server is no longer responding [GH-22037]
7-
* connection/ssh: Support ssh diffie-hellman-group-exchange-sha256 key exchange [GH-22037]
4+
* command/format: No longer show no-ops in `terraform show`, since nothing will change ([#21907](https://github.com/hashicorp/terraform/issues/21907))
5+
* backend/s3: Support for assuming role using credential process from the shared AWS configuration file (support profile containing both `credential_process` and `role_arn` configurations) ([#21908](https://github.com/hashicorp/terraform/issues/21908))
6+
* connection/ssh: Abort ssh connections when the server is no longer responding ([#22037](https://github.com/hashicorp/terraform/issues/22037))
7+
* connection/ssh: Support ssh diffie-hellman-group-exchange-sha256 key exchange ([#22037](https://github.com/hashicorp/terraform/issues/22037))
88

99
BUG FIXES:
10-
* backend/remote: fix conflict with normalized config dir and vcs root working directory [GH-22096]
11-
* backend/remote: be transparent about what filesystem prefix Terraform is uploading to the remote system, and why it's doing that [GH-22121]
12-
* configs: Ensure diagnostics are properly recorded from nested modules [GH-22098]
13-
* core: Prevent inconsistent final plan error when using dynamic in a set-type block [GH-22057]
14-
* lang/funcs: Allow null values in `compact` function [GH-22044]
10+
* backend/remote: fix conflict with normalized config dir and vcs root working directory ([#22096](https://github.com/hashicorp/terraform/issues/22096))
11+
* backend/remote: be transparent about what filesystem prefix Terraform is uploading to the remote system, and why it's doing that ([#22121](https://github.com/hashicorp/terraform/issues/22121))
12+
* configs: Ensure diagnostics are properly recorded from nested modules ([#22098](https://github.com/hashicorp/terraform/issues/22098))
13+
* core: Prevent inconsistent final plan error when using dynamic in a set-type block ([#22057](https://github.com/hashicorp/terraform/issues/22057))
14+
* lang/funcs: Allow null values in `compact` function ([#22044](https://github.com/hashicorp/terraform/issues/22044))
1515

1616
## 0.12.4 (July 11, 2019)
1717

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var Version = "0.12.5"
1616
// A pre-release marker for the version. If this is "" (empty string)
1717
// then it means that it is a final release. Otherwise, this is a pre-release
1818
// such as "dev" (in development), "beta", "rc1", etc.
19-
var Prerelease = "dev"
19+
var Prerelease = ""
2020

2121
// SemVer is an instance of version.Version. This has the secondary
2222
// benefit of verifying during tests and init time that our version is a

0 commit comments

Comments
 (0)