v0.27.1
Pipelines as Code version v0.27.1
OpenShift Pipelines as Code v0.27.1 has been released 🥳
This is a minor release addressing issues for the v0.27.0 which targets the OpenShift Pipelines 1.5.x release.
Bugfixes
- 721ea87: Fix 404 error for GitLab provider (@savitaashture)
- ac44a7c: Fix GH installation match verification (@enarha)
- 37e085b: Fix tkn-pac issue GitHub App name with quote fails (@enarha)
- 225cd25: Make sure to check if we can make API calls (@chmouel)
- 9dcbe19: Fix secret generation issue when GitOps comments are executed on commits (@savitaashture)
- 17aae4b: Refactor configutil and fix bug with catalog parsing (@piyush-garg)
- 51cfb93: do not use map to update console struct (@chmouel)
- 6d4be45: sync 'error-detection-simple-regexp' default value (@jkandasa)
Additions
- 789342d: Expose source URL and branch via annotation (@MartinBasti)
Misc
- eaba6fe: Add test for when concurrency and startPR error (@chmouel)
- e505fa6: Bump docker/build-push-action from 5.3.0 to 5.4.0 (@dependabot[bot])
- 4ebd181: Bump docker/login-action from 3.1.0 to 3.2.0 (@dependabot[bot])
- 3d1efd5: Bump jaxxstorm/action-install-gh-release from 1.11.0 to 1.12.0 (@dependabot[bot])
- 562cddf: Extract the slack notification to a stepaction (@chmouel)
- 35e3307: Fix golangci lint error (@chmouel)
- 50140f6: Pre-commit update (@chmouel)
- 7567b96: Vale rules update (@chmouel)
- 3f9bcd0: feat(cel): Add unittests for CEL package (@chmouel)
- 0e97e1d: fix code spelling (@chmouel)
- 1c020a8: fix goreleaser (@chmouel)
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.27.1/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.27.1/release.k8s.yaml
Documentation
The documentation for this release is available here :