Skip to content

Releases: openshift-pipelines/pipelines-as-code

v0.24.3

19 Mar 16:23
1e761e6
Compare
Choose a tag to compare

Pipelines as Code version v0.24.3

OpenShift Pipelines as Code v0.24.3 has been released 🥳

This bugfixes releases fixes an error with concurrency and the max-keep-run feature, the watcher would not exclude the PipelineRuns with the Pending status and due fails to process the concurrency queue PR

Installation

To install this version you can install the release.yaml with kubectl for your platform :

Openshift

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.24.3/release.yaml

Kubernetes

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.24.3/release.k8s.yaml

Documentation

The documentation for this release is available here :

https://release-v0-24-3.pipelines-as-code.pages.dev

Changelog

v0.24.2

12 Mar 13:01
e8f1752
Compare
Choose a tag to compare

Pipelines as Code version v0.24.2

OpenShift Pipelines as Code v0.24.2 has been released 🥳

This release address a bug when using Pipelines as Code concurrency with multiple controllers PR

Installation

To install this version you can install the release.yaml with kubectl for your platform :

Openshift

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.24.2/release.yaml

Kubernetes

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.24.2/release.k8s.yaml

Documentation

The documentation for this release is available here :

https://release-v0-24-2.pipelines-as-code.pages.dev

Changelog

v0.24.1

14 Feb 16:31
Compare
Choose a tag to compare

Pipelines as Code version v0.24.1

OpenShift Pipelines as Code v0.24.1 has been released 🥳

  • This release address a bug when using GitOps comments with the GitLab provider not posting pipelinerun status as comment. PR

Installation

To install this version you can install the release.yaml with kubectl for your platform :

Openshift

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.24.1/release.yaml

Kubernetes

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.24.1/release.k8s.yaml

Documentation

The documentation for this release is available here :

https://release-v0-24-1.pipelines-as-code.pages.dev

Changelog

v0.24.0

05 Feb 14:01
Compare
Choose a tag to compare

Pipelines as Code version v0.24.0

OpenShift Pipelines as Code v0.24.0 has been released 🥳

This major release introduce new features among bugfixes, testing and docs.

  • Add support for fetching pipeline from hub in annotation: PAC now supports fetching pipeline from hub if specified with annotation pipelinesascode.tekton.dev/pipeline. Only one annotation can be provided and can specify the version of pipeline custom hub just same like task. PR

  • Removed duplicate filed from changed file: Now changed files will not contain the duplicate name if same file is changed in multiple commits. PR

  • Fix data race while using multiple PAC controller. PR

  • Validate the length of secret name conforming to k8s rules. PR

Installation

To install this version you can install the release.yaml with kubectl for your platform :

Openshift

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.24.0/release.yaml

Kubernetes

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.24.0/release.k8s.yaml

Documentation

The documentation for this release is available here :

https://docs.pipelinesascode.com/v0.24.0/

Changelog

v0.23.0

09 Jan 09:51
Compare
Choose a tag to compare

Pipelines as Code version v0.23.0

OpenShift Pipelines as Code v0.23.0 has been released 🥳

This major release introduce new features among bugfixes, testing and docs.

  • Multiple GitHub Apps support: PaC supports now multiple GitHub Applications pointing to the same cluster, each GitHub application is attached to their own controller. There is no support for CLI or operator to deploy those extra controllers. See the documentation on how to get started deploying them. Doc, PR, Video

  • Improved changeds files (and additionally removed/changed/deleted) in CEL expressions and template variable. Doc PR

  • Add Annotation to integrate with Results. PR

  • Create config leader election configmaps PR

  • Improved metrics support for Gitlab and Bitbucket provider Doc PR

Installation

To install this version you can install the release.yaml with kubectl for your platform :

Openshift

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.23.0/release.yaml

Kubernetes

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.23.0/release.k8s.yaml

Documentation

The documentation for this release is available here :

https://release-v0-23-0.pipelines-as-code.pages.dev

Changelog

v0.22.6

02 Jan 12:13
82e3146
Compare
Choose a tag to compare

Pipelines as Code version v0.22.6

OpenShift Pipelines as Code v0.22.6 has been released 🥳

This minor release addresses the issue regarding the images are not available in previous release:

  • Fix Dockerfile not getting build #1539

Installation

To install this version you can install the release.yaml with kubectl for your platform :

Openshift

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.22.6/release.yaml

Kubernetes

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.22.6/release.k8s.yaml

Documentation

The documentation for this release is available here :

https://release-v0-22-6.pipelines-as-code.pages.dev

Changelog

v0.22.5

15 Dec 14:02
Compare
Choose a tag to compare

Pipelines as Code version v0.22.5

OpenShift Pipelines as Code v0.22.5 has been released 🥳

This minor releases address a few issues, and update some of the documentation, the main fixes are:

  • Fix running incoming webhook on Github Enterprise #1521 #1523
  • Set timeout on http.Client when fetching remote tasks #1514
  • Make sure to sort secrets by longest when hiding #1505
  • Fix event_title matching by CEL on GitHub #1525

Installation

To install this version you can install the release.yaml with kubectl for your platform :

Openshift

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.22.5/release.yaml

Kubernetes

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.22.5/release.k8s.yaml

Documentation

The documentation for this release is available here :

https://release-v0-22-5.pipelines-as-code.pages.dev

Changelog

v0.22.4

23 Nov 10:10
Compare
Choose a tag to compare

Pipelines as Code version v0.22.4

OpenShift Pipelines as Code v0.22.4 has been released 🥳

The minor release fixes GitOps comment problem with push requests as well as updated doc to indicate some of the features as beta

Installation

To install this version you can install the release.yaml with kubectl for your platform :

Openshift

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.22.4/release.yaml

Kubernetes

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.22.4/release.k8s.yaml

Documentation

The documentation for this release is available here :

https://release-v0-22-4.pipelines-as-code.pages.dev

Changelog

v0.22.3

21 Nov 12:25
Compare
Choose a tag to compare

Pipelines as Code version v0.22.3

OpenShift Pipelines as Code v0.22.3 has been released 🥳

This release addresses concealing secrets within logs by sorting them by the longest. If two secrets share the same prefix, the shorter one may obscure first, revealing the end of the longer one, especially within a loop where text replacements don't occur.

Installation

To install this version you can install the release.yaml with kubectl for your platform :

Openshift

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.22.3/release.yaml

Kubernetes

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.22.3/release.k8s.yaml

Documentation

The documentation for this release is available here :

https://release-v0-22-3.pipelines-as-code.pages.dev

Changelog

v0.22.2

16 Nov 08:22
Compare
Choose a tag to compare

Pipelines as Code version v0.22.2

OpenShift Pipelines as Code v0.22.2 has been released 🥳

This release bump the knative dependency to address a CVE issue #1503

Installation

To install this version you can install the release.yaml with kubectl for your platform :

Openshift

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.22.2/release.yaml

Kubernetes

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.22.2/release.k8s.yaml

Documentation

The documentation for this release is available here :

https://release-v0-22-2.pipelines-as-code.pages.dev

Changelog