Releases: hashicorp/go-getter
Releases · hashicorp/go-getter
v1.5.10
- When fetching files from Google Cloud Storage, go-getter will now consider the
GOOGLE_OAUTH_ACCESS_TOKEN
environment variable as a potential source of a Google Cloud Platform access token. (#302) - Fixed a regression from v1.5.9 where
git::
sources would no longer accept direct commit ids in the optionalref
argument, and would instead only allow named refs from the remote. As a compromise, go-getter will now accept forref
anything thatgit checkout
would accept as a valid tree selector, unless you also setdepth
to activate shallow clone mode in which caseref
must be a named ref due to requirements of the Git protocol in that case. (#345)
v1.5.9
v1.5.8
Merge pull request #336 from hashicorp/go1.14-compat Add port of url.Redact to satisfy go1.14 compatibility
v1.5.7
In 1.5.7, we moved to using signore, an internal tool, for GPG signing.
v1.5.5
v1.5.4
v1.5.3
v1.5.2
Bug fixes:
- The goreleaser release pipeline that was created and used for the 1.5.1 release was missing the GOPRIVATE env var being set, which caused private modules to be skipped. This release contains the same code as 1.5.1, but with GOPRIVATE set to github.com/hashicorp.
Release v2.0.0 with split client/requests and vendored plugins
enable GitHub code scanning workflow (#295) (#297)