Skip to content

Releases: bep/s3deploy

v2.16.0

Choose a tag to compare

@bep bep released this 09 Apr 10:24
e5e7595

What's Changed

  • Update HUGORELEASER_TAG to v2.16.0 e5e7595 @bep
  • Update GitHub Actions, go.mod Go 1.25, dependencies 0bd1921 @bep

v2.15.0

Choose a tag to compare

@bep bep released this 15 Feb 13:15
e9f1b63

What's Changed

v2.14.0

Choose a tag to compare

@bep bep released this 19 Jan 10:13
74dc30e

What's Changed

v2.13.0

Choose a tag to compare

@bep bep released this 17 Jan 12:15
b2cefc3

This release also enables new versions to be installed via Homebrew:

brew install --cask bep/tap/s3deploy

Note The above requires sudo (see this issue for more context) and installs a signed and notarized package.

What's Changed

v2.12.1

Choose a tag to compare

@bep bep released this 18 Oct 05:56

What's Changed

v2.12.0

Choose a tag to compare

@bep bep released this 17 Oct 17:02

Improvements

Bug fixes

v2.11.0

Choose a tag to compare

@bep bep released this 06 May 15:12

What's Changed

v2.10.1

Choose a tag to compare

@bep bep released this 06 May 10:34

What's Changed

v2.10.0

Choose a tag to compare

@bep bep released this 25 Apr 17:13

What's Changed

  • Allow overriding default AWS endpoint URL by @joona in #373

New Contributors

Full Changelog: v2.9.0...v2.10.0

v2.9.0

Choose a tag to compare

@bep bep released this 12 Oct 11:45

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