v0.15.3
Pipelines as Code version v0.15.3
OpenShift Pipelines as Code bugfix version v0.15.3 has been released 🥳
Changes
- fix documentation for amending commits PR
- Don't error out when checking for token expiration on 404 PR
- Remove tkn pac resolve -f message on bootstrap PR
- set no color on window or tkn pac will not work 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.15.3/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.15.3/release.k8s.yaml
Documentation
documentation is available here :
Changelog
- 97b7226: Bump docker/build-push-action from 3.2.0 to 3.3.0 (@dependabot[bot])
- 4c73825: Bump docker/metadata-action from 4.1.1 to 4.3.0 (@dependabot[bot])
- 99adde6: Disable colours on windows unconditionally (@chmouel)
- 474a9db: Don't error out when checking for token expiration on 404 (@chmouel)
- 47d6237: Fix documentation referencing git amend instead of git commit --amend (@chmouel)
- dc38cdf: Fix getting remote task uri from another branch (@chmouel)
- 15d2726: Resolve tkn pac resolve -f message on bootstrap (@chmouel)
- d8ad628: refactor all getLogger function to a common package (@chmouel)