Releases: LeadingEDJE/stackmanager
Releases · LeadingEDJE/stackmanager
1.6.2
1.6.1
What's Changed
Security patch:
- Bump urllib3 from 2.6.1 to 2.6.3 by @dependabot[bot] in #92
Full Changelog: 1.6.0...1.6.1
1.6.0
1.5.0
Update to Python 3.12 for project and dependencies
1.4.3
- Fix docker image build by using Public ECR python image (1.4.1 and 1.4.2 are missing)
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 todeployso that if you've previously used--parameterand want to use the same value you don't need to supply it.