Skip to content

v0.41.1

Choose a tag to compare

@tekton-pac-bot tekton-pac-bot released this 29 Jan 10:33
· 266 commits to main since this release
Immutable release. Only release title and notes can be modified.

Pipelines as Code v0.41.1

OpenShift Pipelines as Code v0.41.1 has been released.

Security Fix

  • GitLab Security: Enforce mandatory webhook secret and token validation. 9a230ff.

Important

You may be affected if you did not set a webhook via a secret on your GitLab repository CR. If it is already configured according to the documentation, no changes are required.

Bug Fixes

  • Performance: Major performance optimization for Bitbucket Cloud commit info lookup. 555aeb0 | SRVKP-10617
  • UI/UX: Stabilize sorting logic for task logs and status. 667fd80
  • UI/UX: Ensure deterministic PipelineRun sorting by name. b7b421f

Misc / Chores

  • Testing: Update E2E test matrix for improved provider coverage. 5a5f4e8
  • Docs: Update developer documentation for uv and release process. 384976b
  • pr-ci Script Update: Refactor scripts to be executable directly with uv run.5f515b9
  • CI Scaling: Divide Gitea tests equally across jobs. 41a632b
  • Linter: Configure Tekton linter to skip revert commits.eb39d14
  • Gitea: Split E2E tests for granular testing.ce269cc
  • Deps: Bump actions/cache from 4 to 5. a541f27
  • Workflow: Prevent E2E matrix jobs from cancelling on failure.65ece3f
  • Logs: Redirect gosmee output and organize CI logs.8d7c9b1
  • Maintenance: Rename GitHub PR test function for categorization. 9c30b5d
  • Performance: Add ko build cache to E2E workflow. 7605c5a
  • Deps: Update vendored Python dependencies.48a7720
  • Tooling: Adopt uv for second-controller.py. 055e68a

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.41.1/release.yaml

Kubernetes

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.41.1/release.k8s.yaml

Documentation

The documentation for this release is available here :

https://release-v0-41-1.pipelines-as-code.pages.dev

Full Changelog