Skip to content

Releases: hashicorp/go-getter

v1.7.0

13 Feb 16:12
0edab85
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.2...v1.7.0

v2.1.1

30 Nov 20:15
211d65f
Compare
Choose a tag to compare

What's Changed

  • Add Timeout to SmbClientGetter to go-getter/v2 by @nywilken in #369
  • Upgrade AWS SDK version by @kmoe in #385

Other Changes

New Contributors

  • @kmoe made their first contribution in #385

Full Changelog: v2.1.0...v2.1.1

v1.6.2

13 Jun 19:02
ef2fcc6
Compare
Choose a tag to compare

What's Changed

  • Fix no getter available for X-Terraform-Get source protocol when using bare github or bitbucket hostnames: #370

v2.1.0

24 May 20:37
31c3313
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.1.0

v1.6.1

19 May 18:04
f710948
Compare
Choose a tag to compare
Merge pull request #362 from hashicorp/update-x/sys-for-go1.18

Update `golang.org/x/sys` to work with `go1.18`

v2.0.2

22 Mar 09:26
@azr azr
4e45866
Compare
Choose a tag to compare

What's Changed

  • update s3 gcs and cmd to use most recent v2 module by @azr in #352
  • Removed ova file type from the list of supported decompressors by @nywilken in #354

Full Changelog: v2.0.1...v2.0.2

v2.0.1

09 Feb 16:16
@azr azr
976c908
Compare
Choose a tag to compare

Enhancements

Bug fixes 🐞

  • fixes #320: Pass context to NewRequestWithContext so HTTP requests can… by @zeisss in #324
  • Ignore comments in checksum files by @azr in #350

New Contributors

Full Changelog: v2.0.0...v2.0.1

v1.5.11

10 Jan 18:43
b1336de
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.10...v1.5.11

v1.5.10

22 Dec 22:33
Compare
Choose a tag to compare
  • 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 optional ref argument, and would instead only allow named refs from the remote. As a compromise, go-getter will now accept for ref anything that git checkout would accept as a valid tree selector, unless you also set depth to activate shallow clone mode in which case ref must be a named ref due to requirements of the Git protocol in that case. (#345)

v1.5.9

04 Oct 23:35
0821303
Compare
Choose a tag to compare

Fix git shallow clone (depth parameter) for any ref. See #266