Skip to content

Commit 836974c

Browse files
committed
chore: #40 Release Tekton tasks and prepare next iteration
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent f6d3bc1 commit 836974c

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ It allows to launch tests or import API artifacts with minimal dependencies.
1111

1212
## Build Status
1313

14-
Current development version is `0.5.5`. [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/microcks/microcks-cli/build-verify.yml?logo=github&style=for-the-badge)](https://github.com/microcks/microcks-cli/actions).
14+
Latest release is `0.5.5`
15+
16+
Current development version is `0.5.6`. [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/microcks/microcks-cli/build-verify.yml?logo=github&style=for-the-badge)](https://github.com/microcks/microcks-cli/actions).
1517

1618
It is available as a container image named `quay.io/microcks/microcks-cli:nightly`.
1719

tekton/microcks-test-customcerts-task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
description: "Paths to additional certificates CRT files to add to trusted roots ones"
4444
steps:
4545
- name: microcks-test
46-
image: quay.io/microcks/microcks-cli:0.5.4
46+
image: quay.io/microcks/microcks-cli:0.5.5
4747
volumeMounts:
4848
- name: microcks-test-customcerts
4949
mountPath: /var/run/secrets/customcerts

tekton/microcks-test-task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
default: ""
4141
steps:
4242
- name: microcks-test
43-
image: quay.io/microcks/microcks-cli:0.5.4
43+
image: quay.io/microcks/microcks-cli:0.5.5
4444
command:
4545
- /usr/bin/bash
4646
args:

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
package version
1717

1818
var (
19-
Version = "0.5.5"
19+
Version = "0.5.6"
2020
)

0 commit comments

Comments
 (0)