@@ -3,7 +3,7 @@ kind: Task
33metadata :
44 name : git-clone
55 labels :
6- app.kubernetes.io/version : " 1.4 .0"
6+ app.kubernetes.io/version : " 1.5 .0"
77 annotations :
88 tekton.dev/pipelines.minVersion : " 1.0.0"
99 tekton.dev/categories : Git
@@ -25,10 +25,20 @@ metadata:
2525 - name: support
2626 url: https://github.com/tektoncd-catalog/git-clone/issues
2727 artifacthub.io/changes : |
28- - kind: changed
29- description: Update task API from v1beta1 to v1
3028 - kind: added
31- description: Artifact Hub listing with verified publisher metadata
29+ description: Added a custom git-clone base image with git-lfs, openssh, and non-root UID 65532.
30+ - kind: added
31+ description: Added Tekton Bundle publishing as part of the release process.
32+ - kind: added
33+ description: Added end-to-end test coverage using a Kind cluster.
34+ - kind: fixed
35+ description: Switched release builds to the chainguard/git base image.
36+ - kind: changed
37+ description: Added a release automation script and updated task minimum version requirements.
38+ - kind: changed
39+ description: Updated CI/release dependencies (docker/login-action, docker/build-push-action, helm/kind-action).
40+ - kind: changed
41+ description: Added a pull request template and stabilized CI test configuration.
3242spec :
3343 description : >-
3444 These Tasks are Git tasks to work with repositories used by other tasks
@@ -132,7 +142,7 @@ spec:
132142 - name : gitInitImage
133143 description : The image providing the git-init binary that this Task runs.
134144 type : string
135- default : " ghcr.io/tektoncd-catalog/git-clone:v1.4 .0"
145+ default : " ghcr.io/tektoncd-catalog/git-clone:v1.5 .0"
136146 - name : userHome
137147 description : |
138148 Absolute path to the user's home directory.
0 commit comments