Skip to content

Commit af8916d

Browse files
committed
chore: cut v0.0.5
Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
1 parent f3d418c commit af8916d

File tree

5 files changed

+11
-13
lines changed

5 files changed

+11
-13
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION ?= 0.0.5-dev
1+
VERSION ?= 0.0.5
22
CONTAINER_MANAGER ?= podman
33
# Image URL to use all building/pushing image targets
44
IMG ?= quay.io/rhqp/qenvs:v${VERSION}

docs/aws.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Current information about supported machines can be checked at [support-matrix](
3333
It creates / destroy supported hosts ready to be included within the CI/CD system. Features included within the offering:
3434

3535
```bash
36-
podman run -it --rm quay.io/rhqp/qenvs:0.0.4 aws host create -h
36+
podman run -it --rm quay.io/rhqp/qenvs:0.0.5 aws host create -h
3737
create
3838

3939
Usage:
@@ -72,7 +72,7 @@ podman run -d --name qenvs-rhel \
7272
-e AWS_ACCESS_KEY_ID=XXX \
7373
-e AWS_SECRET_ACCESS_KEY=XXX \
7474
-e AWS_DEFAULT_REGION=us-east-1 \
75-
quay.io/rhqp/qenvs:0.0.4 aws host create \
75+
quay.io/rhqp/qenvs:0.0.5 aws host create \
7676
--project-name qenvs-rhel \
7777
--backed-url file:///workspace \
7878
--conn-details-output /workspace \
@@ -92,7 +92,7 @@ podman run -d --name qenvs-rhel \
9292
-e AWS_ACCESS_KEY_ID=XXX \
9393
-e AWS_SECRET_ACCESS_KEY=XXX \
9494
-e AWS_DEFAULT_REGION=us-east-1 \
95-
quay.io/rhqp/qenvs:0.0.4 aws host destroy \
95+
quay.io/rhqp/qenvs:0.0.5 aws host destroy \
9696
--project-name qenvs-rhel \
9797
--backed-url file:///workspace
9898
```

docs/azure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ It creates / destroy a windows dekstop edition ready to be included within the C
2020
This will create a windows desktop accordig to params specificed:
2121

2222
```bash
23-
podman run -it --rm quay.io/rhqp/qenvs:v0.0.5-dev azure windows create -h
23+
podman run -it --rm quay.io/rhqp/qenvs:v0.0.5 azure windows create -h
2424
create
2525

2626
Usage:
@@ -64,7 +64,7 @@ podman run -d --rm \
6464
-e ARM_SUBSCRIPTION_ID=${asi_value} \
6565
-e ARM_CLIENT_ID=${aci_value} \
6666
-e ARM_CLIENT_SECRET=${acs_lue} \
67-
quay.io/rhqp/qenvs:v0.0.5-dev azure \
67+
quay.io/rhqp/qenvs:v0.0.5 azure \
6868
windows create \
6969
--project-name "win-desk-11" \
7070
--backed-url "file:///workspace" \
@@ -81,7 +81,7 @@ podman run -d --rm \
8181
-e ARM_SUBSCRIPTION_ID=${asi_value} \
8282
-e ARM_CLIENT_ID=${aci_value} \
8383
-e ARM_CLIENT_SECRET=${acs_lue} \
84-
quay.io/rhqp/qenvs:v0.0.5-dev azure \
84+
quay.io/rhqp/qenvs:v0.0.5 azure \
8585
windows destroy \
8686
--project-name "win-desk-11" \
8787
--backed-url "file:///workspace"

tkn/infra-management-aws.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Task
44
metadata:
55
name: infra-management-aws
66
labels:
7-
app.kubernetes.io/version: "0.0.5-dev"
7+
app.kubernetes.io/version: "0.0.5"
88
annotations:
99
tekton.dev/pipelines.minVersion: "0.24.x"
1010
tekton.dev/categories: infrastructure
@@ -59,8 +59,7 @@ spec:
5959

6060
steps:
6161
- name: provisioner
62-
image: quay.io/rhqp/qenvs:v0.0.5-dev
63-
imagePullPolicy: Always
62+
image: quay.io/rhqp/qenvs:v0.0.5
6463
script: |
6564
#!/bin/sh
6665

tkn/infra-management-azure.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Task
44
metadata:
55
name: infra-management-azure
66
labels:
7-
app.kubernetes.io/version: "0.0.5-dev"
7+
app.kubernetes.io/version: "0.0.5"
88
annotations:
99
tekton.dev/pipelines.minVersion: "0.24.x"
1010
tekton.dev/categories: infrastructure
@@ -50,8 +50,7 @@ spec:
5050

5151
steps:
5252
- name: provisioner
53-
image: quay.io/rhqp/qenvs:v0.0.5-dev
54-
imagePullPolicy: Always
53+
image: quay.io/rhqp/qenvs:v0.0.5
5554
volumeMounts:
5655
- mountPath: /opt/credentials/
5756
name: credentials

0 commit comments

Comments
 (0)