v0.17.3
Pipelines as Code version v0.17.3
OpenShift Pipelines as Code patch version v0.17.3 has been released, see the changelog below for a list of bugfixes this releases bring.
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.17.3/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.17.3/release.k8s.yaml
Documentation
documentation is available here :
Changelog
- b697a2c: Add -f to pr logs command (@savitaashture)
- c2ee473: Add client side URL validation for Tekton Dashboard URL (@savitaashture)
- 3832083: Backport fix to add scopes to user apps (@chmouel)
- c2eb938: Don't show the secret content if we cannot create the secret (@chmouel)
- 65f94d0: Fix TestGiteaPullRequest e2e failure (@chmouel)
- 8edc6a1: Fix label issue for original-prname (@savitaashture)
- 29786f2: Fix on-cel-expression used for event=push and target_branch=main (@savitaashture)
- 2ed5abb: Fix regexp for error reporting (@chmouel)
- 8601304: Remove the gif easter egg (@chmouel)
- a1e63ac: Report pipelinerun error properly (@chmouel)
- ec81dba: Scope gitea e2e token to let do setup (@chmouel)
- 7734988: Sync vale to latest RHT rules or it will fails in CI (@chmouel)
- 5403294: don't use git.io anymore (@chmouel)
- f7ad1a2: include -f into the code part or it will look weird (@chmouel)