Skip to content

Commit

Permalink
chore: #40 Release Tekton tasks and prepare next iteration
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <[email protected]>
  • Loading branch information
lbroudoux committed Apr 1, 2024
1 parent f6d3bc1 commit 836974c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
2 changes: 1 addition & 1 deletion tekton/microcks-test-customcerts-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tekton/microcks-test-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
package version

var (
Version = "0.5.5"
Version = "0.5.6"
)

0 comments on commit 836974c

Please sign in to comment.