Skip to content

Releases: LeadingEDJE/stackmanager

1.4.3

09 May 16:43
894a4b1
Compare
Choose a tag to compare
  • Fix docker image build by using Public ECR python image (1.4.1 and 1.4.2 are missing)

1.4.2

01 May 15:39
9a1f9b4
Compare
Choose a tag to compare
  • Support for java17
  • Support for python3.10
  • Switch to Python 3.10 for container

1.4.1

13 Dec 16:23
f356054
Compare
Choose a tag to compare
  • Adds support for nodejs18

1.4.0

16 Aug 18:30
ea84b0e
Compare
Choose a tag to compare

Updates the supported Lambda versions to match the current runtimes offered in AWS:

  • Adds python3.9, dotnet6, nodejs14.x, nodejs16.x, java8.al2
  • Removes python2.7, dotnetcore2.1, ruby2.5, nodejs10.x

Requires version >= 1.18.0 of aws-lambda-builders

1.3.1

05 Jul 14:35
4c93939
Compare
Choose a tag to compare
  • Add support for IMPORT statuses - i.e. you can update a stack in IMPORT_COMPLETE or IMPORT_ROLLBACK_COMPLETE statuses.

There's currently no support for using stackmanager to perform the import.

1.3.0

16 Apr 16:58
655c8d5
Compare
Choose a tag to compare
  • Add --parameter-use-previous <ParameterName> argument to deploy so that if you've previously used --parameter and want to use the same value you don't need to supply it.

1.2.5

18 Jan 21:40
44c5269
Compare
Choose a tag to compare
  • Fix (hopefully) CodeBuild issue with Docker push

1.2.4

18 Jan 21:31
32005de
Compare
Choose a tag to compare
  • Include curl in the Docker image
  • Tag image with minor/major/latest - e.g. 1.2.4 will also be tagged 1.2, 1 and latest.

1.2.3

14 Jan 22:51
74e8343
Compare
Choose a tag to compare

Switches Docker image to be Debian based for compatibility with Azure DevOps - otherwise identical to previous 1.2.x versions.

1.2.2

23 Dec 16:19
884c423
Compare
Choose a tag to compare

Identical functionally to 1.2.0 (and 1.2.1), but includes Docker image in AWS Public ECR