Releases: chmouel/pipelines-as-code
Releases · chmouel/pipelines-as-code
v0.36.1
Pipelines as Code version v0.36.1
OpenShift Pipelines as Code v0.36.1 has been released 🥳
TODO: XXXXX add high level changelog before setting this as released XXXXX,
describe the large features with some nice screenshot/demo if possible with doc links and pr links, if bugfixes just mention the notable bugfixes, see older releases for some example
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.36.1/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.36.1/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-36-1.pipelines-as-code.pages.dev
Changelog
- 5949341: Feat: structured logging with source repo context (openshift-pipelines#2165) (@infernus01)
- 4888d6d: Update .github/pull_request_template.md (@chmouel)
- fe32890: chore: Improve commit and pull request title validation (@chmouel)
- e7a2b7b: chore: Make go-testing PipelineRun targeted by all branches (@zakisk)
- 52d6a16: chore: Some minor typos in docs (@zakisk)
- 0ad67b6: chore: Update git-clone task location (@chmouel)
- 70eb7ba: chore: remove unused ConvertPacStructToConfigMap func and tests (@infernus01)
- a5b9453: chore: trigger E2E tests only on workflows change (@zakisk)
- ce23998: chore: update PR template and unify commit validation in CI (@chmouel)
- 28a095f: dep: update jenkins-x/go-scm version (@zakisk)
- db0e832: enhance: Use Client Function for API Call in ParsePayload (@zakisk)
- f3a73b4: enhance: clarify commit-info error & add tests for verifyRepoAndUser (@zakisk)
- 5e98945: feat: Add PipelineRun to create JIRA tickets via comments (@chmouel)
- 32e2093: feat: Implement comprehensive development rules for Cursor (@chmouel)
- 2cc810c: fix homebrew (@chmouel)
- 7340740: fix(bitbucketdatacenter): ignore branch deletion events in ParsePayload (@infernus01)
- 87df55c: fix(ci): golangci-lint revive var-naming error in linters (@zakisk)
- e18edee: fix(github): guard checkWebhookSecretValidity against nil response (@zakisk)
- ecd0637: fix(homebrew): goreleaser issue and cask install doc (@dronenb)
- 4f415fb: fix: Ignore non-Tekton resources errors reporting (@chmouel)
- c6fdb38: fix: skip pr title check for MIRRORED PR (@chmouel)