Releases: badsyntax/github-action-aws-s3
Releases · badsyntax/github-action-aws-s3
v1.0.3
What's Changed
- Add support for hdr files by @badsyntax in #333
- Bump aws-actions/configure-aws-credentials from 1 to 2 by @dependabot in #277
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Bump badsyntax/github-action-aws-cloudformation from 1.0.2 to 1.0.3 by @dependabot in #194
- Bump @aws-sdk/lib-storage from 3.53.1 to 3.245.0 by @dependabot in #226
- Bump @actions/core from 1.6.0 to 1.10.0 by @dependabot in #182
- Bump mime-types from 2.1.34 to 2.1.35 by @dependabot in #95
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Bump badsyntax/github-action-aws-cloudformation from 0.0.6 to 1.0.0 by @dependabot in #52
- Bump @aws-sdk/lib-storage from 3.45.0 to 3.49.0 by @dependabot in #61
- Bump eslint from 8.5.0 to 8.8.0 by @dependabot in #62
- Bump @typescript-eslint/parser from 5.8.0 to 5.11.0 by @dependabot in #66
- Bump actions/setup-node from 2.5.0 to 2.5.1 by @dependabot in #43
- Bump jest from 27.4.5 to 27.5.1 by @dependabot in #67
- Bump follow-redirects from 1.14.6 to 1.14.9 by @dependabot in #75
- Bump @typescript-eslint/parser from 5.11.0 to 5.12.1 by @dependabot in #74
- Bump minimatch from 3.0.4 to 5.0.0 by @dependabot in #73
- Bump eslint-plugin-jest from 25.3.0 to 26.1.1 by @dependabot in #72
- Bump eslint-config-prettier from 8.3.0 to 8.4.0 by @dependabot in #78
- Bump s3-etag from 0.0.7 to 1.0.3 by @dependabot in #77
- Bump badsyntax/github-action-aws-cloudformation from 1.0.0 to 1.0.1 by @dependabot in #76
- Bump actions/setup-node from 2.5.1 to 3 by @dependabot in #83
- Bump @vercel/ncc from 0.33.1 to 0.33.3 by @dependabot in #79
- Remove release-drafter by @badsyntax in #84
- Bump ts-jest from 27.1.2 to 27.1.3 by @dependabot in #69
- Fix package & don't cancel build parallel jobs by @badsyntax in #88
- Bump minimatch from 5.0.0 to 5.0.1 by @dependabot in #82
- Bump eslint from 8.8.0 to 8.10.0 by @dependabot in #81
- Bump node-fetch from 2.6.6 to 2.6.7 by @dependabot in #87
- Bump @aws-sdk/client-s3 from 3.45.0 to 3.53.1 by @dependabot in #85
- Bump typescript from 4.5.4 to 4.5.5 by @dependabot in #68
- Bump @aws-sdk/lib-storage from 3.49.0 to 3.53.1 by @dependabot in #86
- Fix package by @badsyntax in #89
- Bump badsyntax/github-action-aws-cloudformation from 1.0.1 to 1.0.2 by @dependabot in #99
- Bump actions/checkout from 2 to 3 by @dependabot in #92
- Bump @typescript-eslint/parser from 5.12.1 to 5.23.0 by @dependabot in #126
- Bump github/codeql-action from 1 to 2 by @dependabot in #115
- Bump typescript from 4.5.5 to 4.6.4 by @dependabot in #120
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #128
Full Changelog: v1.0.0...v1.0.1
v1.0.0
This is a stable release of the action.
- Bump @typescript-eslint/parser from 5.8.0 to 5.9.1 (#51) @dependabot
v0.0.11
- Fix package name & simplify logic (#40) @badsyntax
- Fix multipart async and rename to AsyncBatchQueue (#39) @badsyntax
- Bump @vercel/ncc from 0.33.0 to 0.33.1 (#32) @dependabot
- Bump @aws-sdk/client-s3 from 3.44.0 to 3.45.0 (#37) @dependabot
- Bump @typescript-eslint/parser from 5.7.0 to 5.8.0 (#34) @dependabot
- Bump eslint from 8.4.1 to 8.5.0 (#33) @dependabot
- Bump @aws-sdk/lib-storage from 3.44.0 to 3.45.0 (#38) @dependabot
- Bump badsyntax/github-action-aws-cloudformation from 0.0.5 to 0.0.6 (#28) @dependabot
- Bump s3-etag from 0.0.6 to 0.0.7 (#30) @dependabot
- Bump actions/setup-node from 2.4.1 to 2.5.0 (#29) @dependabot
v0.0.10
- Don't match directories when globbing
v0.0.9
- Improve globbing to support brace expansion (#26) @badsyntax
v0.0.8
- Don't show metadata errors (#25) @badsyntax
v0.0.7
- Add configurable sync strategy (#24) @badsyntax
v0.0.6
- Rename action to
AWS S3 Sync & Clean
- Update action description
- Bump ts-jest from 27.1.1 to 27.1.2 (#21) @dependabot