Skip to content

Commit a42bbde

Browse files
committed
chore: bump version to v1.6.1
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
1 parent 744f8ad commit a42bbde

2 files changed

Lines changed: 57 additions & 1 deletion

File tree

stepaction/git-clone/git-clone.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ metadata:
99
annotations:
1010
artifacthub.io/category: integration-delivery
1111
artifacthub.io/changes: |
12+
- kind: fixed
13+
description: rewrite StepAction generator with pyyaml
14+
- kind: changed
15+
description: bump version to v1.6.1
1216
- kind: fixed
1317
description: release script signing and bundle workflow
1418
- kind: fixed
@@ -21,6 +25,30 @@ metadata:
2125
description: set Artifact Hub repository ID for StepAction
2226
- kind: changed
2327
description: add Artifact Hub metadata for StepAction repository
28+
- kind: changed
29+
description: bump version to v1.6.0
30+
- kind: fixed
31+
description: release script backtick stripping in changelog normalization
32+
- kind: changed
33+
description: add task signing to release script
34+
- kind: changed
35+
description: add parameters and results tables to StepAction README
36+
- kind: added
37+
description: stepaction tests, bundle publishing, release integration
38+
- kind: changed
39+
description: update READMEs for Artifact Hub and StepAction
40+
- kind: added
41+
description: add git-clone StepAction, generated from Task
42+
- kind: changed
43+
description: add task signing public key
44+
- kind: changed
45+
description: bump version to v1.5.0
46+
- kind: changed
47+
description: bump docker/login-action from 3.4.0 to 4.2.0
48+
- kind: changed
49+
description: bump docker/build-push-action from 6.16.0 to 7.2.0
50+
- kind: changed
51+
description: bump helm/kind-action from 1.12.0 to 1.14.0
2452
artifacthub.io/license: Apache-2.0
2553
artifacthub.io/links: |
2654
- name: support

task/git-clone/git-clone.yaml

Lines changed: 29 additions & 1 deletion
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: rewrite StepAction generator with pyyaml
9+
- kind: changed
10+
description: bump version to v1.6.1
711
- kind: fixed
812
description: release script signing and bundle workflow
913
- kind: fixed
@@ -16,6 +20,30 @@ metadata:
1620
description: set Artifact Hub repository ID for StepAction
1721
- kind: changed
1822
description: add Artifact Hub metadata for StepAction repository
23+
- kind: changed
24+
description: bump version to v1.6.0
25+
- kind: fixed
26+
description: release script backtick stripping in changelog normalization
27+
- kind: changed
28+
description: add task signing to release script
29+
- kind: changed
30+
description: add parameters and results tables to StepAction README
31+
- kind: added
32+
description: stepaction tests, bundle publishing, release integration
33+
- kind: changed
34+
description: update READMEs for Artifact Hub and StepAction
35+
- kind: added
36+
description: add git-clone StepAction, generated from Task
37+
- kind: changed
38+
description: add task signing public key
39+
- kind: changed
40+
description: bump version to v1.5.0
41+
- kind: changed
42+
description: bump docker/login-action from 3.4.0 to 4.2.0
43+
- kind: changed
44+
description: bump docker/build-push-action from 6.16.0 to 7.2.0
45+
- kind: changed
46+
description: bump helm/kind-action from 1.12.0 to 1.14.0
1947
artifacthub.io/license: Apache-2.0
2048
artifacthub.io/links: |
2149
- name: support
@@ -33,7 +61,7 @@ metadata:
3361
tekton.dev/displayName: git clone
3462
tekton.dev/pipelines.minVersion: 1.0.0
3563
tekton.dev/platforms: linux/amd64,linux/s390x,linux/ppc64le,linux/arm64
36-
tekton.dev/signature: MEUCIHnHqhYc0TCdI0THZqZis3CEvOdyAsRTV7cN/lc7F0fPAiEAztvz5/7Frmwiu58wcfaUtRad7geXouOUIcXwQZ0tcfE=
64+
tekton.dev/signature: MEUCIEzFZP5uEuZJKg0dRMv+3NuFczXpXR2LZbFH8FFn1EvQAiEA5sgTKBX5mtkZFALtBM7op+TqPL2w0yefJtWC08IZYdQ=
3765
tekton.dev/tags: git
3866
labels:
3967
app.kubernetes.io/version: 1.6.1

0 commit comments

Comments
 (0)