v0.27.0
Pipelines as Code version v0.27.0
OpenShift Pipelines as Code v0.27.0 has been released 🥳
This is a major release with new features and usual bugfix and refactoring.
- Add support for global repository as a fallback to other repository
setting. Doc - PR Jira SRVKP-4425 SRVKP-4069 - Add a subset support for OWNERS_ALIASES Doc - PR Jira SRVKP-3251
- Fix a panic in the watcher panic with pending runs, concurrency not set PR - Jira SRVKP-4499
- Our dogfooding Pipelines-as-Code cluster is now running Arm64 and is now nightly tested on this platform and we are now using stepactions and tekton-caches for our internal caching (see our tekton directory for examples)
- Fix checkrun status issue PR
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.27.0/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.27.0/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-27-0.pipelines-as-code.pages.dev
Changelog
- 41927c2: Add new slack notification task (@chmouel)
- a806fee: Add support for OWNERS_ALIASES (#1668) (@enarha)
- 931c336: Disable execinquery linter (@chmouel)
- de3ce9b: Fix checkrun status issue (@savitaashture)
- 9493299: Fix codecov uploading for go tekton pipeline (@chmouel)
- ffc9e81: Fix documentation doublons (@chmouel)
- 44e735e: Fix tkn pac generate when no git remote url (@chmouel)
- b204245: Generate nightly on arm64 as well (@chmouel)
- fda67be: Generate nightly on arm64 as well (@chmouel)
- bb1ea27: Make sure to use GitOps instead of GitOPS (@chmouel)
- c00a212: Properly scope the cache for each image build (@chmouel)
- ce7a1d4: Update hugo-book theme (@chmouel)
- 9d1a018: Use arm64 images across (@chmouel)
- 16596b4: [Feature] Introduce global repository setting (@chmouel)
- 9437ba0: add blog post for osp 1.15 (@chmouel)
- 192184c: don't check for init function in resolve.go (@chmouel)
- a299120: fix codecov again (@chmouel)
- 7eee8f0: fix codecov on generate-coverage-release (@chmouel)
- cdf4a69: fix github link to be permanent (@chmouel)
- e8a2251: fix reChangedFilesTags regex (@chmouel)
- 6c8f99f: remove e2e-tests PipelineRun (@chmouel)
- 6fedb30: use tekton-cache for caching and stepactions (@chmouel)
- 85a14cd: watcher panic with pending runs, concurrency not set (@gabemontero)