Skip to content

Releases: LeadingEDJE/stackmanager

1.6.2

22 Jan 19:52
4ee24bc

Choose a tag to compare

Merge pull request #93 from LeadingEDJE/dependabot/pip/wheel-0.46.2

Bump wheel from 0.45.1 to 0.46.2

1.6.1

08 Jan 14:41
b1b074c

Choose a tag to compare

What's Changed

Security patch:

Full Changelog: 1.6.0...1.6.1

1.6.0

20 Dec 00:57
fb17cca

Choose a tag to compare

Updated to deprecate versions of lambda runtimes that had been depreciated by AWS. Current with runtimes defined here as of the date of this release.

1.5.0

09 Dec 15:36
6ac7c86

Choose a tag to compare

Update to Python 3.12 for project and dependencies

1.4.3

09 May 16:43
894a4b1

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

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

Choose a tag to compare

  • Adds support for nodejs18

1.4.0

16 Aug 18:30
ea84b0e

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

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

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.