All Versions
3
Latest Version
Avg Release Cycle
149 days
Latest Release
2343 days ago
Changelog History
Changelog History
-
v0.2.0.0 Changes
April 19, 2018๐ New Features
- โ Added
wait
command to wait until stack is in a stable state - โ Added
teardown
command to destroy stack - ๐ฒ Logging now uses ToJSON instances to provide accurate and efficient YAML
- ๐ Stack policy can now be set in deployment configurations using
policy
- CLI gives useful information about stacks when actions complete
- 0๏ธโฃ Already-provisioned stack parameters default to previously used values
๐ Bugfixes and Minor Changes
- Stability and error-handling improvements
- โก๏ธ onCreate hooks run only when creating, rather than updating
- โ Added
-
v0.1.0.0 Changes
July 26, 2017๐ฅ Breaking Changes
- ๐ The
deploy
command is renamed toprovision
. - The environment is now passed as a positional argument instead of as an environment variable.
๐ New Features
- โ Added support for configuring parameters with command-line flags and hardcoded environments, in addition to environment variables.
- ๐ Parameters are now parsed from template files to determine whether or not they are optional.
- ๐ท Tags
cj:application
andcj:environment
are always added, based on the mandatoryENV
positional argument and information in the configuration. - ๐ง The
whenEnv
andgetEnvArg
functions are provided to conditionally configure stacks based on the current environment.
๐ Bugfixes and Minor Changes
- Various improvements to CLI help text.
- ๐ The
-
v0.0.0.0 Changes
June 26, 2017- ๐ Initial release