Keptn 0.7.3 provides a new feature that allows invalidating a quality gate evaluation result. Besides, this release addresses minor bugs as well as UI/UX improvements.
The key announcement of Keptn 0.7.3:
🚀 Invalidate a quality gate evaluation: This feature allows a user to manually invalidate an evaluation result meaning that it will be ignored for future comparison. The original evaluation result (i.e., the sh.keptn.events.evaluation-done
event) will not be changed or deleted and can still be fetched from the Keptn API.
Implemented Keptn spec version: 0.1.7
- Added new event of type:
sh.keptn.events.evaluation.invalidated
- this event marks a quality gate evaluation result as invalid #47
Platform Support / Installer
CLI
Keptn Core
Bridge
- Fixed issue of showing no information at the "Compared with" label #2545
- Show the correct evaluation timeframe when switching evaluations in the HeatMap #2585
- Show all core use-cases on integrations page depending on installation type#2565
- Allow invalidating evaluation results from Bridge #2548
- Fix base href in Bridge #2564
- Allow loading more than 20 services/projects in Bridge #2631
- Migrated TravisCI from travis-ci.org to travis-ci.com #2356
This section lists bugs and limitations that are known but not fixed in this release. They will get addressed in one of the next releases.
- Bridge ignores deployed service artifact #2543
- The Bridge loads the last 20 triggers (aka. root events) and if this list does not contain a
sh.keptn.event.configuration.change
orsh.keptn.event.start-evaluation
event, the label below the service name shows: Service not deployed.
- The Bridge loads the last 20 triggers (aka. root events) and if this list does not contain a
- Hovering over the score in an
approval.triggered
events in the Bridge leads to a scroll-up / jump-up in Firefox #2369
- The upgrade from 0.7.x to 0.7.3 is supported by the
keptn upgrade
command. Find the documentation here: Upgrade from Keptn 0.7.2 to 0.7.3