OpenShift Pipelines as Code v0.32.0
OpenShift Pipelines as Code v0.32.0 has been released π₯³
πͺ 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.32.0/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.32.0/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-32-0.pipelines-as-code.pages.dev
Whatβs New?
π Features
π οΈ Fixes
- Set EventType for push event in ParsePayload of Bitbucket server. #1891
- Fixed gitlab parse_payload_test issue. #1890
- Resolved status update issue for GitLab instances with relative paths. #1881
- Fixed black formatting errors in deploy.py. #1884
π§ Dependency Updates
- Bump ko-build/setup-ko from 0.7 to 0.8. #1889
- Bump docker/build-push-action from 6.10.0 to 6.12.0. #1888
π Documentation
- Corrected typos and improved readability. #1880
π§ͺ Testing
- Configured E2E test setup on PAC for bitbucket server. #1820
β Miscellaneous
- Updated pull request submit template. #1885
π Summary
Category | Count |
---|---|
π Features | 2 |
π οΈ Fixes | 4 |
π Refactors | 0 |
π§ Dependency Updates | 2 |
π Documentation | 1 |
π§ͺ Testing | 1 |
β Misc | 1 |
Full Changelog
Full Changelog: v0.31.0...v0.32.0
- 9800090: (chore) Update golang.org/x/net (@chmouel)
- 6ab7a88: Add support for GitOps comments on Push commits (@chmouel)
- 3b251fb: Added changes field in push event struct for Bitbucket server (@zakisk)
- 15e984f: Bump docker/build-push-action from 6.10.0 to 6.12.0 (@dependabot[bot])
- 2d3fc5a: Bump ko-build/setup-ko from 0.7 to 0.8 (@dependabot[bot])
- f1b06da: Configure E2E test setup on PAC for bitbucket server (@zakisk)
- 556fa62: Fix e2e tests and uploading artifacts (@chmouel)
- 1f56904: Fix gitlab parse_payload_test issue (@zakisk)
- cb249de: Resolve status update issue for GitLab instances with relative paths (@savitaashture)
- eaad896: Set EventType for push event in ParsePayload of Bitbucket server (@zakisk)
- 6ee936d: [chore] Detect panic in e2e logs (@chmouel)
- 93fe8e8: chore: update pull request submit template (@chmouel)
- e0d0ad7: feat(tekton): support matching pruns via labels (@chmouel)
- d701ed2: feat(tekton): support matching pruns via labels (@chmouel)
- 85d3213: feat: add matrix provider to e2e test concurrency (@chmouel)
- 7e53443: feat: auto-cancel PipelineRuns on PR close (@chmouel)
- 6a1e996: feat: split e2e test run (@chmouel)
- c98f3ff: fix(deploy.py): fix black formatting errors (@chmouel)
- cf63ad9: fix(docs): correct grammar and improve clarity (@chmouel)
- 55899e3: fix(makefile): update test flags and add comments (@chmouel)
- dc0707b: fix(tests) improve pipeline run cancellation test (@chmouel)
- 96703ff: fix: handle nil repo in GitHub event payloads (@chmouel)
- 5899d80: fix: improve user feedback (@Roming22)
- 3042980: show only the first 80 lines after a panic (@chmouel)
- 5305656: split further the e2e tests (@chmouel)