Skip to content

Commit b5b6070

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

3 files changed

Lines changed: 18 additions & 10 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: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ 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: fixed
13+
description: sanitize special YAML chars in changelog descriptions
14+
- kind: changed
15+
description: bump version to v1.6.0
1216
- kind: fixed
1317
description: reset version for v1.6.0 re-release (pyyaml generator)
1418
- kind: fixed
@@ -26,9 +30,9 @@ metadata:
2630
- kind: fixed
2731
description: release script version detection and signing
2832
- kind: fixed
29-
description: strip spurious resources: {} from signed task YAMLs
33+
description: strip spurious resources: from signed task YAMLs
3034
- kind: fixed
31-
description: strip spurious resources: {} from signed task YAML
35+
description: strip spurious resources: from signed task YAML
3236
- kind: changed
3337
description: set Artifact Hub repository ID for StepAction
3438
- kind: changed
@@ -156,7 +160,7 @@ spec:
156160
Print user-friendly error messages with actionable hints and reproduction commands when git operations fail. Set to "false" to disable.
157161
name: userFriendlyErrors
158162
type: string
159-
- default: ghcr.io/tektoncd-catalog/git-clone:v1.5.0
163+
- default: ghcr.io/tektoncd-catalog/git-clone:v1.6.0
160164
description: The image providing the git-init binary that this StepAction runs.
161165
name: gitInitImage
162166
type: string

task/git-clone/git-clone.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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
6973
spec:
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

Comments
 (0)