Skip to content

Releases: serverless/github-action

v3.2.0

04 May 06:47
Compare
Choose a tag to compare

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

31 May 08:36
8cee603
Compare
Choose a tag to compare

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

03 Feb 10:19
ce78388
Compare
Choose a tag to compare
  • 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

21 Jun 21:24
Compare
Choose a tag to compare

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

v2.18.0

26 Mar 08:13
7ded4cd
Compare
Choose a tag to compare
  • Use alpine image instead of slim to improve security (#51)

v2.17.1

03 Jan 12:09
776ee70
Compare
Choose a tag to compare
  • Add support for both Node and Python
  • Update readme to include example using Plugins

v2.17.0

03 Jan 11:48
2fc2f8d
Compare
Choose a tag to compare
  • Install v2.x version of serverless to prevent upgrade for each serverless newer version
  • Upgrade Dockerfile from node v12 to v14.

v2.1.0

05 Oct 07:47
3ffc018
Compare
Choose a tag to compare
  • Bump serverless version to v2
  • For v1.82.x use the v1.82.1 tag

v1.82.1

14 Sep 07:10
c94a5fd
Compare
Choose a tag to compare
  • Explicit serverless version (1.82.0) on Dockerfile, fixes #39

v1.82.0

04 Sep 15:07
d5730cf
Compare
Choose a tag to compare

Changes

  • Update yaml in README.md, fix deprecations (#24)
  • Bump node and serverless versions (#34)
  • Remove deprecated action/npm and replace with npm install run command (#10)
  • Add yaml language highlighting to readme (#30)