Keptn 0.15.1
This is a bug fix release for Keptn containing fixes for shipyard-controller and the handling of database connections.
Bug Fixes
- Ensure all MongoDB cursors are being closed (#7946) (6117e59)
- shipyard-controller: Allow parallel sequence execution if the service is different (#7825) (f6bb098)
- shipyard-controller: Dispatch new sequence directly only if no older sequence is waiting (#7831) (a4394f9), closes #7793
- shipyard-controller: Set the sequence execution state back to
started
when approval task has been finished (#7840) (c4e82e0), closes #7838