Releases: openshift-pipelines/task-git
v0.4.1
What's Changed
- [SRVKP-6164] Removed Extra Load-Scripts Step by @Aneesh-M-Bhat in #34
- RHDEVDOCS 6162 edits to remove workspaces from StepAction descriptions and improve style by @mramendi in #36
- Remove unwanted echo statement by @savitaashture in #35
- Add force flag to git tag command by @savitaashture in #37
- Add force flag to git push command by @savitaashture in #38
- Revert "Add force flag to git push command" by @savitaashture in #39
- Revert "Add force flag to git tag command" by @savitaashture in #40
- Merged report step for git-clone by @Aneesh-M-Bhat in #41
New Contributors
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Update CI dockerfile to fix CentOS changes by @divyansh42 in #30
- Update image in CatalogSource by @divyansh42 in #31
- Add git-clone stepaction to task-git by @savitaashture in #32
- Update catalog-cd version by @savitaashture in #33
New Contributors
- @divyansh42 made their first contribution in #30
Full Changelog: v0.3.1...v0.4.0
v0.3.1
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
What's Changed
- workflows update by @vdemeester in #15
- Migrated Task from v1beta1 to v1 by @Senjuti256 in #18
- git-cli task by @Aneesh-M-Bhat in #17
- Use released catalog-cd instead of doing go run… by @vdemeester in #19
- Bump helm/kind-action from 1.8.0 to 1.9.0 by @dependabot in #20
- Added Documentation & changed task-git to task-git-clone by @Aneesh-M-Bhat in #21
- CI: fix kubernetes repository by @vdemeester in #24
- Bump actions/setup-go from 4 to 5 by @dependabot in #16
- Bump azure/setup-helm from 3 to 4 by @dependabot in #23
- Added artifacthub annotations to the task-git repository. by @Senjuti256 in #25
- tests are all good now & release changes by @Aneesh-M-Bhat in #26
- Add target for removing created resources by @savitaashture in #22
New Contributors
- @Senjuti256 made their first contribution in #18
- @Aneesh-M-Bhat made their first contribution in #17
- @savitaashture made their first contribution in #22
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- .github/workflows: update pipeline version by @vdemeester in #9
- Update pipeline version to 0.53.2 by @vdemeester in #10
- Bump helm/kind-action from 1.5.0 to 1.8.0 by @dependabot in #8
- Bump actions/checkout from 3 to 4 by @dependabot in #7
- .github/workflows: add docker login to registry.redhat.io by @vdemeester in #11
- Update image to use registry.redhat.io by @vdemeester in #12
- Add test-e2e-openshift and make it green… by @vdemeester in #13
- Use volumeClaimTemplate for volumes in e2e tests by @vdemeester in #14
New Contributors
- @dependabot made their first contribution in #8
Full Changelog: 0.1.0...v0.2.0
0.1.0
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
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"