@@ -4,22 +4,46 @@ metadata:
44 annotations :
55 artifacthub.io/category : integration-delivery
66 artifacthub.io/changes : |
7- - kind: added
8- description: Added a new git-clone StepAction generated from the existing Task.
9- - kind: added
10- description: Added StepAction tests and integrated StepAction bundle publishing into releases.
11- - kind: changed
12- description: Updated release automation to sign published Task/StepAction artifacts.
7+ - kind: fixed
8+ description: reset version for v1.6.0 re-release (pyyaml generator)
9+ - kind: fixed
10+ description: quote special characters in artifacthub changelog annotation
1311 - kind: changed
14- description: Rewrote the StepAction generator implementation to use PyYAML.
12+ description: bump version to v1.6.0
13+ - kind: fixed
14+ description: reset version to v1.5.0 for v1.6.0 re-release
15+ - kind: fixed
16+ description: rewrite StepAction generator with pyyaml
1517 - kind: changed
16- description: Added Artifact Hub metadata and repository ID support for StepAction artifacts.
18+ description: bump version to v1.6.1
19+ - kind: fixed
20+ description: release script signing and bundle workflow
21+ - kind: fixed
22+ description: release script version detection and signing
1723 - kind: fixed
18- description: Fixed release script version detection and signing workflow behavior.
24+ description: strip spurious resources: {} from signed task YAMLs
1925 - kind: fixed
20- description: Fixed changelog normalization to correctly strip backticks in release notes.
26+ description: strip spurious resources: {} from signed task YAML
27+ - kind: changed
28+ description: set Artifact Hub repository ID for StepAction
29+ - kind: changed
30+ description: add Artifact Hub metadata for StepAction repository
31+ - kind: changed
32+ description: bump version to v1.6.0
2133 - kind: fixed
22- description: "Removed spurious resources blocks from signed Task YAML outputs."
34+ description: release script backtick stripping in changelog normalization
35+ - kind: changed
36+ description: add task signing to release script
37+ - kind: changed
38+ description: add parameters and results tables to StepAction README
39+ - kind: added
40+ description: stepaction tests, bundle publishing, release integration
41+ - kind: changed
42+ description: update READMEs for Artifact Hub and StepAction
43+ - kind: added
44+ description: add git-clone StepAction, generated from Task
45+ - kind: changed
46+ description: add task signing public key
2347 artifacthub.io/license : Apache-2.0
2448 artifacthub.io/links : |
2549 - name: support
@@ -37,10 +61,10 @@ metadata:
3761 tekton.dev/displayName : git clone
3862 tekton.dev/pipelines.minVersion : 1.0.0
3963 tekton.dev/platforms : linux/amd64,linux/s390x,linux/ppc64le,linux/arm64
40- tekton.dev/signature : MEUCICL1RH2AA+nz2VbG5uMqv/MeRqsiFLR6RqzkDvjs+DnLAiEAkAtjBYYep9K0ookACnun3QU+FJxojRXaH6TbbYtbK1E =
64+ tekton.dev/signature : MEUCIQCQ2o3aLCBOiP4sMRLxhwyKJuQK8wN23nxa1aRRWHdD4AIgKUNBfn0PLdOhKcsIA+D4opFrMQKh31ykfhPtS6onnDA =
4165 tekton.dev/tags : git
4266 labels :
43- app.kubernetes.io/version : " 1.5.0 "
67+ app.kubernetes.io/version : 1.6.0
4468 name : git-clone
4569spec :
4670 description : |-
@@ -116,7 +140,7 @@ spec:
116140 Print user-friendly error messages with actionable hints and reproduction commands when git operations fail. Set to "false" to disable.
117141 name : userFriendlyErrors
118142 type : string
119- - default : ghcr.io/tektoncd-catalog/git-clone:v1.5 .0
143+ - default : ghcr.io/tektoncd-catalog/git-clone:v1.6 .0
120144 description : The image providing the git-init binary that this Task runs.
121145 name : gitInitImage
122146 type : string
0 commit comments