All Versions
3
Latest Version
Avg Release Cycle
149 days
Latest Release
2170 days ago

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
  • v0.1.0.0 Changes

    July 26, 2017

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿš€ The deploy command is renamed to provision.
    • 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 and cj:environment are always added, based on the mandatory ENV positional argument and information in the configuration.
    • ๐Ÿ”ง The whenEnv and getEnvArg functions are provided to conditionally configure stacks based on the current environment.

    ๐Ÿ›  Bugfixes and Minor Changes

    • Various improvements to CLI help text.
  • v0.0.0.0 Changes

    June 26, 2017
    • ๐ŸŽ‰ Initial release