1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-21 05:55:35 +00:00
Commit Graph

1085 Commits

Author SHA1 Message Date
Ilona Shishov
4df486f198 feat: added support for golang and python ecosystems
Signed-off-by: Ilona Shishov <Ilona.Shishov@gmail.com>
2024-04-02 15:13:47 +01:00
Sumeet Parmar
962bb64bdc * task: added hugo (#1)
* first submission

* changed to non npm source repo

* added params to the hugo task

* added readme

* removed platform restriction doc

* updated task and readme

* added task description

* used fully qualified registry name for docker image

* updated OWNERS

* tagged image with digest

* updated `apiVersion` to `v1` from `v1beta1`
2024-03-29 20:00:39 +00:00
mingfu
d080886e81 fix: fix command for local execution of e2e tests
Signed-off-by: mingfu <mingfu@alauda.io>
2024-03-27 00:36:38 +00:00
Anton Krasovsky
072a95af2f Update docker image for 42crunch task to 3.4 2024-03-16 11:24:32 +00:00
Chitrang Patel
4af081c6a5 Created StepAction tekton-catalog-publish
Added a StepAction `tekton-catalog-publish` to assist in
publishing the StepAction catalog as a bundle.
2024-03-12 16:29:34 +00:00
Chitrang Patel
5168415df3 Add First StepAction git-clone to the catalog
This PR adds a first StepAction `git-clone` to the
catalog. It is based off the Task but with samples and
tests updated.
2024-03-08 13:39:32 +00:00
Chitrang Patel
2d62db2482 Deprecate old and broken Tasks
This PR deprecates the old and broken Tasks because
they are now throwing errors. They are old and not
actively maintained which is why we decided to deprecate them.
2024-03-08 12:33:32 +00:00
Chitrang Patel
d60283ac51 Deprecate ansible-builder 0.1
Ansible Builder uses Ansible Runner as the base image and
since the image points to v2.12 which is [EOL](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix) and deprecated, the tests are failing.
2024-03-07 18:45:31 +00:00
Chitrang Patel
996b39875f Deprecate ansible-runner 0.2
Ansible-Runner 0.2 uses the image with ansible-runner version 2.12 which is [EOL](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix).
This PR deprecates it since Tests are failing as a result.
2024-03-07 15:53:32 +00:00
Jimmy Jones
710c77d5c5 Remove --no-cache as no longer necessary and prevents use of --cache-from/--cache-to 2024-02-14 03:05:20 +00:00
Miguel Angel Garzon
05eabae6d9 Update README.md 2023-12-21 18:18:45 +00:00
Miguel Angel Garzon
2a333fadc4 Update README.md 2023-12-21 18:12:45 +00:00
Stephan Michard
d0f77dabc0 corrected typo 2023-11-21 11:32:29 +00:00
houdini91
ba4746a120 valint task 0.1
Signed-off-by: houdini91 <mdstrauss91@gmail.com>
2023-11-06 17:36:52 +00:00
Bastiaan Nijkamp
fc7afa447a Add gradle wrapper support 2023-11-06 17:24:52 +00:00
Bastiaan Nijkamp
9316f0bdd3 Add gradle task version 0.4 2023-11-06 17:24:52 +00:00
Matt Colman
1ecf61b951 Update README.md
yaml says minVersion: "0.38.0"
2023-11-06 17:18:52 +00:00
Jimmy Jones
537265eb58 Fix buildah task, fails if CERT_DIR_FLAG empty but TaskRun reports successful 2023-10-06 19:42:31 +01:00
Gaelle Fournier
ee409b2354 Add a kamel-run test using multiple parameters 2023-10-03 14:52:28 +01:00
Gaelle Fournier
1093b2c468 Fix kamel-run existing test false-positive results
Ensures the existing test sends `exit 0` only when it passes and works with the --wait case.
2023-10-03 14:52:28 +01:00
Gaelle Fournier
61f4ff3696 Fix Kamel-run failing with multiple parameters
In case of multiple arguments the command kamel-run interpreted them as a single parameter.
2023-10-03 14:52:28 +01:00
vinamra28
1dfd21c4b8 Add logger to identify the pod failure 2023-09-27 12:52:25 +01:00
vinamra28
41711fff40 Fix buildpacks task tests 2023-09-27 12:52:25 +01:00
vinamra28
08d71b4c28 Fix tests for buildpacks-phases
Since with recent version of pipelines, affinity-assistant is enabled by
default and 2pvc cannot be bound to a pipeline at the same time hence
the task was failing

Remove the binding of optional workspace
2023-09-27 12:52:25 +01:00
vinamra28
1c7fd558fd Deprecate tasks which are using PipelineResources
few Tasks still uses PipelineResources which is no longer available
in latest version of pipelines hence marking them as deprecated

Signed-off-by: vinamra28 <jvinamra776@gmail.com>
2023-09-27 12:52:25 +01:00
vinamra28
abba6b845e Skip the installation check for deprecated tasks
Signed-off-by: vinamra28 <jvinamra776@gmail.com>
2023-09-27 12:52:25 +01:00
vinamra28
c9e1416fed Bump pipelines to v0.51.0
E2E tests were running an older version of pipelines ie v0.45.0.
Bumping it to use the latest version v0.51.0 so that current tasks in
catalog can be tested against latest version

Also remove pipelineresources check while doing installation of latest
version of pipelines

Signed-off-by: vinamra28 <jvinamra776@gmail.com>
2023-09-27 12:52:25 +01:00
piotrpdev
b788b8a1e3 fix: Add "Content-Type" header 2023-09-26 17:44:25 +01:00
vinamra28
24bf826a1d Use specific digest of ko instead of latest
Signed-off-by: vinamra28 <jvinamra776@gmail.com>
2023-09-22 09:32:22 +01:00
vinamra28
1ff1b9a520 Modify buildah to fix issues
Signed-off-by: vinamra28 <jvinamra776@gmail.com>
2023-09-22 09:32:22 +01:00
vinamra28
e763a4473e Use latest git-clone in Task's tests
With git-clone version 0.8 and onwards, it started running as non-root
and GKE clusters were having some issues, so, we temporarily moved all
tasks to use git-clone version 0.7. Ref: https://github.com/tektoncd/catalog/pull/1079

Since we have now moved to kind clusters in our CI, this issue is now
resolved and thus moving all tasks to use latest version of git-clone

Signed-off-by: vinamra28 <jvinamra776@gmail.com>
2023-09-22 09:32:22 +01:00
Jimmy Jones
da381b4274 Use buildah v1 tag, address linter issues and add results to docs 2023-09-16 14:30:19 +01:00
Ilona Shishov
a0d0a70a9b feat: introduce new task redhat-dependency-analytics for RHDA v0.7.0-alpha 2023-09-16 05:04:19 +01:00
Piyush Garg
e688f68ed7 Fix helm-upgrade-from-source 2023-09-15 20:30:19 +01:00
Piyush Garg
311ace740e Fix helm-upgrade-frm-repo 2023-09-15 20:30:19 +01:00
Piyush Garg
e6e050efbe Fix git-version task 2023-09-15 20:30:19 +01:00
Piyush Garg
68a8cbf080 Fix gcloud test 2023-09-15 20:30:19 +01:00
Piyush Garg
c9bded36fb Move e2e to run on kind in CI 2023-09-15 20:30:19 +01:00
Ilona Shishov
68c99c4023 chore(deprecation): deprecate redhat-codeready-dependency-analysis task
Signed-off-by: Ilona Shishov <Ilona.Shishov@gmail.com>
2023-09-14 10:34:18 +01:00
Luiz Carvalho
4754df9c26 Fix skopeo image reference
The previous tag, quay.io/skopeo/stable:v1.9.0, no longer exists. This
commit updates the image reference to use the `v1` floating tag.

Signed-off-by: Luiz Carvalho <lucarval@redhat.com>
2023-08-30 15:34:04 +01:00
Domenico Commisso
cc481a5f26 Fix issue #1117 by using shell array and forcing word splitting 2023-08-25 14:44:01 +01:00
Domenico Commisso
35435fad64 Copy task skopeo-copy from 0.2 to 0.3 2023-08-25 14:44:01 +01:00
Pasquale Congiusti
77145ab841 feat: add Camel K run task 2023-08-19 19:01:59 +01:00
rudeigerc
a670d0b80d Add version 0.2 to gitlab-set-status task
Signed-off-by: rudeigerc <rudeigerc@gmail.com>
2023-07-22 05:26:01 +01:00
varsha-aaynure
817610f914 Updated multi arch docker image value for trivy, syft, grype task and fixed lint failures 2023-07-21 03:27:54 +01:00
João Paulo Maida
e381c2c03c Task maven 0.3 - m2 local repo in task 2023-07-10 15:16:21 +01:00
Piyush Garg
df36b3853a Bump jib-maven to 0.5
This will bump jib-maven to 0.5
to handle the case where permission to
add certs to javacacerts is no there
we just create a new store with default certs and
add provided certs to that and use that cert
in mvn command
later delete the store on exit
2023-06-12 20:06:24 +01:00
Anton Krasovsky
8732711710 Update 42crunch-api-security-audit task to 0.2 and deprecate 0.1 one 2023-06-01 02:37:16 +01:00
Chitrang Patel
f16be24141 Fix Result usage in Tasks
Some tasks were referencing absolute paths for `results`. It is recommended
to use variable replacement syntax in the API spec. This PR migrates the
absolute paths for results to variable syntax notation.
2023-05-22 09:07:10 +01:00
Billy Lynch
835896be3d Add dependabot configuration.
See
https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates
2023-03-27 05:30:53 +01:00