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

Releases: kabanero-io/kabanero-pipelines

test-release-114

21 Aug 14:20
Compare
Choose a tag to compare
test-release-114 Pre-release
Pre-release
deleted the curation.md document

Kabanero-pipelines 0.9.1

11 Jun 19:36
3f331b3
Compare
Choose a tag to compare
  • Multiple bug fixes and improvements for gitops pipelines
  • Improved governance policy enforcement
  • Updated version of kabanero-utils

Kabanero-pipelines 0.9.0

18 May 21:23
0c7ce73
Compare
Choose a tag to compare

Release Notes:

Moved all pipelines to Tekton beta release

Added pipelines designed to work with the kabanero events operator

Added experimental pipelines for gitops support (Tech preview)

Post deploy governance policy enforcement

Improved performance and usability by eliminating the utilities task

Code cleanup by moving reused scripts into the kabanero-utils image

NOTE: The config map that was used to configure the stack image registry is no longer supported. The stack image registry can be configured in the .appsody-cfg.yaml file instead.

Kabanero-pipelines 0.8.0

17 Apr 15:36
48de89a
Compare
Choose a tag to compare
  • Enhanced digest checking policy
  • New and improved TLS verification policy for image registry access
  • New set of experimental pipelines designed to work with the kabanero eventing operator
  • Bug fixes

Kabanero-pipelines 0.6.2

13 Apr 20:48
7eb14fb
Compare
Choose a tag to compare

Fixes for the build-push pipeline.

Kabanero-pipelines 0.7.0

20 Mar 15:44
3ef3f99
Compare
Choose a tag to compare

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

Kabanero-pipelines 0.6.1

11 Mar 19:07
803092f
Compare
Choose a tag to compare
  • Improve performance of the build-* tasks when pulling images from public repos like docker hub.
  • Improve messages in the validation task.

Kabanero-pipelines 0.6.0

28 Feb 14:31
dcc40ab
Compare
Choose a tag to compare

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

Kabanero-pipelines 0.5.0

31 Jan 17:50
476b330
Compare
Choose a tag to compare
Merge pull request #151 from kabanero-io/issue145

Trigger w/ CollectionId

Kabanero-pipelines 0.4.0

05 Dec 17:15
2365738
Compare
Choose a tag to compare
Merge pull request #149 from kabanero-io/aadeshpa-issue-132-merge-two…

…-tasks

aadeshpa issue 132 merged build and deploy task