Skip to content

Commit dd1d541

Browse files
committed
chore: bump version to v1.6.0
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
1 parent 0caea16 commit dd1d541

3 files changed

Lines changed: 76 additions & 28 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ taskRef:
1919
resolver: bundles
2020
params:
2121
- name: bundle
22-
value: ghcr.io/tektoncd-catalog/git-clone/bundle:v1.5.0
22+
value: ghcr.io/tektoncd-catalog/git-clone/bundle:v1.6.0
2323
- name: name
2424
value: git-clone
2525
- name: kind

stepaction/git-clone/git-clone.yaml

Lines changed: 37 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,50 @@ kind: StepAction
55
metadata:
66
name: git-clone
77
labels:
8-
app.kubernetes.io/version: "1.5.0"
8+
app.kubernetes.io/version: "1.6.0"
99
annotations:
1010
artifacthub.io/category: integration-delivery
1111
artifacthub.io/changes: |
12-
- kind: added
13-
description: Added a new git-clone StepAction generated from the existing Task.
14-
- kind: added
15-
description: Added StepAction tests and integrated StepAction bundle publishing into releases.
16-
- kind: changed
17-
description: Updated release automation to sign published Task/StepAction artifacts.
12+
- kind: fixed
13+
description: reset version for v1.6.0 re-release (pyyaml generator)
14+
- kind: fixed
15+
description: quote special characters in artifacthub changelog annotation
1816
- kind: changed
19-
description: Rewrote the StepAction generator implementation to use PyYAML.
17+
description: bump version to v1.6.0
18+
- kind: fixed
19+
description: reset version to v1.5.0 for v1.6.0 re-release
20+
- kind: fixed
21+
description: rewrite StepAction generator with pyyaml
2022
- kind: changed
21-
description: Added Artifact Hub metadata and repository ID support for StepAction artifacts.
23+
description: bump version to v1.6.1
24+
- kind: fixed
25+
description: release script signing and bundle workflow
26+
- kind: fixed
27+
description: release script version detection and signing
2228
- kind: fixed
23-
description: Fixed release script version detection and signing workflow behavior.
29+
description: strip spurious resources: {} from signed task YAMLs
2430
- kind: fixed
25-
description: Fixed changelog normalization to correctly strip backticks in release notes.
31+
description: strip spurious resources: {} from signed task YAML
32+
- kind: changed
33+
description: set Artifact Hub repository ID for StepAction
34+
- kind: changed
35+
description: add Artifact Hub metadata for StepAction repository
36+
- kind: changed
37+
description: bump version to v1.6.0
2638
- kind: fixed
27-
description: "Removed spurious resources blocks from signed Task YAML outputs."
39+
description: release script backtick stripping in changelog normalization
40+
- kind: changed
41+
description: add task signing to release script
42+
- kind: changed
43+
description: add parameters and results tables to StepAction README
44+
- kind: added
45+
description: stepaction tests, bundle publishing, release integration
46+
- kind: changed
47+
description: update READMEs for Artifact Hub and StepAction
48+
- kind: added
49+
description: add git-clone StepAction, generated from Task
50+
- kind: changed
51+
description: add task signing public key
2852
artifacthub.io/license: Apache-2.0
2953
artifacthub.io/links: |
3054
- name: support
@@ -132,7 +156,7 @@ spec:
132156
Print user-friendly error messages with actionable hints and reproduction commands when git operations fail. Set to "false" to disable.
133157
name: userFriendlyErrors
134158
type: string
135-
- default: ghcr.io/tektoncd-catalog/git-clone:v1.5.0
159+
- default: ghcr.io/tektoncd-catalog/git-clone:v1.6.0
136160
description: The image providing the git-init binary that this StepAction runs.
137161
name: gitInitImage
138162
type: string

task/git-clone/git-clone.yaml

Lines changed: 38 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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
4569
spec:
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

Comments
 (0)