@@ -4,18 +4,22 @@ 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.
13+ - kind: changed
14+ description: Rewrote the StepAction generator implementation to use PyYAML.
15+ - kind: changed
16+ description: Added Artifact Hub metadata and repository ID support for StepAction artifacts.
717 - kind: fixed
8- description: release script signing and bundle workflow
9- - kind: fixed
10- description: release script version detection and signing
18+ description: Fixed release script version detection and signing workflow behavior.
1119 - kind: fixed
12- description: strip spurious resources: {} from signed task YAMLs
20+ description: Fixed changelog normalization to correctly strip backticks in release notes.
1321 - kind: fixed
14- description: strip spurious resources: {} from signed task YAML
15- - kind: changed
16- description: set Artifact Hub repository ID for StepAction
17- - kind: changed
18- description: add Artifact Hub metadata for StepAction repository
22+ description: Removed spurious `resources: {}` blocks from signed Task YAML outputs.
1923 artifacthub.io/license : Apache-2.0
2024 artifacthub.io/links : |
2125 - name: support
@@ -33,10 +37,10 @@ metadata:
3337 tekton.dev/displayName : git clone
3438 tekton.dev/pipelines.minVersion : 1.0.0
3539 tekton.dev/platforms : linux/amd64,linux/s390x,linux/ppc64le,linux/arm64
36- tekton.dev/signature : MEUCIHnHqhYc0TCdI0THZqZis3CEvOdyAsRTV7cN/lc7F0fPAiEAztvz5/7Frmwiu58wcfaUtRad7geXouOUIcXwQZ0tcfE =
40+ tekton.dev/signature : MEUCICL1RH2AA+nz2VbG5uMqv/MeRqsiFLR6RqzkDvjs+DnLAiEAkAtjBYYep9K0ookACnun3QU+FJxojRXaH6TbbYtbK1E =
3741 tekton.dev/tags : git
3842 labels :
39- app.kubernetes.io/version : " 1.5.0 "
43+ app.kubernetes.io/version : 1.6.0
4044 name : git-clone
4145spec :
4246 description : |-
@@ -112,7 +116,7 @@ spec:
112116 Print user-friendly error messages with actionable hints and reproduction commands when git operations fail. Set to "false" to disable.
113117 name : userFriendlyErrors
114118 type : string
115- - default : ghcr.io/tektoncd-catalog/git-clone:v1.5 .0
119+ - default : ghcr.io/tektoncd-catalog/git-clone:v1.6 .0
116120 description : The image providing the git-init binary that this Task runs.
117121 name : gitInitImage
118122 type : string
0 commit comments