OpenShift Pipelines as Code v0.31.0
πͺ 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.31.0/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.31.0/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-31-0.pipelines-as-code.pages.dev
Whatβs New?
-
π Features
-
π οΈ Fixes
- Fixed
generateName
matching for webhooks. #1855 - Resolved CEL issues for Bitbucket Server push events. #1857
- Improved YAML validation and error handling for Bitbucket Server. #1846
- Reduced E2E test flakiness caused by Goβs timer behavior changes. #1856
- Skipped flaky tests on OSX ARM64. #1848
- Prevented empty
onEvent
andonTargetBranch
annotations. #1851
- Fixed
-
π Refactors
-
π§ Dependency Updates
-
π Documentation
-
π§ͺ Testing
-
β Miscellaneous
π Summary
Category | Count |
---|---|
π Features | 2 |
π οΈ Fixes | 6 |
π Refactors | 3 |
π§ Dependency Updates | 3 |
π Documentation | 2 |
π§ͺ Testing | 3 |
β Misc | 3 |
Full Changelog: GitHub Release
New Contributors ππ»
- @tricktron made their first contribution in #1846