Skip to content

Releases: bep/s3deploy

v2.5.1

31 Oct 11:00
@bep bep
ca63653
Compare
Choose a tag to compare

Changelog

ca63653 circleci: Bump Goreleaser

v2.5.0

28 Oct 09:12
@bep bep
Compare
Choose a tag to compare

Changelog

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

v2.4.0

12 Aug 07:22
@bep bep
aad0700
Compare
Choose a tag to compare

Changelog

aad0700 goreleaser: Update config to new version
54ffc30 Bump github.com/aws/aws-sdk-go from 1.15.27 to 1.40.20
627809c Bump gopkg.in/yaml.v2 from 2.2.1 to 2.4.0
f915e48 Bump github.com/stretchr/testify from 1.2.2 to 1.7.0
5ef0487 Bump golang.org/x/text from 0.3.0 to 0.3.7
ab8a188 Handle CDN invalidate for root context stored in bucket sub path
9f387d0 Allow setting ACL as a string
6e56b8f readme: Update path in go get
977f0c9 Simplify normalizeInvalidationPaths
78ad173 releaser: Bump to Go 1.16.7
9d67e2b github: Fix failing test on Windows in GitHub actions
eea77a0 github: Fix test package
678875d readme: Add test status badge
3d0e846 build: Replace Travis/Appveyor with GitHub Actions
93ec024 github: Add dependabot config

v2.3.5

07 Jul 10:11
@bep bep
a87669c
Compare
Choose a tag to compare

Changelog

a87669c release: Remove the 386 build

v2.3.4

06 Jul 19:57
@bep bep
ffccdd5
Compare
Choose a tag to compare
circleci: Update to Go 1.14.3

v2.3.3

02 Jul 18:12
@bep bep
Compare
Choose a tag to compare

Add /v2 to the path in go.mod to make it installable via "go get".

v2.3.2

07 Apr 08:57
@bep bep
Compare
Choose a tag to compare

Changelog

56b818b Add Prefix param to ListObjectsPages

v2.3.1

31 Mar 10:37
@bep bep
Compare
Choose a tag to compare

Changelog

b97a922 Unexport pathEscapeRFC1738
b814d21 Encode CloudFront invalidation paths
de166f3 Update README.md

v2.3.0

01 Jan 14:00
@bep bep
Compare
Choose a tag to compare

Main thing in this release; a new flag:

 -public-access
        set public ACL on uploaded objects, defaults to private if not set.

See #39

Changelog

ed74ea6 S3: Add Public ACL flag - default to private.
48a7d5f Add CloudFront IAM Policy example
7743b71 Update README with Homebrew instsall instructions etc.
c6d32f4 Remove superflous trailing slash in path.Join

v2.2.0

03 Oct 18:22
@bep bep
d9f955f
Compare
Choose a tag to compare

Changelog

d9f955f Add CloudFront cache invalidation
9f84015 circleci: Do go mod download before build