Releases: openshift-pipelines/pipelines-as-code
v0.11.0
OpenShift Pipelines version v0.11.0
OpenShift Pipelines as Code patch version v0.11.0 has been released 🥳
- You are now able to set a concurrency limit in the Repository CRD to limit the number of PipelineRun by Repository. documentation (preview feature)
- We now have a new command
tkn pac logs
to let user to show the logs of the latest run belonging to a repository. - Starting from this release Pipelines as Code now uses semver versioning adding a v to its tags.
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.11.0/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.11.0/release.k8s.yaml
Documentation
documentation is available here :
Changelog
- d45496e: Add tkn pac logs to show logs of a repo directly (@chmouel)
- 8fa4b30: Adds configuration to suppress warnings for controller (@sm43)
- 675b318: Detect pac installation by CRD and namespace by configmap (@sm43)
- 2142dba: Fix incoming webhook with github apps (@chmouel)
- 99ce350: Implements Concurrency (@jonhen)
- 13c5554: Update README getting started sample. (@chmouel)
- f5b2bef: Update all dependencies execpt k8 tekton (@chmouel)
- dfe4930: Update docs and screenshot for GitHub (@sm43)
- a6c092f: Update tekton to 0.37 (@chmouel)
- cec44bc: Updates docs for pipelines version requirement (@sm43)
- 73ed692: add test for log command (@chmouel)
- f291530: remove openshift routes apiGroup on k8s (@chmouel)
- 4d3f270: update golangci-lint to latest (@chmouel)
0.10.1
OpenShift Pipelines version 0.10.1
OpenShift Pipelines as Code patch version 0.10.1 has been released 🥳
This release fix an issue with incoming webhook and github apps when incoming webhook is configured in the Repo CRD.
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/0.10.1/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/0.10.1/release.k8s.yaml
Documentation
documentation is available here :
Changelog
0.10.0
OpenShift Pipelines version 0.10.0
OpenShift Pipelines as Code patch version 0.10.0 has been released.
This release add setup-webhook cli command for github, bitbucket-cloud, gitlab providers among other bug fixes for Openshift Pipelines 1.8 release.
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/0.10.0/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/0.10.0/release.k8s.yaml
Documentation
documentation is available here :
Changelog
- f841bfc: Add clusterrole for nonadmin user to access repository (@sm43)
- cbbeb11: Add link to nightly documentation (@chmouel)
- 6a9157b: Add pipelinerun templates for different runtime (@sm43)
- 55e23fc: Adds setup bitbucket-cloud-webhook command (@sm43)
- 1675b81: Adds setup github-webhook command (@sm43)
- e82e6b5: Adds setup gitlab-webhook command (@sm43)
- b7f13d5: Operator needs same template name everywhere (@chmouel)
- c18677d: Update docs for setup github webhook cmd (@sm43)
- 04da04f: Use Pipelinerun templates in pac generate command (@chmouel)
- 4d9e658: add some tests for kubeinteraction and wait (@chmouel)
- 9e3d776: cleanup unnecessary code and addresses comments (@sm43)
- 1db2d56: decouple webhook configuration from repo create command (@sm43)
0.9.0
OpenShift Pipelines as Code version 0.9.0
We are thrilled to announce the release of Pipelines as Code 0.9.0 🎉
This release brings many features and a new architecture (see the new flow diagram here)
We have separated the controller from the reconciler. A new service called "watcher" will watch the pipelinerun execution and report the status of the provider when a PipelineRun
has finished.
We have added a new webhook validator to make sure only one Repository is created with one git repository URL.
This release also adds support for tls certs in controller and documentation is available here
From this release, /test
and /retest
comment behave identical and will trigger all pipelinerun or a single one when passing a PipelineRun
as argument.
We have incoming webhook support as documented here this let you set-up a URL to start a PipelineRun
inside your repository without having to send a new commit.
Breaking Changes
tkn-pac CLI is redesigned and a few commands are changed as below
- tkn pac repository create -> tkn pac create repository
- tkn pac repository delete -> tkn pac delete repository
- tkn pac repository describe -> tkn pac describe
- tkn pac repository list -> tkn pac list
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/0.9.0/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/0.9.0/release.k8s.yaml
Documentation
Full documentation is available here :
Changelog
- bb7f8f5: Add probes for pac watcher (@sm43)
- bba2e38: Add repo-url annotation to generated PipelineRun (@chmouel)
- eb2c497: Add state label to pr and update reconciler to watch only started pr (@sm43)
- 68dbaad: Add support for incoming webhook (@chmouel)
- cf323f6: Adds GH installation id, ghe url in pr to create client in reconciler (@sm43)
- 880702c: Adds check for pipelinerun completed state in reconciler (@sm43)
- a60fb33: Adds dockerfile for watcher and update build workflow (#694) (@sm43)
- 24e1a36: Adds support for tls certs in controller (@sm43)
- 64e8bb7: Adds unit test for reconciler (@sm43)
- b662fa4: Adds webhook to validate repository url (@sm43)
- 34cb5a0: Adds yamls for webhook (@sm43)
- 58ed515: Allow update to existing repository (@sm43)
- e87395f: Build tkn-pac docker image to its own (@chmouel)
- 2ad2518: Cleanup docs: remove timeout docs as no longer supported (@sm43)
- ed52167: Cleanup wait code as we now have reconciler watching pipelineRun (@sm43)
- b1b785d: Cleanup: remove obsolete code and fix test/lint (@sm43)
- b388e96: Fix cli instruction broken link and updated doc for repo command (@savitaashture)
- d0875a9: Fix release.yaml generation on openshift (#696) (@chmouel)
- 5ac0353: Fixes bad console link in status report (@sm43)
- a909727: Fixes func names in cli after rebase (@sm43)
- 5ca55eb: GH App: pass checkrun id as label and use in reconciler to update status (@sm43)
- 4ea5b59: Skip running e2e parallel (@sm43)
- 178ceb3: Update
/test
and/retest
comment (@sm43) - c8f4ac2: Update dependences (@chmouel)
- fa1af04: Update documentation (@chmouel)
- 09f1e48: Update indirect dep gopkgs yaml v3 to final (@chmouel)
- 94adcfe: Update repo create references to create repo (@sm43)
- dd9059f: Updates logger with sha and pr name to filter logs easily (@sm43)
- 4a540f0: Use RHEL UBI9 (@chmouel)
- 372bb16: Use repository lister instead of client (@sm43)
- 8793330: [chore] Compress go-cache file before uploading to uploader (@chmouel)
- f4b25e4: add deployment and role for watcher (@sm43)
- a383c92: add e2e for repo creation and failure due to webhook validation (@sm43)
- f60f2d3: add gitlab e2e on incoming-webhook (@chmouel)
- d811915: add info about kind for quickly testing (@chmouel)
- b800dc3: add link to pac flow diagram (@chmouel)
- 21239a4: add pipeline run created check in unit test (@sm43)
- 61b46d8: add provider type to sample for incoming-webhook (@chmouel)
- d6ca3f9: add support for gitlab webhook-incoming (@chmouel)
- 1f3f234: add support for incoming webhook on bitbucket cloud (@chmouel)
- 5ecf2d7: add unit test for reconciler func (@sm43)
- 045e9e1: adds event type and sha in logs to easily filter them (@sm43)
- f81722e: adds reconciler to watch pipelinerun status (@sm43)
- a0d2ca8: adds service account for watcher and cleanup unnecessary scopes (@sm43)
- 36af311: allow redefining the prot of the watcher/controller (@chmouel)
- 7d6df48: clarify git_provider type in docs (@chmouel)
- e656d41: cleanup repo command (@sm43)
- 92e029b: cleanup repo describe command (@sm43)
- 6fe451a: cleanup repo list command (@sm43)
- e0c2762: cleanup: removes repo create cmd (@sm43)
- e4cf92c: controller starts and reconciler reports status (@sm43)
- 2740ce0: detect provider and build event from pipelinerun (@sm43)
- 5639a6f: e2e: delete repository in the namespace before deleting ns (@sm43)
- 3a9f95f: enable aur again (@chmouel)
- 2822134: fix building tkn image (@chmouel)
- 5af8177: fix image name for ghrc tkn-pac (@chmouel)
- 2072ffe: fixes bitbucket cloud failure due to pull request number (@sm43)
- 0a6b399: fixes github-enterprise in provider label (@sm43)
- 8926e31: fixes gitlab failure with reconciler due to project id (@sm43)
- a646f26: fixes lint error, delete is inbuilt keyword (@sm43)
- 01c7ed5: fixes skipped unit test (@sm43)
- 859f0dd: fixes watcher failure due to missing env (@sm43)
- aba2a1b: init gh client before if installation id is found (@sm43)
- af33d84: make sure pipelinerun is set on incoming webhooks (@chmouel)
- 1f0bacb: make sure to use rhel8 everywhere (@chmouel)
- d0c0076: refactor github client init (@sm43)
- 2cd3db1: refactors code to write test easy (@sm43)
- 5b68b42: remove the "don't remove this line" line (@chmouel)
- f0ed247: rename "event" to "event-id" in logs (@sm43)
- e7c638b: rename repo create command to create repo (@sm43)
- 65bd642: renames repo delete command to tkn pac delete repo (@sm43)
- 220bfac: renames repo describe command to tkn pac describe (@sm43)
- aca080e: renames repo list command to tkn pac list (@sm43)
- 811a9eb: skip upload for aurs on release (@chmouel)
- 6dfb021: skip/fix tests (@sm43)
- 61ef510: try to fix savecache (@chmouel)
- 22d7262: update build workflow for webhook image (@sm43)
- af9397e: updates docs for command refactor (@sm43)
- 7e1647b: updates release yaml script for webhook (@sm43)
0.8.0
OpenShift Pipelines As Code version 0.8.0
We are thrilled to announce the release of Pipelines as Code 0.8.0 🥳
This release brings new features and many more improvements. The highlights are :
- tkn-pac repo delete command which will allow you to delete a Repository CR and its associated secrets
- Support of
/test <pipelineRun-name>
command which will trigger a specific pipelineRun from the git repository
- Adds Gitea Support (limited Support) for dev and offline demo. Please checkout the documentation here
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/0.8.0/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/0.8.0/release.k8s.yaml
Documentation
documentation is available here :
Changelog
- 2a77da8: Add a proper example to the api url for bserver (@chmouel)
- b765038: Add tkn-pac repo delete command (@chmouel)
- 3d0a910: Ask user which provider if unable to detect from the repo URL (@sm43)
- 07a0dcd: Better documentation when creating webhook token (@chmouel)
- 8302501: Bitbucket Cloud: .tekton/ subtree support (@chmouel)
- fb677f6: Bitbucket Cloud: adds support for
/test <pipelinerun-name>
comment (@sm43) - ee59e28: Bitbucket Server: adds support for
/test <pipelinerun-name>
comment (@sm43) - b4acfcd: Don't apply for ACL on push (@chmouel)
- 2fe135b: Fixes docs (@sm43)
- 7b8e1fb: Fixes lint error for multiple if-else (@sm43)
- ac31074: GitLab: adds support for
/test <pipelinerun-name>
comment (@sm43) - 2906d4f: Gitea fixes (@chmouel)
- 91d4154: Refactors code: move common func to provider so that can be shared (@sm43)
- d50f502: Remove Username/password from repo url before printing (@sm43)
- 8a3c9a9: Replace fmt.Print with cobra stdoutwriter (@sm43)
- 31cfed4: Skip inlining Custom Task (@vdemeester)
- 8ba6dfd: Update docs for /test comment (@sm43)
- c009a94: Update docs for required scopes in a token for webhook (@sm43)
- 2f33200: Update go-bitbucket to latest (@chmouel)
- 4f6559c: Update to go 1.17 (@chmouel)
- 7f29fa6: Update webhook CLI docs (@sm43)
- cf46764: Updates github webhook docs (@sm43)
- 8052fdf: Use RHEL UBI 8.6 as base image (@chmouel)
- c25ee99: add (semi only for dev) support for Gitea (@chmouel)
- a66a482: add -v to go test so we can see tests running live (@chmouel)
- 17f580e: add GO_TEST_FLAGS to make e2e-test (@chmouel)
- b1f76fc: add e2e test for /test comment (@sm43)
- f9b68e0: add provider type to the labels (@chmouel)
- 0cb146b: address docs comment on pr (@sm43)
- 305c4aa: allow /test comment run a o (@sm43)
- fe71109: ask ghe url if not a github.com repository (@sm43)
- 08187eb: ask gitlab url if not a public gitlab repository (@sm43)
- 2c80f6f: cleanup a test that didn't need to be that verbose (@chmouel)
- 7ab9ae5: create webhook secret with same name as repository created (@sm43)
- f5d16da: detect if the user have a \n in secret and warn it (@chmouel)
- 47b9f03: disable pipelines as code bundle install first when doing manual (@chmouel)
- 3d45e0d: fix github token 🤦 (@chmouel)
- b8af58f: fix go-toolset image to 1.17.7 (@chmouel)
- fa920b6: fix golangci-lint 1.46 warning (@chmouel)
- b00d71e: fix secret in workflow to GH_APPS_TOKEN (@chmouel)
- 8dbcf6b: fix some urls and kubeconfig definition for e2e (@chmouel)
- d5e0f75: fix some vale error :eyeroll: (@chmouel)
- aaf3b8c: fixes docs in GH app installation (@sm43)
- 4b9b75e: gitlab: use subtle constant time comparaison (@chmouel)
- 11b4653: readd GO_TEST_FLAGS to make coverage working (@chmouel)
- 9866575: readd kind e2e tests on pr (@chmouel)
- be424d7: remove nestif from golangci-lint, it's more annoying (@chmouel)
- e2ba72a: reuse GH_APP_TOKEN, it wasn't working previously (@chmouel)
- c5b9146: skip asking git repo if we already know for webhook (@sm43)
- d3c554a: trigger only the pipelinerun which is passed in /test command (@sm43)
- 5669d67: update sample with webhook secret (@chmouel)
- 6564de7: use hac/dev/kind/install.sh in install script (@chmouel)
- ca24d13: use internal secrets.github_token for CI (@chmouel)
- 7947341: use write contents permission to be able to write to repo (@chmouel)
0.7.1
OpenShift Pipelines version 0.7.1
OpenShift Pipelines as Code patch version 0.7.1 has been released 🥳
This release fixes the failure to report actual status of failed pipelinerun.
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/0.7.1/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/0.7.1/release.k8s.yaml
Documentation
documentation is available here :
Changelog
0.7.0
OpenShift Pipelines version 0.7.0
OpenShift Pipelines as Code version 0.7.0 has been released 🥳
0.7.0 brings many new features. The highlights are :
- Multiple pipelinerun on the same event. We previously would only support one Pipelinerun matching one Event. We now support multiple of them, the pipelineruns will be run in parallel and report back to the Git provider interface :
Screen.Recording.2022-04-29.at.13.57.38.mov
- tkn pac repo create now let you create a webhook configuration for gitlab or for github. It should detect as well which provider you previously installed on the cluster and skip webhook configuration if it needs to be.
- PAC generally report better errors when it fails to apply the PipelineRun.
Breaking Change
- We now have a special template variable that is able to handle multiple pipelineruns for private repositories support. You would need to change your secret from :
"secret: pac-git-basic-auth-{{repo_owner}}-{{repo_name}}"
to :
secret: {{ git_auth_secret }}
when detecting the old secret, pac wil fail the PR and ask kindly to the user to update it.
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/0.7.0/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/0.7.0/release.k8s.yaml
Documentation
full documentation is available here :
Changelog
- 23749ec: Add branch/tag to the generated documentation (@chmouel)
- 2ca1557: Add more debugging technique information in dev docs (@chmouel)
- a5d49d3: Add note about parallel testing. (@chmouel)
- 2278c6e: Add tools links and description (@chmouel)
- ea60d90: Adds event name in skipped event logs (@sm43)
- d1a5b5a: Allow configuring webhook even if github app is configured (@sm43)
- b0ab772: Better error message when we fail to apply PR (@chmouel)
- b46b9f6: Configure Gitlab webhook using PAC CLI (@sm43)
- 6f8bc7b: Confirm with use whether to use detected controller url (@sm43)
- 42ff292: Detect if we need to update the PipelineRun (@chmouel)
- ce8f333: Fix saving the golang cache (@chmouel)
- 6f4ca17: Fixes bootstrap cmd for OpenShift cluster (@sm43)
- 14ac069: Generate git auth secret randomly to a variable (@chmouel)
- c87d5b2: Get SHA from Before if head_commit is not passed. (@chmouel)
- b41d2b4: Give better reasons when not detecting payload (@chmouel)
- da14fcb: Move the schema initialization to init() (@chmouel)
- 262491a: Moved to GHCR (@chmouel)
- 04b764c: Refactor pipelinerun matchings to its own (@chmouel)
- 5e79454: Refactor webhook by CLI (@sm43)
- 69fddee: Remove emojis on the side on github checks status (@sm43)
- d89db11: Repo create cmd provides an option to configure GitHub webhook (@sm43)
- 07cef1f: Separate docs gen from pullreq PipelineRun (@chmouel)
- a75f141: Update badge link (@chmouel)
- a7aaf19: Update bootstrap cmd to add controller url in info configmap (@sm43)
- 0977c36: Update docs/content/dev/_index.md (@chmouel)
- 7f5ccc5: Update docs/content/docs/guide/authoringprs.md (@chmouel)
- bcfc314: Updates Repository CRD for updated secret keys (@sm43)
- 34ca00f: Upload to AUR from goreleaser (@chmouel)
- d5f2427: Uses separate logger while processing event to easily filter out logs (@sm43)
- f4b86eb: add -l to the replay script for localhost debug (@chmouel)
- 36a176b: add docs on how to develop docs via hugo for dev (@chmouel)
- 6acad5c: add install-kind script here. (@chmouel)
- 90a44ca: add makefile target and readme to install-kind (@chmouel)
- bc759fe: add multiple pipelines e2e tests (@chmouel)
- 050f6fb: add provider in configmap and move updating to end of bootstrap (@sm43)
- b920ac4: addressed comments on the pr (@sm43)
- d030afd: adds comment for the info configmap about why it is required (@sm43)
- b3ecb01: adds flag for hosted gitlab url for webhook (@sm43)
- e7cc68e: adds flag to configure only webhook (@sm43)
- d3f85be: adds flag to provide ghe url (@sm43)
- 411c25c: adds pipelines-as-code-info cm read accessible to all authenticated (@sm43)
- f0455f4: adds test for github flow (@sm43)
- 4cb30b7: allow bootstrap if existing provider is GitHub App/webhook (@sm43)
- 76d5f9f: build on ghcr with actions (@chmouel)
- a1771bf: create webhook secret and configure with repository cr (@sm43)
- b7a2581: display pipelinerunname when posting as comment (@chmouel)
- 1644d7f: don't upload to AUR from goreleaser until we get #3076 goreleaser released (@chmouel)
- f3aa840: don't use bash directly (@chmouel)
- 7d732bc: enable gitinfo on docs (@chmouel)
- 291b19a: fix generate cmd for pipelinerun name (@sm43)
- b3986c9: fix lint error (@sm43)
- 7a6fbae: fix make fumpt properly (@chmouel)
- 00bc9d7: fix runafter to be at the right place again (@chmouel)
- 3b54e44: fix typos in bootstrap cmd (@sm43)
- 883af7f: fixes broken links, words, spell in docs (@sm43)
- 7b5136b: fixes github api url (@sm43)
- a38f2e5: fixes gitlab webhook configuring for detected controller url (@sm43)
- da2dd76: fixes lint errors (@sm43)
- badb77b: fixes unit test and lint errors (@sm43)
- bc06f4f: fixup! Generate git auth secret randomly to a variable (@chmouel)
- e5d7d46: gitlab: .tekton/ subtree support (@chmouel)
- 8affedb: hide secret/token while taking input from user (@sm43)
- f02e73f: make e2e test for gitlab and bitbucket multiple providers aware (@chmouel)
- b9435e1: match multiple pipelineruns on the same events (@chmouel)
- e524518: move asking user confirmation to shared file (@sm43)
- 95b9739: need to pass --force-configure to override existing gh app (@sm43)
- 02ce11c: need to pass --github-webhook to configure webhook if app is already (@sm43)
- 2168f5a: remove some double != nil error (@chmouel)
- 69dad30: rename e2e tests action template (@chmouel)
- 8e281b4: save e2e test repository in artifacts too (@chmouel)
- 235830c: skip bootstrap app if webhook is already configured (@sm43)
- d1e6ab2: skip recreate secret question as we have force-configure flag (@sm43)
- bbc1420: switch to ghcr for generating release.yaml :partytime: (@chmouel)
- d318e9b: switch to gosmee for E2E test (@chmouel)
- bde5de3: today is not my day git-clone is called fetch (@chmouel)
- 85a1963: update dev documentation (@chmouel)
- 3f60302: update info configmap if webhook is configured before github apps (@sm43)
- 077f74a: updates bootstrap github-app cmd to check if webhook is already configured (@sm43)
- 29196a3: updates docs and configmap comment (@sm43)
- 413cdba: updates docs for GitHub webhook (@sm43)
- abd6c58: updates message for asking namespace to user (@sm43)
- b2e6c6c: updates user question (@sm43)
- bf39883: use detected controller url for webhook (@sm43)
0.5.10
OpenShift Pipelines version 0.5.10
OpenShift Pipelines as Code version 0.5.10 has been released 🥳
To install this version you can just do :
VERSION=0.5.10
kubectl apply -f https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/release-$VERSION/release.yaml
and make sure you follow the setup documentation :
https://github.com/openshift-pipelines/pipelines-as-code/tree/main/INSTALL.md
Changelog
0.6.1
OpenShift Pipelines version 0.6.1
OpenShift Pipelines as Code patch version 0.6.1 has been released 🥳
This fix, being able reporting the task breakdown on the provider interface when there is a failure.
This bring other fixes related to release and generation of the release yaml files.
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/0.6.1/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/0.6.1/release.k8s.yaml
Documentation
documentation is available here :
What's Changed
- Don't fail immediately when we have an error by @chmouel in #570
- Generate stable refs instead of tags by @chmouel in #569
- Try to import the same fix as what we have on push by @chmouel in #576
Full Changelog: 0.6.0...0.6.1
0.5.9
OpenShift Pipelines version 0.5.9
OpenShift Pipelines as Code version 0.5.9 has been released 🥳
- This fix, being able reporting the task breakdown on the provider interface when there is a failure
To install this version you can just do :
kubectl apply -f https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/release-0.5.9/release-0.5.9.yaml
and make sure you follow the setup documentation :
https://github.com/openshift-pipelines/pipelines-as-code/tree/0.5.9/INSTALL.md
Changelog
Full Changelog: 0.5.8...0.5.9