Releases: bep/s3deploy
Releases · bep/s3deploy
v2.12.1
v2.12.0
Improvements
- release: Publish a tar.gz archive for MacOS 0a957c5 @bep #497
- Add -strip-index-html 034e621 @bep #503
- Add flags/config -skip-local-files, -skip-local-dirs 7314143 @bep #53 #58
- Bump github.com/bep/helpers from 0.4.0 to 0.5.0 a093e11 @dependabot[bot]
- Bump golang.org/x/text from 0.16.0 to 0.19.0 00d3cce @dependabot[bot]
- Bump golang.org/x/sync from 0.7.0 to 0.8.0 ab45c67 @dependabot[bot]
- github: Bump Go versions daa048e @bep
- Bump golang.org/x/text from 0.14.0 to 0.16.0 7154948 @dependabot[bot]
- Bump golang.org/x/sync from 0.3.0 to 0.7.0 11076cd @dependabot[bot]
- Bump golang.org/x/text from 0.10.0 to 0.14.0 85648b9 @dependabot[bot]
- Bump github.com/frankban/quicktest from 1.14.5 to 1.14.6 5413eac @dependabot[bot]
- Bump github.com/rogpeppe/go-internal 0e3534f @dependabot[bot]
- Bump github.com/peterbourgon/ff/v3 from 3.3.0 to 3.4.0 50acfd1 @dependabot[bot]
- Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.33.1 to 1.35.0 a526152 @dependabot[bot]
- Bump golang.org/x/sync from 0.2.0 to 0.3.0 34235d3 @dependabot[bot]
- Bump github.com/aws/aws-sdk-go-v2/service/cloudfront 73dd3e9 @dependabot[bot]
- Bump golang.org/x/text from 0.9.0 to 0.10.0 e5a43cb @dependabot[bot]
- Bump golang.org/x/sync from 0.1.0 to 0.2.0 71555a1 @dependabot[bot]
- Bump github.com/frankban/quicktest from 1.14.3 to 1.14.5 4806fbc @dependabot[bot]
Bug fixes
v2.11.0
What's Changed
- Bump github.com/aws/aws-sdk-go-v2/service/cloudfront f15afc7 @dependabot[bot]
- Bump golang.org/x/text from 0.8.0 to 0.9.0 e3047e8 @dependabot[bot]
- Bump github.com/aws/aws-sdk-go-v2/credentials from 1.12.21 to 1.13.22 8eb0f10 @dependabot[bot]
- Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.27.11 to 1.33.1 75a9a52 @dependabot[bot]
- github: Skip gocover for dependabot 24517e9 @bep
- Do not run codecov on forked PRs d9d8378 @bep
v2.10.1
v2.10.0
v2.9.0
There are some major technical upgrades in this release, but no functional changes/breakage.
Most notably:
- Upgrade to the AWS SDK V2
- Rework the flag/config handling to allow OS env as flags, flags defined in config file and env var interpolation in config file. See the Documentation for more info.
- A set of integration tests using testscript has pulled the test coverage up around ~80%.
- We have ported the release script to Hugoreleaser. This means that the archive names have changed (standardised), but it also means that you get only one unviversal, notarized MacOS PKG archive.