S3deploy Versions Save

A simple tool to deploy static websites to Amazon S3 and CloudFront with Gzip and custom headers support (e.g. "Cache-Control")

v2.11.0

1 year ago

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

1 year ago

What's Changed

  • Rework test scripts d31662d @bep
  • github: Disable tests for Go 1.20 1b4865c @bep
  • Don't fail if S3DEPLOY_TEST_KEY is not set ba2e93c @bep
  • Bump golang.org/x/text from 0.3.7 to 0.8.0 ded3346 @dependabot[bot]
  • deps: Update github.com/rogpeppe/go-internal v1.9.0 => v1.10.0 5e9186d @bep

v2.10.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/bep/s3deploy/compare/v2.9.0...v2.10.0

v2.9.0

1 year ago

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.

Changes

  • readme: Adjust cache value in example 2bac7ad @bep #52
  • deps: go get -u 2b0aec3 @bep
  • Update README.md b6d05c2 @bep
  • Rework and simplify the flag/config handling 44c92f6 @bep #23
  • Add integration tests d41c57c @bep
  • Upgrade to aws-sdk-go-v2 1617a92 @bep

v2.8.1

1 year ago

Changelog

f63c5b7 Revert "Add route-scoped ACL configuration"

v2.8.0

1 year ago

What's Changed

Full Changelog: https://github.com/bep/s3deploy/compare/v2.7.0...v2.8.0

v2.7.0

2 years ago

Changelog

b66e5d2 Allow multiple distribution-id 4d7acf3 Update README.md

v2.6.0

2 years ago

Changelog

e622115 Add 'ignore' flag

v2.5.1

2 years ago

Changelog

ca63653 circleci: Bump Goreleaser

v2.5.0

2 years ago

Changelog

928716d Upgrade to Go 1.17 2d75d42 Bump github.com/aws/aws-sdk-go from 1.40.20 to 1.41.11