@@ -4,54 +4,58 @@ metadata:
44 annotations :
55 artifacthub.io/category : integration-delivery
66 artifacthub.io/changes : |
7+ - kind : fixed
8+ description : " always quote descriptions in AH changelog"
9+ - kind : changed
10+ description : " bump version to v1.6.0"
711 - kind : fixed
8- description: quote descriptions containing colons in changelog
12+ description : " quote descriptions containing colons in changelog"
913 - kind : changed
10- description: bump version to v1.6.0
14+ description : " bump version to v1.6.0"
1115 - kind : fixed
12- description: sanitize special YAML chars in changelog descriptions
16+ description : " sanitize special YAML chars in changelog descriptions"
1317 - kind : changed
14- description: bump version to v1.6.0
18+ description : " bump version to v1.6.0"
1519 - kind : fixed
16- description: reset version for v1.6.0 re-release (pyyaml generator)
20+ description : " reset version for v1.6.0 re-release (pyyaml generator)"
1721 - kind : fixed
18- description: quote special characters in artifacthub changelog annotation
22+ description : " quote special characters in artifacthub changelog annotation"
1923 - kind : changed
20- description: bump version to v1.6.0
24+ description : " bump version to v1.6.0"
2125 - kind : fixed
22- description: reset version to v1.5.0 for v1.6.0 re-release
26+ description : " reset version to v1.5.0 for v1.6.0 re-release"
2327 - kind : fixed
24- description: rewrite StepAction generator with pyyaml
28+ description : " rewrite StepAction generator with pyyaml"
2529 - kind : changed
26- description: bump version to v1.6.1
30+ description : " bump version to v1.6.1"
2731 - kind : fixed
28- description: release script signing and bundle workflow
32+ description : " release script signing and bundle workflow"
2933 - kind : fixed
30- description: release script version detection and signing
34+ description : " release script version detection and signing"
3135 - kind : fixed
3236 description : " strip spurious resources: from signed task YAMLs"
3337 - kind : fixed
3438 description : " strip spurious resources: from signed task YAML"
3539 - kind : changed
36- description: set Artifact Hub repository ID for StepAction
40+ description : " set Artifact Hub repository ID for StepAction"
3741 - kind : changed
38- description: add Artifact Hub metadata for StepAction repository
42+ description : " add Artifact Hub metadata for StepAction repository"
3943 - kind : changed
40- description: bump version to v1.6.0
44+ description : " bump version to v1.6.0"
4145 - kind : fixed
42- description: release script backtick stripping in changelog normalization
46+ description : " release script backtick stripping in changelog normalization"
4347 - kind : changed
44- description: add task signing to release script
48+ description : " add task signing to release script"
4549 - kind : changed
46- description: add parameters and results tables to StepAction README
50+ description : " add parameters and results tables to StepAction README"
4751 - kind : added
48- description: stepaction tests, bundle publishing, release integration
52+ description : " stepaction tests, bundle publishing, release integration"
4953 - kind : changed
50- description: update READMEs for Artifact Hub and StepAction
54+ description : " update READMEs for Artifact Hub and StepAction"
5155 - kind : added
52- description: add git-clone StepAction, generated from Task
56+ description : " add git-clone StepAction, generated from Task"
5357 - kind : changed
54- description: add task signing public key
58+ description : " add task signing public key"
5559 artifacthub.io/license : Apache-2.0
5660 artifacthub.io/links : |
5761 - name: support
@@ -72,7 +76,7 @@ metadata:
7276 tekton.dev/signature : MEYCIQCm/4td/qSjle4l8U0yihk1ONgg6Mr4suUJj24kLKwOdgIhALTuOKknf7fJObtkUb/6ggEjovHDh3ITCNJwRMGuJuKy
7377 tekton.dev/tags : git
7478 labels :
75- app.kubernetes.io/version : 1.6.0
79+ app.kubernetes.io/version : " 1.6.0"
7680 name : git-clone
7781spec :
7882 description : |-
0 commit comments