v0.35.0
Pipelines as Code version v0.35.0
OpenShift Pipelines as Code v0.35.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.35.0/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.35.0/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-35-0.pipelines-as-code.pages.dev
Changes since v0.34.0
🚀 Features
-
Skip Push Events for PR Commits
Addedskip-push-event-for-pr-commits
setting to avoid duplicate pipeline runs from push/pull request events.
SRVKP-3512 | #2095 -
OpenAPI Schema Validation
Introduced OpenAPI schema validation for Repository CRD, improving validation and IDE support.
SRVKP-7605 | #2089
🐛 Bug Fixes
- Static List for Allowed Users
Fixed GitHub permissions issue by switching to a static allowed users list.
#2087
🛠️ Misc
-
Provider Name Typo Fix
Corrected Bitbucket Data Center provider name spelling.
#2096 -
Code Refactoring
Replaced deprecatedgetActivies
function and removed legacy Bitbucket v1 code.
#2092 -
Linting Adjustment
Disabled descriptive-link-text check for markdown files.
#2094 -
CI Configuration
Addedwaveywaves
to allowlist for e2e test execution.
#2091 -
Test Verbosity
Enabled verbose output for e2e tests in CI workflows.
#2090
Changelog
- 8bb5bfa: add waveywaves to list of developers for whom e2e can run (@waveywaves)
- 857f96d: chore: Disable descriptive-lint-text check for md files (@zakisk)
- b2a2238: chore: Fix typo in provider name (@zakisk)
- 0018148: chore: Limit Go linter scope to source and test directories (@chmouel)
- 3f662a3: cleanup: wave good bye to bbv1 lib (@zakisk)
- 1b4ded8: feat: Add OpenAPI schema validation for CRD (@chmouel)
- d674217: feat: Implement setting to skip push events for PR commits (@chmouel)
- c7486aa: refactor: replace getActivities func call with jenkins-x/go-scm (@zakisk)