Releases: hashicorp/go-getter
Releases · hashicorp/go-getter
v1.8.5
What's Changed
- [chore] : Bump the go group with 2 updates by @dependabot[bot] in #576
- use %w to wrap error by @Ericwww in #475
- fix: #538 http file download skipped if headResp.ContentLength is 0 by @martijnvdp in #539
- chore: fix error message capitalization in checksum function by @ssagarverma in #578
- [chore] : Bump the go group with 8 updates by @dependabot[bot] in #577
- Fix git url with ambiguous ref by @nimasamii in #382
- fix: resolve compilation errors in get_git_test.go by @CreatorHead in #579
- [chore] : Bump the actions group with 2 updates by @dependabot[bot] in #582
- [chore] : Bump the go group with 3 updates by @dependabot[bot] in #583
- test that arbitrary files cannot be checksummed by @schmichael in #250
- [chore] : Bump google.golang.org/api from 0.260.0 to 0.262.0 in the go group by @dependabot[bot] in #585
- [chore] : Bump actions/checkout from 6.0.1 to 6.0.2 in the actions group by @dependabot[bot] in #586
- [chore] : Bump the go group with 3 updates by @dependabot[bot] in #588
- [chore] : Bump actions/cache from 5.0.2 to 5.0.3 in the actions group by @dependabot[bot] in #589
- [chore] : Bump aws-actions/configure-aws-credentials from 5.1.1 to 6.0.0 in the actions group by @dependabot[bot] in #592
- [chore] : Bump google.golang.org/api from 0.264.0 to 0.265.0 in the go group by @dependabot[bot] in #591
- [chore] : Bump the go group with 5 updates by @dependabot[bot] in #593
- IND-6310 - CRT Onboarding by @nasareeny in #584
- Fix crt build path by @ssagarverma in #594
- [chore] : Bump the go group with 3 updates by @dependabot[bot] in #596
- fix: remove checkout action from set-product-version job by @ssagarverma in #598
- [chore] : Bump the actions group with 4 updates by @dependabot[bot] in #595
- fix(deps): upgrade go.opentelemetry.io/otel/sdk to v1.40.0 (GO-2026-4394) by @ssagarverma in #599
- Prepare go-getter for v1.8.5 release by @nasareeny in #597
- [chore] : Bump the actions group with 2 updates by @dependabot[bot] in #600
- sec: bump go and xrepos + redact aws tokens in url by @dduzgun-security in #604
NOTES:
Binary Distribution Update: To streamline our release process and align with other HashiCorp tools, all release binaries will now be published exclusively to the official HashiCorp release site. We will no longer attach release assets to GitHub Releases.
New Contributors
- @Ericwww made their first contribution in #475
- @martijnvdp made their first contribution in #539
- @nimasamii made their first contribution in #382
- @nasareeny made their first contribution in #584
Full Changelog: v1.8.4...v1.8.5
v1.8.4
What's Changed
- [IND-4227][COMPLIANCE] chore: Fix lint issues-build tags by @ssagarverma in #568
- [IND-4227] [COMPLIANCE] Update Copyright Headers by @oss-core-libraries-dashboard[bot] in #566
- [COMPLIANCE] Update Copyright Headers by @oss-core-libraries-dashboard[bot] in #571
- [chore] : Bump the actions group across 1 directory with 3 updates by @dependabot[bot] in #567
- fix: allow downloading S3 files from MinIO over http by @vsarunas in #570
- [chore] : Bump the actions group across 1 directory with 6 updates by @dependabot[bot] in #574
- [chore] : Bump the go group across 1 directory with 12 updates by @dependabot[bot] in #575
New Contributors
- @ssagarverma made their first contribution in #568
- @oss-core-libraries-dashboard[bot] made their first contribution in #566
Full Changelog: v1.8.3...v1.8.4
v1.8.3
What's Changed
- [chore] : Bump actions/cache from 4.2.4 to 4.3.0 in the actions group by @dependabot[bot] in #562
- [chore] : Bump aws-actions/configure-aws-credentials from 5.0.0 to 5.1.0 in the actions group by @dependabot[bot] in #563
- Remove failed decompressed files by @allisonlarson in #564
New Contributors
- @allisonlarson made their first contribution in #564
Full Changelog: v1.8.2...v1.8.3
v1.8.2
What's Changed
- Ensure temporary directory symlinks do not cause errors by @cam-stitt in #560
New Contributors
- @cam-stitt made their first contribution in #560
Full Changelog: v1.8.1...v1.8.2
v1.8.1
What's Changed
- chore(deps): bump ulikunitz/xz to v0.5.15 by @thevilledev in #550
- Improve CI/CD, fix tests by @YakDriver in #554
- [fix] Windows junction handling by @YakDriver in #557
New Contributors
- @thevilledev made their first contribution in #550
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's Changed
- [chore] : Bump the actions group with 2 updates by @dependabot[bot] in #543
- [chore] : Bump google-github-actions/auth from 2.1.12 to 3.0.0 in the actions group by @dependabot[bot] in #546
- go: bump ulikunitz/xz to v.0.5.14 to resolve GHSA-jc7w-c686-c4v9 by @ryancragun in #547
- Upgrade to aws-sdk-go-v2, v1 is unsupported by @YakDriver in #548
- Modernize codebase: Fix linting issues, update CI/CD workflow, and improve test categorization by @YakDriver in #549
New Contributors
- @ryancragun made their first contribution in #547
- @YakDriver made their first contribution in #548
Full Changelog: v1.7.9...v1.8.0
v1.7.9
What's Changed
- Speed up XZ decompression by 5x with bufio wrapper by @vsarunas in #520
- Fix CI Workflow by @mohanmanikanta2299 in #522
- test: Remove use of "mitchellh/go-testing-interface" for stdlib by @jrasell in #523
- fix: url redact of multiple sshkey by @dduzgun-security in #528
- Publish arm binaries by @sethvargo in #525
- fix errcheck lint errors and run it as part of pr checks by @abhijeetviswa in #530
- fix additional lint errors and increase linter scope by @abhijeetviswa in #531
- IND-3728 enabling dependabot by @KaushikiAnand in #529
- fix: go-getter subdir paths by @dduzgun-security in #540
New Contributors
- @vsarunas made their first contribution in #520
- @jrasell made their first contribution in #523
- @sethvargo made their first contribution in #525
- @abhijeetviswa made their first contribution in #530
- @KaushikiAnand made their first contribution in #529
Full Changelog: v1.7.8...v1.7.9
v1.7.8
What's Changed
- sec: fix s3 and gcs host checks by @dduzgun-security in #512
Full Changelog: v1.7.7...v1.7.8
v1.7.7
What's Changed
- Clean up git repo on disk when the ref checkout fails by @james-warren0 in #504
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #409
- Add CODEOWNERS file in .github/CODEOWNERS by @mukeshjc in #505
- IND-1804 Bump up dependencies to remediate vulnerabiities by @mohanmanikanta2299 in #513
- Updating arguments in github release CI by @mohanmanikanta2299 in #514
- Updating .goreleaser.yml file with valid version by @mohanmanikanta2299 in #515
New Contributors
- @james-warren0 made their first contribution in #504
- @mukeshjc made their first contribution in #505
- @mohanmanikanta2299 made their first contribution in #513
Full Changelog: v1.7.6...v1.7.7