Skip to content

Commit f6a1ed0

Browse files
committed
chore: cut 0.6.6
Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
1 parent a62ac68 commit f6a1ed0

File tree

12 files changed

+21
-21
lines changed

12 files changed

+21
-21
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION ?= 0.7.0-dev
1+
VERSION ?= 0.6.6
22
CONTAINER_MANAGER ?= podman
33
# Image URL to use all building/pushing image targets
44
IMG ?= quay.io/redhat-developer/mapt: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/redhat-developer/mapt:0.7.0-dev aws host create -h
36+
podman run -it --rm quay.io/redhat-developer/mapt:0.6.6 aws host create -h
3737
create
3838

3939
Usage:
@@ -72,7 +72,7 @@ podman run -d --name mapt-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/redhat-developer/mapt:0.7.0-dev aws host create \
75+
quay.io/redhat-developer/mapt:0.6.6 aws host create \
7676
--project-name mapt-rhel \
7777
--backed-url file:///workspace \
7878
--conn-details-output /workspace \
@@ -92,7 +92,7 @@ podman run -d --name mapt-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/redhat-developer/mapt:0.7.0-dev aws host destroy \
95+
quay.io/redhat-developer/mapt:0.6.6 aws host destroy \
9696
--project-name mapt-rhel \
9797
--backed-url file:///workspace
9898
```

docs/aws/fedora.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ podman run -d --name mapt-rhel \
4848
-e AWS_ACCESS_KEY_ID=XXX \
4949
-e AWS_SECRET_ACCESS_KEY=XXX \
5050
-e AWS_DEFAULT_REGION=us-east-1 \
51-
quay.io/redhat-developer/mapt:0.7.0-dev aws fedora create \
51+
quay.io/redhat-developer/mapt:0.6.6 aws fedora create \
5252
--project-name mapt-fedora \
5353
--backed-url file:///workspace \
5454
--conn-details-output /workspace

docs/aws/mac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ podman run -d --name mapt-rhel \
6969
-e AWS_ACCESS_KEY_ID=XXX \
7070
-e AWS_SECRET_ACCESS_KEY=XXX \
7171
-e AWS_DEFAULT_REGION=us-east-1 \
72-
quay.io/redhat-developer/mapt:0.7.0-dev aws mac create \
72+
quay.io/redhat-developer/mapt:0.6.6 aws mac create \
7373
--project-name mapt-mac \
7474
--backed-url file:///workspace \
7575
--conn-details-output /workspace

docs/aws/rhel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ podman run -d --name mapt-rhel \
5353
-e AWS_ACCESS_KEY_ID=XXX \
5454
-e AWS_SECRET_ACCESS_KEY=XXX \
5555
-e AWS_DEFAULT_REGION=us-east-1 \
56-
quay.io/redhat-developer/mapt:0.7.0-dev aws rhel create \
56+
quay.io/redhat-developer/mapt:0.6.6 aws rhel create \
5757
--project-name mapt-rhel \
5858
--backed-url file:///workspace \
5959
--rh-subscription-password XXXX \

docs/aws/windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ podman run -d --name mapt-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/redhat-developer/mapt:0.7.0-dev aws windows create \
75+
quay.io/redhat-developer/mapt:0.6.6 aws windows create \
7676
--project-name mapt-windows \
7777
--backed-url file:///workspace \
7878
--conn-details-output /workspace

docs/azure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Side note: the other requirements for reboot are done by default; hyper-v instal
3030
This will create a windows desktop accordig to params specificed:
3131

3232
```bash
33-
podman run -it --rm quay.io/redhat-developer/mapt:0.7.0-dev azure windows create -h
33+
podman run -it --rm quay.io/redhat-developer/mapt:0.6.6 azure windows create -h
3434
create
3535

3636
Usage:
@@ -76,7 +76,7 @@ podman run -d --rm \
7676
-e ARM_SUBSCRIPTION_ID=${asi_value} \
7777
-e ARM_CLIENT_ID=${aci_value} \
7878
-e ARM_CLIENT_SECRET=${acs_lue} \
79-
quay.io/redhat-developer/mapt:0.7.0-dev azure \
79+
quay.io/redhat-developer/mapt:0.6.6 azure \
8080
windows create \
8181
--project-name "win-desk-11" \
8282
--backed-url "file:///workspace" \
@@ -94,7 +94,7 @@ podman run -d --rm \
9494
-e ARM_SUBSCRIPTION_ID=${asi_value} \
9595
-e ARM_CLIENT_ID=${aci_value} \
9696
-e ARM_CLIENT_SECRET=${acs_lue} \
97-
quay.io/redhat-developer/mapt:0.7.0-dev azure \
97+
quay.io/redhat-developer/mapt:0.6.6 azure \
9898
windows destroy \
9999
--project-name "win-desk-11" \
100100
--backed-url "file:///workspace"

tkn/infra-aws-fedora.yaml

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

7878
steps:
7979
- name: provisioner
80-
image: quay.io/redhat-developer/mapt:v0.7.0-dev
80+
image: quay.io/redhat-developer/mapt:v0.6.6
8181
imagePullPolicy: Always
8282
script: |
8383
#!/bin/sh

tkn/infra-aws-mac.yaml

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

9797
steps:
9898
- name: provisioner
99-
image: quay.io/redhat-developer/mapt:v0.7.0-dev
99+
image: quay.io/redhat-developer/mapt:v0.6.6
100100
imagePullPolicy: Always
101101
script: |
102102
#!/bin/sh

tkn/infra-aws-rhel.yaml

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

8282
steps:
8383
- name: provisioner
84-
image: quay.io/redhat-developer/mapt:v0.7.0-dev
84+
image: quay.io/redhat-developer/mapt:v0.6.6
8585
imagePullPolicy: Always
8686
script: |
8787
#!/bin/sh

0 commit comments

Comments
 (0)