0.5.3
OpenShift Pipelines version 0.5.3
OpenShift Pipelines as Code version 0.5.3 has been released 🥳
This releases fixes a few bugs and add some optimizations.
One notable change is that we moved away from pipelinerun in pipelines-as-code
repository and now use a taskrun which should be faster to start the initial feedback on CI.
Install
To install this version you can just do :
kubectl apply -f https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/release-0.5.3/release-0.5.3.yaml
and make sure you follow the setup documentation :
https://github.com/openshift-pipelines/pipelines-as-code/tree/release-0.5.3/INSTALL.md
Full Changelog
- d3c4340: Add
commandType
annotations to cobra.Command (@concaf) - 1540c80: Add test to replay last deliveries directly from github (@chmouel)
- c513c6a: Allow creating a app on organization (@chmouel)
- 628df42: Document resolve behaviour between cli and live (@chmouel)
- e7ea177: Fix spelling across documentation (#398) (@chmouel)
- 68fdef9: Fix task resolution from inside git on resolve (#402) (@chmouel)
- c7c3fdf: Make sure we initialize the fake kube client (#397) (@chmouel)
- b9af169: Reads default pipelinerun timeout value from configmap (#394) (@sm43)
- 5dce672: Removes generated secret after completion of user pipelinerun (#393) (@sm43)
- 34bc00f: Replaces Pipelinerun with taskrun in pac namespace (#390) (@sm43)
- 0261621: Returns branch name as
main
if ref asrefs-heads-main
(#392) (@sm43) - e982869: Test should use already initialized k8s client (#403) (@guillaumerose)
- c169e33: Update PR Flow (@chmouel)
- ee19564: Update bitbucket cloud token creation instructions (@chmouel)
- 312f03d: Update cleanup cron to remove taskrun instead of pipelineRun (@sm43)
- da88994: Update documentation for 0.5.3 (@chmouel)
- 9b015d5: Update documentation on Repository CR creation (@sbose78)
- eb25c56: Update pkg/cmd/tknpac/bootstrap/bootstrap.go (@chmouel)
- e517b2e: Update to google-go v42 (@chmouel)
- 997ea7c: Update to pipelines 0.28.2 (@chmouel)
- def3857: Use golangci image version directly (@chmouel)
- 95df8d4: Use ubi latest 8.5 version instead of 8.4 (@chmouel)
- bbbdd69: [resolve] Don't crash when not connected to kube (#400) (@chmouel)
- ca7e407: add kind information in development.md (@chmouel)
- 1fb386b: fix getting repo spec credentials with no api url (@chmouel)
- 1f6e6fd: fix typecheck golangci assertions (@chmouel)
- 69e49b6: fixes pre push hook link in pull req template 😄 (#391) (@sm43)
- fb463ad: make release script cleanup (#389) (@chmouel)
- ce146fb: resolve, don't print error if pac is not insllaed (@chmouel)
- ca8e53f: use taskrun instead of pipelinerun (@chmouel)