cloud-seeder v0.2.0.0 Release Notes

Release Date: 2018-04-19 // about 6 years ago
  • ๐Ÿ†• 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

Previous changes from v0.1.0.0

  • ๐Ÿ’ฅ 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.