Skip to content

Commit 2e14b81

Browse files
committed
chore: #216 Updating version in README and tekton tasks
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent f8c93e1 commit 2e14b81

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ It allows to launch tests or import API artifacts with minimal dependencies.
1313

1414
## Build Status
1515

16-
Latest release is `1.0.1`.
16+
Latest release is `1.0.2`.
1717

18-
Current development version is `1.0.2`. It is available as a container image named `quay.io/microcks/microcks-cli:nightly`.
18+
Current development version is `1.0.3`. It is available as a container image named `quay.io/microcks/microcks-cli:nightly`.
1919

2020
#### Fossa license and security scans
2121

@@ -42,7 +42,7 @@ To get involved with our community, please make sure you are familiar with the p
4242

4343
## Installation
4444

45-
Visit the [Release page](https://github.com/microcks/microcks-cli/releases/tag/1.0.1), browse the **Assets** and download the one matching your platform
45+
Visit the [Release page](https://github.com/microcks/microcks-cli/releases/tag/1.0.2), browse the **Assets** and download the one matching your platform
4646

4747
OR you can use the [Homebrew](https://brew.sh/) package manager on Linux and MacOS that way:
4848

tekton/microcks-import-task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
default: microcks-keycloak-client-secret
1818
steps:
1919
- name: microcks-test
20-
image: quay.io/microcks/microcks-cli:1.0.1
20+
image: quay.io/microcks/microcks-cli:1.0.2
2121
command:
2222
- /usr/bin/bash
2323
args:

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:1.0.1
46+
image: quay.io/microcks/microcks-cli:1.0.2
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
@@ -36,7 +36,7 @@ spec:
3636
default: ""
3737
steps:
3838
- name: microcks-test
39-
image: quay.io/microcks/microcks-cli:1.0.1
39+
image: quay.io/microcks/microcks-cli:1.0.2
4040
command:
4141
- /usr/bin/bash
4242
args:

tekton/microcks-test-with-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
default: ""
3737
steps:
3838
- name: microcks-test
39-
image: quay.io/microcks/microcks-cli:1.0.1
39+
image: quay.io/microcks/microcks-cli:1.0.2
4040
command:
4141
- /usr/bin/bash
4242
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 = "1.0.2"
19+
Version = "1.0.3"
2020
)

0 commit comments

Comments
 (0)