v0.22.5
Pipelines as Code version v0.22.5
OpenShift Pipelines as Code v0.22.5 has been released 🥳
This minor releases address a few issues, and update some of the documentation, the main fixes are:
- Fix running incoming webhook on Github Enterprise #1521 #1523
- Set timeout on http.Client when fetching remote tasks #1514
- Make sure to sort secrets by longest when hiding #1505
- Fix event_title matching by CEL on GitHub #1525
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.22.5/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.22.5/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-22-5.pipelines-as-code.pages.dev
Changelog
- db90821: Add allbinaries target to the Makefile (@chmouel)
- d928ce4: Add codespell to the lint-md (@chmouel)
- 0f662c2: Add end-to-end testing for clean GitOps comment in the pull request (@savitaashture)
- 6c4db0c: Add private URL example to GitLab URL (@chmouel)
- a43138b: Add tech preview shortcode (@chmouel)
- 3053676: Addressing the event title matching issue (@savitaashture)
- ad33c4e: Bump actions/setup-go from 4 to 5 (@dependabot[bot])
- 0971fd8: Bump docker/build-push-action from 5.0.0 to 5.1.0 (@dependabot[bot])
- 5c0708a: Bump docker/metadata-action from 5.0.0 to 5.3.0 (@dependabot[bot])
- 5ac002e: Enable new golangci-lint rules (@chmouel)
- 27ed5b5: Fixing tkn pac create repo message in README (@chmouel)
- efd7828: Increase the timeout for e2e tests (@piyush-garg)
- ac21dd4: Install deps and setup env for
make dev
(@roman-kiselenko) - 8781aab: Let deploy a new controller with a 2nd GitHub app (@chmouel)
- c91a6c0: Make sure to apply the template after generating (@chmouel)
- 8859aff: Make sure to sort secrets by longest when hiding (@chmouel)
- ec42f94: Make the remote annotations from pipelines as TP (@chmouel)
- 453a948: Move second-controller.py to hack/ (@chmouel)
- 5ea2be0: Refactor getInstallationIDFromPayload function (@chmouel)
- 6083a01: Refactor provider Interface (@chmouel)
- dbaafb1: Remove black and use ruff format to format check (@chmouel)
- 1c04d70: Remove tmate debug and only enable it when requet (@chmouel)
- 430122a: Removed tkn-pac resolve message from generate command (@savitaashture)
- bd4ad2f: Resolve GitOps comment problem with push requests (@savitaashture)
- 823ebbb: Set timeout for http.Client (@chmouel)
- 9a00add: Setup some debug to debug the e2e tests (@chmouel)
- a8826c7: Update all dependencies (@chmouel)
- acb4bd9: Update go-toolset image to latest (@chmouel)
- a85fc2e: Update pre-commit hooks (@chmouel)
- 646c4af: Update test yaml with increased timeout (@savitaashture)
- bfb0107: Update vale styles to latest (@chmouel)
- f0267bd: add properly the namespace (@chmouel)
- c0e0e5d: fix running incoming webhook on GHE (@chmouel)
- a105d55: make ci working still until we merge #1518 (@chmouel)
- 18bb994: pass ghe url when creating prun on incoming event (@chmouel)
- dfd126d: properly create the second secret (@chmouel)
- 6dcb48e: set --controller-image to ko for e2e tests (@chmouel)
- 1ca0631: we need to create the configmap before patching it (@chmouel)