Bug fix (non-breaking change which fixes an issue)
Refactor (non-breaking change which improves the structure or operation of the implementation)
New feature (non-breaking change which adds functionality)
Description
Adds event reporting for stack processing failures
Adds change set support to create events to show what resources would be created by a new stack
Adds resumption support when the script fails and an operation is still in progress on the next run of manageStack
Reduces the log output to only provide required information as needed
Refactors the progress reporting to show status markers on a single line to reduce log space
Only update the stack output file in the CMDB when an update has completed
reduce default wait to provide more feedback to updates now that the value has been changed
Motivation and Context
fixes #180
fixes #170
fixes #15 - adds a wait if an update is rerun while the stack is still in progress
This is a collection of changes to handle stack management and provide better user feedback and results along with handling different outcomes when processing stacks such as session timeouts and working on a local machine where stack updates aren't pushed after each update and can be left on the machine
Intent of Change
Description
Motivation and Context
fixes #180 fixes #170 fixes #15 - adds a wait if an update is rerun while the stack is still in progress
This is a collection of changes to handle stack management and provide better user feedback and results along with handling different outcomes when processing stacks such as session timeouts and working on a local machine where stack updates aren't pushed after each update and can be left on the machine
How Has This Been Tested?
Tested locally
Related Changes
Prerequisite PRs:
Dependent PRs:
Consumer Actions: