Skip to content

Releases: jonelantha/gatsby-s3-action

v3.0.0

23 Nov 20:22
ea38885
Compare
Choose a tag to compare
  • Now using Node 20
  • Package updates

v3 - latest release

23 Nov 20:24
ea38885
Compare
Choose a tag to compare
  • Copies a Gatsby site to the root of an AWS S3 bucket
  • Sets cache headers as per Gatsby Spec
  • Invalidates AWS CloudFront distribution

v2.1.0

03 Sep 19:18
329c598
Compare
Choose a tag to compare
  • New feature: only-size-changed option, sync only files where size has changed since the last deployment. Can speed up deployments for larger sites, however in rare cases could miss files where the content changed without the file size changing (one character corrections for example). Defaults to 'false'
  • Package updates

v2.0.1

21 Jul 09:31
5c89e34
Compare
Choose a tag to compare

Package updates

V2.0.0

19 Nov 19:23
6886fa8
Compare
Choose a tag to compare
  • Updated to the node16 runtime by default
    • This requires a minimum Actions Runner version of v2.285.0 to run, which is by default available in GHES 3.4 or later.
  • Package updates
  • CI updates

v1.3.5

07 Sep 15:51
48f6f33
Compare
Choose a tag to compare

Package updates

v1

07 Sep 15:55
48f6f33
Compare
Choose a tag to compare
  • Copies a Gatsby site to the root of an AWS S3 bucket
  • Sets cache headers as per Gatsby Spec
  • Invalidates AWS CloudFront distribution

v1.3.4

14 Feb 18:53
1d49e74
Compare
Choose a tag to compare
  • Package updates
  • Readme update for Gatsby V4

v1.3.3

14 Jul 16:52
347d221
Compare
Choose a tag to compare

Package updates

v1.3.2

14 May 17:34
52101d6
Compare
Choose a tag to compare
  • Package updates
  • Documentation update