From ad6ca6b467dc5c59efebf12e2c50a3471028dd6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 16:07:16 +0000 Subject: [PATCH 1/2] Bump github.com/hashicorp/hc-install from 0.3.1 to 0.3.2 Bumps [github.com/hashicorp/hc-install](https://github.com/hashicorp/hc-install) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/hashicorp/hc-install/releases) - [Changelog](https://github.com/hashicorp/hc-install/blob/main/.goreleaser.yml) - [Commits](https://github.com/hashicorp/hc-install/compare/v0.3.1...v0.3.2) --- updated-dependencies: - dependency-name: github.com/hashicorp/hc-install dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index bfb5b463..3224415c 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.17 require ( github.com/google/go-cmp v0.5.8 github.com/hashicorp/go-version v1.4.0 - github.com/hashicorp/hc-install v0.3.1 + github.com/hashicorp/hc-install v0.3.2 github.com/hashicorp/terraform-exec v0.16.1 github.com/hashicorp/terraform-json v0.13.0 github.com/mattn/go-colorable v0.1.12 diff --git a/go.sum b/go.sum index cf8aeadd..cfea9c60 100644 --- a/go.sum +++ b/go.sum @@ -64,8 +64,9 @@ github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/b github.com/hashicorp/go-version v1.3.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= github.com/hashicorp/go-version v1.4.0 h1:aAQzgqIrRKRa7w75CKpbBxYsmUoPjzVm1W59ca1L0J4= github.com/hashicorp/go-version v1.4.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= -github.com/hashicorp/hc-install v0.3.1 h1:VIjllE6KyAI1A244G8kTaHXy+TL5/XYzvrtFi8po/Yk= github.com/hashicorp/hc-install v0.3.1/go.mod h1:3LCdWcCDS1gaHC9mhHCGbkYfoY6vdsKohGjugbZdZak= +github.com/hashicorp/hc-install v0.3.2 h1:oiQdJZvXmkNcRcEOOfM5n+VTsvNjWQeOjfAoO6dKSH8= +github.com/hashicorp/hc-install v0.3.2/go.mod h1:xMG6Tr8Fw1WFjlxH0A9v61cW15pFwgEGqEz0V4jisHs= github.com/hashicorp/terraform-exec v0.16.1 h1:NAwZFJW2L2SaCBVZoVaH8LPImLOGbPLkSHy0IYbs2uE= github.com/hashicorp/terraform-exec v0.16.1/go.mod h1:aj0lVshy8l+MHhFNoijNHtqTJQI3Xlowv5EOsEaGO7M= github.com/hashicorp/terraform-json v0.13.0 h1:Li9L+lKD1FO5RVFRM1mMMIBDoUHslOniyEi5CM+FWGY= From 9265f012e7c1369a1050032b1d2daf4d5bc599ba Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Tue, 10 May 2022 14:43:41 -0400 Subject: [PATCH 2/2] Update CHANGELOG for 0.8.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1216b657..e0270714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.8.1 (May 10, 2022) + +BUG FIXES: + +* cmd/tfplugindocs: 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 tool attempted to install Terraform. ([#135](https://github.com/hashicorp/terraform-plugin-docs/issues/135)) + # 0.8.0 (May 3, 2022) ENHANCEMENTS: