Releases: realestate-com-au/stackup
Releases · realestate-com-au/stackup
v0.8.0
v0.6.2
v0.6.1
v0.6.0
v0.5.0
v0.4.0
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
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
andparameters
. - The whole ErrorMappingProxy thing didn't really work out.
- Add "resources".
- Cleanup.
v0.2.0
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.