Skip to content

Commit 59b4802

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

3 files changed

Lines changed: 32 additions & 24 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: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,26 @@ 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.
18+
- kind: changed
19+
description: Rewrote the StepAction generator implementation to use PyYAML.
20+
- kind: changed
21+
description: Added Artifact Hub metadata and repository ID support for StepAction artifacts.
1222
- kind: fixed
13-
description: release script signing and bundle workflow
14-
- kind: fixed
15-
description: release script version detection and signing
23+
description: Fixed release script version detection and signing workflow behavior.
1624
- kind: fixed
17-
description: strip spurious resources: {} from signed task YAMLs
25+
description: Fixed changelog normalization to correctly strip backticks in release notes.
1826
- kind: fixed
19-
description: strip spurious resources: {} from signed task YAML
20-
- kind: changed
21-
description: set Artifact Hub repository ID for StepAction
22-
- kind: changed
23-
description: add Artifact Hub metadata for StepAction repository
27+
description: Removed spurious `resources: {}` blocks from signed Task YAML outputs.
2428
artifacthub.io/license: Apache-2.0
2529
artifacthub.io/links: |
2630
- name: support
@@ -128,7 +132,7 @@ spec:
128132
Print user-friendly error messages with actionable hints and reproduction commands when git operations fail. Set to "false" to disable.
129133
name: userFriendlyErrors
130134
type: string
131-
- default: ghcr.io/tektoncd-catalog/git-clone:v1.5.0
135+
- default: ghcr.io/tektoncd-catalog/git-clone:v1.6.0
132136
description: The image providing the git-init binary that this StepAction runs.
133137
name: gitInitImage
134138
type: string

task/git-clone/git-clone.yaml

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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
4145
spec:
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

Comments
 (0)