You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ It allows to launch tests with minimal dependencies.
6
6
7
7
## Build Status
8
8
9
-
Current development version is `0.3.0-SNAPSHOT`. [](https://travis-ci.org/microcks/microcks-cli)
9
+
Current development version is `0.4.0-SNAPSHOT`. [](https://travis-ci.org/microcks/microcks-cli)
10
10
11
11
## Usage instructions
12
12
@@ -83,5 +83,12 @@ The `microcks-cli` is now available as a container image as version `0.2.0`. So
83
83
Below a sample on how using the image without getting the CLI binary:
> Previous versions of the `microcks-cli` container image (< `0.3.0`) where hosted on Docker Hub and you can retrieve them using `microcks/microcks:0.2.0` version for example.
90
+
91
+
92
+
## Tekton tasks
93
+
94
+
This repository also contains different [Tekton](https://tekton.dev/) tasks definition and sample pipelines. You'll find under the `/tekton` folder the resource for current `v1beta1` Tekton API version and the older `v1alpha1` under `tekton/v1alpha1`.
0 commit comments