Releases: hashicorp/go-getter
Releases · hashicorp/go-getter
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)
v1.5.1
v1.5.0
v1.4.2
Improvement:
- Expose a Umask option to mask file permissions when storing local files or decompressing an archive. Helpful for clearing
setuid
or other sensitive bits. - feat(detector): provide a detector for repositories hosted on GitLab.com
- Use default AWS credential chain under normal circumstances