v0.15.4
Pipelines as Code version v0.15.4
Pipelines as Code patch version v0.15.4 has been released 🥳
Pipelines as Code 0.15.4 is a patch release for the release-0.15.x branch (tracked by openshift-pipelines 1.9.x). It contains the following fixes and additions :
- Gitea driver should now show the comments without the blank lines in a nicer way PR
- token expiration check with github webhook driver would sometime fail, it now handles multiples cases PR
- Reference to a Tekton Resolver task or pipeline is now skipped by Pac Resolver PR
- There is a new env variable
target_namespace
which expand to the currently running namespace where the pr is run #1127
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.4/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.15.4/release.k8s.yaml
Documentation
documentation is available here :
Changelog
- 670026e: Add target_namespace env variable (@chmouel)
- d2537d5: Don't try to gpgsign or it will fail (@chmouel)
- 86af737: Fix StartingPipelineRunText and use tkn instead of tkn-pac for log (@chmouel)
- 2a6c07c: Fix WaitForSecretDeletion (@chmouel)
- 7165d79: Make our own parsing for token expiration (@chmouel)
- 0cb6780: Remove the replacing of the \n by
(@chmouel) - af1511e: Rephrase pipelines as code introduction (@chmouel)
- 8017f0d: Skip Tekton Resolver types in PAC Resolver (@chmouel)
- c983d26: Skip task step logs which say that it is skipped (@chmouel)
- 8bcea9b: Tekton Dashboard release file has been renamed (@chmouel)
- c173b01: add gitea E2E test to test log snippet (@chmouel)
- babf59c: adjust regexp for TestGiteaRetestAfterPush (@chmouel)
- cda7e74: describe the new way of disabling pac from osp on 1.9 (@chmouel)
- 52dd105: fix exiting from task on ubi-micro (need to be from a script) (@chmouel)
- dc38dc5: go 1.20 support (@chmouel)
- 25d0700: make sure we always processing error in namespace (@chmouel)
- bea95f7: make the tkn binary name modular at compile time (@chmouel)
- 5615dc2: some more cosmetics to show nicer gitea status breakdown (@chmouel)