Skip to content

Releases: serverless/github-action

v4.0.0: Support Serverless Framework v4 (#97)

Choose a tag to compare

@Mmarzex Mmarzex released this 06 Jan 17:09
f5f0c17
Co-authored-by: Maciej Skierkowski <maciej@skierkowski.com>

v3.2.0

Choose a tag to compare

@DavideViolante DavideViolante released this 04 May 06:47

What's Changed

  • Switch to LTS version (v18) of Node.js by @o-az in #80

New Contributors

  • @o-az made their first contribution in #80

Full Changelog: v3.1.0...v3.2.0

v3.1.0

Choose a tag to compare

@DavideViolante DavideViolante released this 31 May 08:36
8cee603

What's Changed

  • Upgrade to Node v16, Python v3.10 and switch back to slim image by @DavideViolante in #67
  • Push v3.1 branch to use the new docker version and maintain backwards compatibility

Full Changelog: v3.0.0...v3.1.0

v3.0.0

Choose a tag to compare

@DavideViolante DavideViolante released this 03 Feb 10:19
ce78388
  • BREAKING: upgrade serverless version to v3. #61
  • Add info about v2 version to README.md for backwards compatibility
  • Push v2 and v3 branches for backwards compatibility #62

v1.83.3

Choose a tag to compare

@DavideViolante DavideViolante released this 21 Jun 21:24

Create v1 branch to support both serverless v1.x and v2.x.

v2.18.0

Choose a tag to compare

@DavideViolante DavideViolante released this 26 Mar 08:13
7ded4cd
  • Use alpine image instead of slim to improve security (#51)

v2.17.1

Choose a tag to compare

@DavideViolante DavideViolante released this 03 Jan 12:09
776ee70
  • Add support for both Node and Python
  • Update readme to include example using Plugins

v2.17.0

Choose a tag to compare

@DavideViolante DavideViolante released this 03 Jan 11:48
2fc2f8d
  • Install v2.x version of serverless to prevent upgrade for each serverless newer version
  • Upgrade Dockerfile from node v12 to v14.

v2.1.0

Choose a tag to compare

@DavideViolante DavideViolante released this 05 Oct 07:47
3ffc018
  • Bump serverless version to v2
  • For v1.82.x use the v1.82.1 tag

v1.82.1

Choose a tag to compare

@DavideViolante DavideViolante released this 14 Sep 07:10
c94a5fd
  • Explicit serverless version (1.82.0) on Dockerfile, fixes #39