Releases: NarrativeScience-old/circleci-orb-workflow-manager
Version 1.0.5
Version 1.0.3
Updating standalone commands to include AWS_PAGER=""
so dynamodb get and put item calls do not fail due to aws cli v2 paging.
Version 1.0.2
Overview:
With the release and use of the AWS CLI V2 we need to set the pager to false because AWS CLI defaults all responses to a pager which causes certain commands to fail. This is a short term patch that will enable the use of V2 CLI while we update the workflow manager to use AWS CLI V2.
Version 1.0.0
First major release of the workflow manager. The workflow manager no longer cancels when the commit is not HEAD of the branch, instead it will attempt to cancel if the commit is not last in the queue. However, commits can be marked with a configurable flag that will exclude them from cancellation.
Version 0.2.0
Address an issue where circleci is slow to cancelling a job. Adding a parameter that allows for the increase of the wait_timeout when cancelling a job.
Version 0.1.0
Moved to the Narrative Science Slack orb instead of the CCI:Slack orb. This allows for overriding the default slack channel when posting messages as well as mentioning users in a message. See documentation here: https://circleci.com/orbs/registry/orb/narrativescience/slack
Version 0.0.8
Maintenance release
Version 0.0.7
Adds the ability to push custom slack messages to custom channels in the even of a job recovery.
Version 0.0.6
- Fixes a bug in the exit queue command to force attach workspace 'always'
Version 0.0.5
- Increases the
sleep
timeout in the cancel-job script - README updates with more of an intro and guide
- README badges for the orb and license