@@ -4,6 +4,10 @@ metadata:
44 annotations :
55 artifacthub.io/category : integration-delivery
66 artifacthub.io/changes : |
7+ - kind: fixed
8+ description: sanitize special YAML chars in changelog descriptions
9+ - kind: changed
10+ description: bump version to v1.6.0
711 - kind: fixed
812 description: reset version for v1.6.0 re-release (pyyaml generator)
913 - kind: fixed
@@ -21,9 +25,9 @@ metadata:
2125 - kind: fixed
2226 description: release script version detection and signing
2327 - kind: fixed
24- description: strip spurious resources: {} from signed task YAMLs
28+ description: strip spurious resources: from signed task YAMLs
2529 - kind: fixed
26- description: strip spurious resources: {} from signed task YAML
30+ description: strip spurious resources: from signed task YAML
2731 - kind: changed
2832 description: set Artifact Hub repository ID for StepAction
2933 - kind: changed
@@ -61,10 +65,10 @@ metadata:
6165 tekton.dev/displayName : git clone
6266 tekton.dev/pipelines.minVersion : 1.0.0
6367 tekton.dev/platforms : linux/amd64,linux/s390x,linux/ppc64le,linux/arm64
64- tekton.dev/signature : MEUCIQCQ2o3aLCBOiP4sMRLxhwyKJuQK8wN23nxa1aRRWHdD4AIgKUNBfn0PLdOhKcsIA+D4opFrMQKh31ykfhPtS6onnDA =
68+ tekton.dev/signature : MEUCIC5LgzmksNwwh2nsfuo/xFKHpJSorDSSNr4427Y1lNfFAiEA7A5TTUa4/4CdP5mFlLond12A4EdEBG53bC/9Vj4nric =
6569 tekton.dev/tags : git
6670 labels :
67- app.kubernetes.io/version : " 1.5.0 "
71+ app.kubernetes.io/version : 1.6.0
6872 name : git-clone
6973spec :
7074 description : |-
@@ -140,7 +144,7 @@ spec:
140144 Print user-friendly error messages with actionable hints and reproduction commands when git operations fail. Set to "false" to disable.
141145 name : userFriendlyErrors
142146 type : string
143- - default : ghcr.io/tektoncd-catalog/git-clone:v1.5 .0
147+ - default : ghcr.io/tektoncd-catalog/git-clone:v1.6 .0
144148 description : The image providing the git-init binary that this Task runs.
145149 name : gitInitImage
146150 type : string
0 commit comments