Skip to content

Releases: realestate-com-au/stackup

v0.8.0

14 Mar 22:54
Compare
Choose a tag to compare
  • Add support for stack tags.
  • Add --region and --override options to CLI.
  • Be more informative when stack doesn't require updates (issue #19).
  • Display time of stack events.

v0.6.2

22 Dec 22:13
Compare
Choose a tag to compare
  • Add inspect sub-command.

v0.6.1

24 Nov 08:18
Compare
Choose a tag to compare
  • When modifying the stack, print final status.
  • Improve diffing of parameters.
  • Support parameters in the format supported by "awscli".

v0.6.0

18 Oct 00:37
Compare
Choose a tag to compare
  • Add diff subcommand
  • Reduce (exponential) bloating of gem

v0.5.0

14 Oct 11:11
Compare
Choose a tag to compare
  • Add events subcommand for listing/tailing stack events
  • Add --version option

v0.4.0

14 Oct 05:49
Compare
Choose a tag to compare

Changelog:

  • Why not release again?
  • Support stack policies.
  • Document ":template" option.
  • Make privates private.
  • Add "wait" method, and sub-command.
  • Add "--use-previous-template" option.
  • Make "up" take "--template" and "--parameters" as options.
  • Replace --disable-rollback with --on-failure.

v.0.3.0

14 Oct 05:51
Compare
Choose a tag to compare

Changelog:

  • That's useful enough to release.
  • Support passing parameters as a Hash.
  • Ignore options that aren't applicable for the selected operation.
  • Document create/update options.
  • Allow template to be provided as data.
  • Simplify tests a bit.
  • Re-org exceptions.
  • Add a more general ValidationError.
  • Fix parameter support.
  • Support YAML input.
  • Improve README.
  • Output JSON by default.
  • Add template and parameters.
  • The whole ErrorMappingProxy thing didn't really work out.
  • Add "resources".
  • Cleanup.

v0.2.0

14 Oct 05:54
Compare
Choose a tag to compare

Changelog:

  • Release that.
  • Add CLI support for parameters.
  • Add --disable-rollback.
  • Use a more typical .gitignore.
  • Modify Stack#create_or_update to take arbitrary options.
  • Catch/report more errors.
  • Minor re-org.
  • Make StackWatcher yield rather than return events.
  • Minimise calls to :describe_stacks.
  • Handle expire tokens nicely.
  • Extract ErrorMappingProxy.
  • Lint.
  • Recognise NoSuchStack on update.
  • Inline validation errors.
  • Improve test debug logging.
  • Ensure.
  • Fix typo.
  • When deleting a stack, use it's unique ID.
  • Introduce StackProxy to map exceptions.
  • Refactor to use resource-models where possible.
  • Create a watcher per transaction.
  • Support cancellation of updates.
  • Handle missing credentials.
  • Add option to --list-stacks.
  • Add some documentation about programmatic usage.
  • Introduce a Stackup::Service object.
  • Simplify CLI. Update README.
  • Build on recent Ruby only.
  • Build on TravisCI.
  • Tweak the README.

v0.0.7

30 Sep 08:06
Compare
Choose a tag to compare

Changelog:

  • Follow stack ouputs failing in edge cases fixed Refer: issue #7
  • Better mocks in testing.

Thanks to @lukeck for the fix.

v0.0.6

28 Sep 07:13
Compare
Choose a tag to compare

Changelog:

  • Add IAM capabilities by default