Skip to content

v0.39.0

Choose a tag to compare

@osp-pac osp-pac released this 04 Nov 17:28
· 15 commits to main since this release
Immutable release. Only release title and notes can be modified.

Pipelines as Code version v0.39.0

OpenShift Pipelines as Code v0.39.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.39.0/release.yaml

Kubernetes

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

Documentation

The documentation for this release is available here :

https://release-v0-39-0.pipelines-as-code.pages.dev

Here is the list of notable changes based on your input:

✨ Features

🐛 Bugs

⚙️ Misc

  • docs: correct docs for GitOps commands on GitLab d5774cdf
  • refactor: Migrate build tags from +build to //go:build directives d4dc56fd
  • chore: remove raw API response in log d46f5e8f
  • chore(deps): bump actions/upload-artifact from 4 to 5 d3ec0be4
  • chore: configure application id in CI via env variable d3434604
  • chore(goreleaser): use binaries field in homebrew d30048d2
  • chore: Add deprecation log for repository status field d1d37ef3
  • chore: Allow org members to trigger E2E workflow d0d750e1
  • docs: clarify repo_owner parameter semantics cf464831
  • docs: Clarify documentation for repository comment_strategy ce145f8d
  • docs: Restructure and enhance README for clarity cdb2b564
  • chore: Enhance text consistency across codebase cdb09d06
  • docs: improve English phrasing across upstream documentation cda97ff4
  • chore: Add new points in AI template for PR cda974e5
  • docs: Add AI assistance disclosure to PR template cd8a9d25

Changelog