Skip to content

Releases: openshift-pipelines/task-git

v0.4.0

05 Aug 13:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

05 Jul 06:30
Compare
Choose a tag to compare

What's Changed

  • Bump helm/kind-action from 1.9.0 to 1.10.0 by @dependabot in #27
  • Fix the issue of not displaying the result COMMIT for git-clone by @savitaashture in #29

Full Changelog: v0.3.0...v0.3.1

v0.3.0

21 Mar 10:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

19 Dec 10:18
3284f3c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.0...v0.2.0

0.1.0

24 Oct 14:35
Compare
Choose a tag to compare

Using the Task

Task Resource File

You can retrieve the task directly with kubectl, i.e:

kubectl apply -f "https://github.com/openshift-pipelines/task-git/releases/download/0.1.0/task-git-0.1.0.yaml"

Tekton Task-Bundle

With tkn bundle you can rollout the Task from container-image, i.e:

tkn bundle list "ghcr.io/openshift-pipelines/task-git:0.1.0-bundle" task -o yaml | kubectl apply -f -

Helm-Chart

The Task is packaged as a Helm-Chart, you can choose between the traditional "tarball" (.tgz file) or the OCI container image, as shown below.

Installing the chart "tarball":

helm install task-git "https://github.com/openshift-pipelines/task-git/releases/download/0.1.0/task-git-0.1.0.tgz"

Alternatively, you can use the Chart container image:

helm install task-git "oci://ghcr.io/openshift-pipelines/task-git" --version="0.1.0"

Task Git v0.0.1

03 Apr 15:45
Compare
Choose a tag to compare

Using the Task

Task Resource File

You can retrieve the task directly with kubectl, i.e:

kubectl apply -f "https://github.com/openshift-pipelines/task-git/releases/download/0.0.1/task-git-0.0.1.yaml"

Tekton Task-Bundle

With tkn bundle you can rollout the Task from container-image, i.e:

tkn bundle list "ghcr.io/openshift-pipelines/task-git:0.0.1-bundle" task -o yaml | kubectl apply -f -

Helm-Chart

The Task is packaged as a Helm-Chart, you can choose between the traditional "tarball" (.tgz file) or the OCI container image, as shown below.

Installing the chart "tarball":

helm install task-git "https://github.com/openshift-pipelines/task-git/releases/download/0.0.1/task-git-0.0.1.tgz"

Alternatively, you can use the Chart container image:

helm install task-git "oci://ghcr.io/openshift-pipelines/task-git" --version="0.0.1"