Skip to content

Commit 6d1ca8f

Browse files
author
Ivan De Marino
authored
CHANGELOG for 2.16.0 (#961)
* Adding changelog entry for PR #960 * Updated CHANGELOG for 2.16.0 release, using `go-changelog` 1. `go install github.com/hashicorp/go-changelog/cmd/changelog-build@latest` 2. `changelog-build -changelog-template .changelog.tmpl -entries-dir .changelog -last-release $(git describe --tags --abbrev=0) -note-template .changelog-note.tmpl -this-release HEAD` * Tweaking changelog entry format
1 parent 6f07704 commit 6d1ca8f

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.changelog/960.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
helper/resource: Updated version of [hc-install](github.com/hashicorp/hc-install) in response to change in HashiCorp Release API [sending back a different `Content-Type` header](https://github.com/hashicorp/hc-install/issues/56). This was causing failures when the SDK attempted to install Terraform.
3+
```

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 2.16.0 (May 10, 2022)
2+
3+
ENHANCEMENTS:
4+
* helper/resource: Added error logging before failing tests, so errors are visible in test output and any separate log file ([#958](https://github.com/hashicorp/terraform-plugin-sdk/issues/958))
5+
6+
BUG FIXES:
7+
* helper/resource: Updated version of [hc-install](github.com/hashicorp/hc-install) in response to change in HashiCorp Release API [sending back a different `Content-Type` header](https://github.com/hashicorp/hc-install/issues/56). This was causing failures when the SDK attempted to install Terraform. ([#960](https://github.com/hashicorp/terraform-plugin-sdk/issues/960))
8+
19
# 2.15.0 (May 4, 2022)
210

311
FEATURES:

0 commit comments

Comments
 (0)