Skip to content

v0.22.0

Compare
Choose a tag to compare
@osp-pac osp-pac released this 10 Nov 09:05
· 276 commits to main since this release

Pipelines as Code version v0.22.0

OpenShift Pipelines as Code v0.22.0 has been released 🥳

Changes

  • Support of remote task on remote Pipeline

  • Pipelines as Code now enables access to the complete body and headers through the template variable, with CEL filtering available as a CEL expression.

  • Pipelines as Code now displays improved status messages, providing enhanced details that include both the Namespace and the associated PipelineRun.

    • now status looks like below

      Screenshot from 2023-11-08 21-02-41

  • Add GitOps comments functionality to push request

    • In Pipelines as Code, users can now include GitOps comments for commits on push requests, utilizing commands such as /test, /retest, and /cancel. The supported GitOps comments encompass:

      • /test, /test branch:stable
      • /retest, /retest branch:stable
      • /cancel, /cancel branch:stable
      • /test , /test branch:stable
      • /retest , /retest branch:stable
      • /cancel , /cancel branch:stable
    • Doc: test comments, cancel comments

    • Demos:

      • If a user specifies commands like /retest or /test without any argument in a comment on a branch, the test will automatically be performed on the main branch.

      • If the user includes a branch specification such as /retest branch:test or /test branch:test, the test will be executed on the commit where the comment is located, with the context of the test branch.

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.0/release.yaml

Kubernetes

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

Documentation

The documentation for this release is available here :

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

Changelog