Skip to content

Releases: hashicorp/hc-install

v0.5.1

31 Mar 09:52
38ff882
Compare
Choose a tag to compare

What's Changed

v0.5.1 contains no user-facing changes relative to v0.5.0, except to fix a build issue in which Linux binaries were not statically linked.

FIXES

INTERNAL

Full Changelog: v0.5.0...v0.5.1

v0.5.0

02 Feb 16:14
140ad91
Compare
Choose a tag to compare

What's Changed

ENHANCEMENTS

FIXES

  • installer: Allow context propagation to reach http requests by @mafredri in #68
  • internal/build: Fix installation of some Go versions by @radeksimko in #85
  • internal/releasesjson: Prevent path traversal by @radeksimko in #92
  • Report version correctly by @radeksimko in #97

INTERNAL

  • Bump go version to 1.19.5 by @radeksimko in #98
  • [COMPLIANCE] Update MPL 2.0 LICENSE by @hashicorp-copywrite in #71
  • ci: Release binaries via CRT by @radeksimko in #96
  • ci: bump workflow timeouts by @radeksimko in #75
  • ci: run E2E tests nightly by @radeksimko in #77
  • ci: fix nightly GHA workflow by @radeksimko in #79
  • ci: Run tests on Go 1.18 & 1.19 by @radeksimko in #86
  • ci: Add OS name to test job titles by @radeksimko in #89
  • ci/nightly-tests: add missing checkout step by @radeksimko in #80
  • github: Pin external GitHub Actions to hashes by @radeksimko in #83
  • build(deps): bump github.com/hashicorp/go-version from 1.5.0 to 1.6.0 by @dependabot in #63
  • build(deps): bump github.com/mitchellh/cli from 1.1.3 to 1.1.4 by @dependabot in #67
  • build(deps): bump github.com/google/go-cmp from 0.5.8 to 0.5.9 by @dependabot in #69
  • build(deps): bump github.com/mitchellh/cli from 1.1.4 to 1.1.5 by @dependabot in #73
  • ci: bump actions versions & enable dependabot updates by @radeksimko in #78
  • build(deps): bump actions/checkout from 3.2.0 to 3.3.0 by @dependabot in #87
  • ci: Enable dependabot for releases/testdata/terraform by @radeksimko in #94
  • build(deps): bump actions/upload-artifact from 3.1.1 to 3.1.2 by @dependabot in #102
  • build(deps): bump hashicorp/actions-go-build from 0.1.7 to 0.1.9 by @dependabot in #103
  • deps: bump golang.org/x/crypto to 0.5.0 by @radeksimko in #91
  • releases: bump mitchellh/cli to 1.1.5 in testdata by @radeksimko in #93
  • build+ci: Bump default timeouts for building by @radeksimko in #95

New Contributors

  • @tgross made their first contribution in #60
  • @mafredri made their first contribution in #68
  • @hashicorp-copywrite made their first contribution in #71
  • @alenkacz made their first contribution in #74

Full Changelog: v0.4.0...v0.5.0

v0.4.0

23 Jun 12:55
ea027be
Compare
Choose a tag to compare

ENHANCEMENTS

  • fs.Version to support version constrained binary discovery by @magodo in #52
  • build: bump default clone timeout from 2 to 5 mins by @radeksimko in #62

INTERNAL

  • build(deps): bump github.com/hashicorp/go-version from 1.4.0 to 1.5.0 by @dependabot in #61

v0.3.2

10 May 07:06
ba20d15
Compare
Choose a tag to compare

BUG FIXES:

INTERNAL:

  • build(deps): bump github.com/hashicorp/go-version from 1.3.0 to 1.4.0 by @dependabot in #47
  • build(deps): bump github.com/google/go-cmp from 0.5.6 to 0.5.7 by @dependabot in #48
  • build(deps): bump github.com/google/go-cmp from 0.5.7 to 0.5.8 by @dependabot in #54
  • use Response.ContentLength & clarify log messages by @radeksimko in #49
  • ci: bump timeout for E2E tests by @radeksimko in #50

v0.3.1

01 Dec 07:55
7e86c53
Compare
Choose a tag to compare

BUG FIXES:

  • fs.AnyVersion: Fix validation for when ExactBinPath is empty (#42)

v0.3.0

30 Nov 16:46
6c4cca6
Compare
Choose a tag to compare

ENHANCEMENTS:

  • fs.AnyVersion: Introduce ExactBinPath (#40)

v0.2.0

11 Nov 17:52
64d2955
Compare
Choose a tag to compare

BUG FIXES:

  • fix: avoid crash in installer (#29)
  • fix: incorrect validation of product & binary names (#28)
  • product: revise default clone & build timeouts (#33)

ENHANCEMENTS:

  • installer: enable log instrumentation via SetLogger (#36)
  • installer: align Install with Ensure & test it (#34)
  • releases.Versions: Sort versions from releases JSON response (#37)

v0.1.0

03 Nov 16:33
2695df3
Compare
Choose a tag to compare

Initial release.