Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Kabanero-pipelines 0.7.0

Compare
Choose a tag to compare
@kvijai82 kvijai82 released this 20 Mar 15:44
3ef3f99

Changes in 0.7.0:

  • Bug fixes
  • More flexible way of providing docker image and tag name in the pipelinerun instead of the pipeline resource.

NOTE: If you use manual pipeline run files to drive your pipelines, there is a backward incompatible change in this release. In earlier releases, you could specify the image name to publish to as part of the docker resource URL. That is no longer supported. Instead you will have to specify the image name and tag in the pipelierun file as shown below:

  - name: docker-imagename
    value: <stack-name>-image
  - name: docker-imagetag
    value: latest