Releases: LeadingEDJE/stackmanager
Releases · LeadingEDJE/stackmanager
1.4.3
1.4.2
- Support for
java17
- Support for
python3.10
- Switch to Python 3.10 for container
1.4.1
- Adds support for nodejs18
1.4.0
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
- 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
- Add
--parameter-use-previous <ParameterName>
argument todeploy
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
- Fix (hopefully) CodeBuild issue with Docker push
1.2.4
- 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
Switches Docker image to be Debian based for compatibility with Azure DevOps - otherwise identical to previous 1.2.x versions.
1.2.2
Identical functionally to 1.2.0 (and 1.2.1), but includes Docker image in AWS Public ECR