From 836974c9a6753cc4ddf9f70400acdcdc7f0fab2c Mon Sep 17 00:00:00 2001 From: Laurent Broudoux Date: Mon, 1 Apr 2024 21:15:04 +0200 Subject: [PATCH] chore: #40 Release Tekton tasks and prepare next iteration Signed-off-by: Laurent Broudoux --- README.md | 4 +++- tekton/microcks-test-customcerts-task.yaml | 2 +- tekton/microcks-test-task.yaml | 2 +- version/version.go | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fec8c51..38f9308 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ It allows to launch tests or import API artifacts with minimal dependencies. ## Build Status -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). +Latest release is `0.5.5` + +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). It is available as a container image named `quay.io/microcks/microcks-cli:nightly`. diff --git a/tekton/microcks-test-customcerts-task.yaml b/tekton/microcks-test-customcerts-task.yaml index 27e3c45..7838259 100644 --- a/tekton/microcks-test-customcerts-task.yaml +++ b/tekton/microcks-test-customcerts-task.yaml @@ -43,7 +43,7 @@ spec: description: "Paths to additional certificates CRT files to add to trusted roots ones" steps: - name: microcks-test - image: quay.io/microcks/microcks-cli:0.5.4 + image: quay.io/microcks/microcks-cli:0.5.5 volumeMounts: - name: microcks-test-customcerts mountPath: /var/run/secrets/customcerts diff --git a/tekton/microcks-test-task.yaml b/tekton/microcks-test-task.yaml index 5a3d05c..304f256 100644 --- a/tekton/microcks-test-task.yaml +++ b/tekton/microcks-test-task.yaml @@ -40,7 +40,7 @@ spec: default: "" steps: - name: microcks-test - image: quay.io/microcks/microcks-cli:0.5.4 + image: quay.io/microcks/microcks-cli:0.5.5 command: - /usr/bin/bash args: diff --git a/version/version.go b/version/version.go index dbe2089..963baaa 100644 --- a/version/version.go +++ b/version/version.go @@ -16,5 +16,5 @@ package version var ( - Version = "0.5.5" + Version = "0.5.6" )