Skip to content

v0.35.0

Compare
Choose a tag to compare
@osp-pac osp-pac released this 26 May 15:19
· 154 commits to main since this release

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
    Added skip-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 deprecated getActivies function and removed legacy Bitbucket v1 code.
    #2092

  • Linting Adjustment
    Disabled descriptive-link-text check for markdown files.
    #2094

  • CI Configuration
    Added waveywaves to allowlist for e2e test execution.
    #2091

  • Test Verbosity
    Enabled verbose output for e2e tests in CI workflows.
    #2090

Changelog