v0.19.1
Pipelines as Code version v0.19.1
OpenShift Pipelines as Code patch version v0.19.1 has been released 🥳
This minor release fixes theses issues:
-
CEL expression in Pipelines as Code has new values
target_url
andsource_url
available for filtering
PR: #1272 -
Users don't need to be a public member of the organization to be able to let run the CI:
PR: #1286 -
Updated installation doc on how to set configurations for PAC when installed using the Operator
PR: #1220 -
Pipelines as Code will not error out if non admin user try to list pac-configmap or repo CR with tkn pac
PR: #1294 -
tkn pac resolver has many different fixes and now let you output pipelinerun as tekto/v1beta1 instead of v1 letting users run pipelinerun on clusters that doesn't support v1 yet:
PR: #1293
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.19.1/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.19.1/release.k8s.yaml
Documentation
documentation is available here :
https://release-v0-19-1.pipelines-as-code.pages.dev/
Changelog
- d3bcde4: Add --v1beta1 flag for pipelinerun output (@chmouel)
- 06c46a5: Add condition check to verify secret-github-app-token-scoped enabled or not (@savitaashture)
- c21e618: Add detailed info and addressed review comments (@savitaashture)
- fef77fd: Fix help message on -o flag (@chmouel)
- 6d29324: Fix java template (@piyush-garg)
- 2365c66: Improve logging doc with @mramendi proposed changes. (@AndrienkoAleksandr)
- 1171010: Make target_url and source_url field available in cel (@piyush-garg)
- bbfce2f: Move logging docs to settings.md (@AndrienkoAleksandr)
- e251abf: Rephrase running.md documentation (@chmouel)
- 91f33db: Update docs/content/docs/install/settings.md (@AndrienkoAleksandr)
- 7bd7020: Update installtion doc with operator configuration info (@savitaashture)
- e008b22: Use 'Pipelines as Code' in the logging doc (@AndrienkoAleksandr)
- 4dc57c6: [cli] Don't error when user cannot acces pac ns (@chmouel)
- 8f2dd07: add /src as safe in dockerfile (@chmouel)
- 0086170: add workspace.source.dir as safe for git (@chmouel)
- e042b53: add workspace.source.dir as safe for git in release pipeline yaml (@savitaashture)
- 4ce1279: add workspace.source.dir as safe for git in release pipeline yaml (@savitaashture)
- d20d460: don't just list the public members of a org (@chmouel)
- 50cb242: fix markdownlint (@chmouel)
- 8f68e57: tkn pac resolver fixes (@chmouel)
- 9e4df9b: use curl from docker hub (@chmouel)