This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Kabanero-pipelines 0.6.0
Some of the main changes for this release:
- Change pipelines to leverage stacks instead of collections
- Significant performance improvements for the nodejs pipeline runs when using the 0.6.0 Kabanero stack hub
- Improved logging for image scan task
- Conditional deployment only for merged pull request (This is a behavior change from 0.5.0. The build-deploy-pl will now only deploy the application via webhook when the git event is a PR merge. All other git events will only skip the deploy task.)
- Additional usage of tekton triggers
- Improved validation of stacks
- New release process for the kabanero-pipelines repo
- Bug fixes