v0.24.0
Pipelines as Code version v0.24.0
OpenShift Pipelines as Code v0.24.0 has been released 🥳
This major release introduce new features among bugfixes, testing and docs.
-
Add support for fetching pipeline from hub in annotation: PAC now supports fetching pipeline from hub if specified with annotation
pipelinesascode.tekton.dev/pipeline
. Only one annotation can be provided and can specify the version of pipeline custom hub just same like task. PR -
Removed duplicate filed from changed file: Now changed files will not contain the duplicate name if same file is changed in multiple commits. PR
-
Fix data race while using multiple PAC controller. PR
-
Validate the length of secret name conforming to k8s rules. 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.24.0/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.24.0/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://docs.pipelinesascode.com/v0.24.0/
Changelog
- fc2ceb8: Add docs generation script (@chmouel)
- 766736c: Add namespace argument in the script (@pratap0007)
- 07ebf15: Add support for fetching pipeline from hub (@piyush-garg)
- b9c1715: Bump actions/cache from 3 to 4 (@dependabot[bot])
- eb2b6f3: Bump docker/metadata-action from 5.5.0 to 5.5.1 (@dependabot[bot])
- 00b6cfa: Bump tektoncd/pipeline to v0.56.0 LTS (@piyush-garg)
- 574f93d: Corrected metrics title (@savitaashture)
- 4ffa114: Make sure to make the secret conforms to k8 naming (@chmouel)
- f4b9d1a: Make sure to remove duplicates from changed files (@chmouel)
- f219c99: Only report failed kind e2e when not pull request (@chmouel)
- 5b1c594: Readd slack notification on failure (@chmouel)
- 14343a8: Revised if statement to address validation of names (@savitaashture)
- b0f191b: Use a mutex when updating the PAC info (@chmouel)
- 4bdfa0f: e2e: add more log of where the github push going (@chmouel)
- f161688: fix if conditions on kind-e2e-tests (@chmouel)
- f781a4c: ignore coverage files in gitignore (@chmouel)