This repository was archived by the owner on May 17, 2023. It is now read-only.
Releases: eugene-manuilov/cfpack
Releases · eugene-manuilov/cfpack
Release list
1.5.2
1.5.1
- Updated aws-sdk dependency to the latest version.
- Added a workaround for big templates validation which tries not to use JSON formatting when template takes more than 51200 bytes.
1.5.0
- Updated builder to sort templates before merging it.
- Updated dependencies to the latest versions.
- Added version update check.
1.4.2
- Updated dependencies to the latest versions.
- Fixed issues with
!Subfunction.
1.4.1
- Updated dependencies to the latest versions.
- Updated package.json to keep eslint and jest configs in separate files.
- Fixed issues that happened when commands were run outside of a folder with cfpack.config.js file.
1.4.0
- Updated dependencies to the latest versions.
- Updated deploy task to exit with 0 code if there are no updates to perform.
1.3.0
- Updated dependencies to fix vulnerability issues found in dependant packages.
- Updated build command to validate the final template.
- Added condition functions to the yaml parser schema.
- Added bash/zsh-completion shortcuts for commands.
- Added unit tests to check that build task properly parses yml files.
- Fixed bug that didn't allow to keep templates in multiple folders.
1.2.1
- Updated dependencies to fix vulnerability issues found in dependant packages.
1.2.0
- Added
artifactscommand to upload files to a s3 bucket. - Added spinner to the terminal output to indicate process.
- Added eslint config to standardise code base.
- Reworked tasks runner to use middlewares instead of array of tasks.
- Updated init command to use existing values if config file is already created.
1.1.0
- Updated deploy command to display stack events and wait till the update process ends.
- Updated delete command to display stack events and wait till the delete process ends.