Skip to content

Commit 4011f7e

Browse files
committed
chore: bump version to v1.5.0
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
1 parent b5c9709 commit 4011f7e

2 files changed

Lines changed: 17 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ taskRef:
2424
resolver: bundles
2525
params:
2626
- name: bundle
27-
value: ghcr.io/tektoncd-catalog/git-clone/bundle:v1.4.0
27+
value: ghcr.io/tektoncd-catalog/git-clone/bundle:v1.5.0
2828
- name: name
2929
value: git-clone
3030
- name: kind
@@ -85,7 +85,7 @@ spec:
8585
| `noProxy` | Opt out of proxying HTTP/HTTPS requests | `""` |
8686
| `verbose` | Log the commands executed during operation | `"true"` |
8787
| `userFriendlyErrors` | Print user-friendly error messages with hints | `"true"` |
88-
| `gitInitImage` | The image providing the `git-init` binary | `"ghcr.io/tektoncd-catalog/git-clone:v1.4.0"` |
88+
| `gitInitImage` | The image providing the `git-init` binary | `"ghcr.io/tektoncd-catalog/git-clone:v1.5.0"` |
8989
| `userHome` | Absolute path to the user's home directory | `"/home/git"` |
9090

9191
## Workspaces

task/git-clone/git-clone.yaml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Task
33
metadata:
44
name: git-clone
55
labels:
6-
app.kubernetes.io/version: "1.4.0"
6+
app.kubernetes.io/version: "1.5.0"
77
annotations:
88
tekton.dev/pipelines.minVersion: "1.0.0"
99
tekton.dev/categories: Git
@@ -25,10 +25,20 @@ metadata:
2525
- name: support
2626
url: https://github.com/tektoncd-catalog/git-clone/issues
2727
artifacthub.io/changes: |
28-
- kind: changed
29-
description: Update task API from v1beta1 to v1
3028
- kind: added
31-
description: Artifact Hub listing with verified publisher metadata
29+
description: Added a custom git-clone base image with git-lfs, openssh, and non-root UID 65532.
30+
- kind: added
31+
description: Added Tekton Bundle publishing as part of the release process.
32+
- kind: added
33+
description: Added end-to-end test coverage using a Kind cluster.
34+
- kind: fixed
35+
description: Switched release builds to the chainguard/git base image.
36+
- kind: changed
37+
description: Added a release automation script and updated task minimum version requirements.
38+
- kind: changed
39+
description: Updated CI/release dependencies (docker/login-action, docker/build-push-action, helm/kind-action).
40+
- kind: changed
41+
description: Added a pull request template and stabilized CI test configuration.
3242
spec:
3343
description: >-
3444
These Tasks are Git tasks to work with repositories used by other tasks
@@ -132,7 +142,7 @@ spec:
132142
- name: gitInitImage
133143
description: The image providing the git-init binary that this Task runs.
134144
type: string
135-
default: "ghcr.io/tektoncd-catalog/git-clone:v1.4.0"
145+
default: "ghcr.io/tektoncd-catalog/git-clone:v1.5.0"
136146
- name: userHome
137147
description: |
138148
Absolute path to the user's home directory.

0 commit comments

Comments
 (0)