From fb5e5f1613f1cd7a21e506ec12c21bce57a779f0 Mon Sep 17 00:00:00 2001 From: Adrian Riobo Lorenzo Date: Thu, 4 Jul 2024 17:49:34 +0200 Subject: [PATCH] chore: cut v0.6.7 Signed-off-by: Adrian Riobo Lorenzo --- Makefile | 2 +- docs/aws.md | 6 +++--- docs/aws/fedora.md | 2 +- docs/aws/mac.md | 2 +- docs/aws/rhel.md | 2 +- docs/aws/windows.md | 2 +- docs/azure.md | 6 +++--- tkn/infra-aws-fedora.yaml | 4 ++-- tkn/infra-aws-mac.yaml | 4 ++-- tkn/infra-aws-rhel.yaml | 4 ++-- tkn/infra-aws-windows-server.yaml | 4 ++-- tkn/infra-azure-windows-desktop.yaml | 4 ++-- 12 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Makefile b/Makefile index e60d9cb3c..e16c06af0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= 0.6.6 +VERSION ?= 0.6.7 CONTAINER_MANAGER ?= podman # Image URL to use all building/pushing image targets IMG ?= quay.io/redhat-developer/mapt:v${VERSION} diff --git a/docs/aws.md b/docs/aws.md index 75153731a..18e721758 100644 --- a/docs/aws.md +++ b/docs/aws.md @@ -33,7 +33,7 @@ Current information about supported machines can be checked at [support-matrix]( It creates / destroy supported hosts ready to be included within the CI/CD system. Features included within the offering: ```bash -podman run -it --rm quay.io/redhat-developer/mapt:0.6.6 aws host create -h +podman run -it --rm quay.io/redhat-developer/mapt:0.6.7 aws host create -h create Usage: @@ -72,7 +72,7 @@ podman run -d --name mapt-rhel \ -e AWS_ACCESS_KEY_ID=XXX \ -e AWS_SECRET_ACCESS_KEY=XXX \ -e AWS_DEFAULT_REGION=us-east-1 \ - quay.io/redhat-developer/mapt:0.6.6 aws host create \ + quay.io/redhat-developer/mapt:0.6.7 aws host create \ --project-name mapt-rhel \ --backed-url file:///workspace \ --conn-details-output /workspace \ @@ -92,7 +92,7 @@ podman run -d --name mapt-rhel \ -e AWS_ACCESS_KEY_ID=XXX \ -e AWS_SECRET_ACCESS_KEY=XXX \ -e AWS_DEFAULT_REGION=us-east-1 \ - quay.io/redhat-developer/mapt:0.6.6 aws host destroy \ + quay.io/redhat-developer/mapt:0.6.7 aws host destroy \ --project-name mapt-rhel \ --backed-url file:///workspace ``` diff --git a/docs/aws/fedora.md b/docs/aws/fedora.md index fa7177b34..f1276f82e 100644 --- a/docs/aws/fedora.md +++ b/docs/aws/fedora.md @@ -48,7 +48,7 @@ podman run -d --name mapt-rhel \ -e AWS_ACCESS_KEY_ID=XXX \ -e AWS_SECRET_ACCESS_KEY=XXX \ -e AWS_DEFAULT_REGION=us-east-1 \ - quay.io/redhat-developer/mapt:0.6.6 aws fedora create \ + quay.io/redhat-developer/mapt:0.6.7 aws fedora create \ --project-name mapt-fedora \ --backed-url file:///workspace \ --conn-details-output /workspace diff --git a/docs/aws/mac.md b/docs/aws/mac.md index 2d36ec643..932b44773 100644 --- a/docs/aws/mac.md +++ b/docs/aws/mac.md @@ -69,7 +69,7 @@ podman run -d --name mapt-rhel \ -e AWS_ACCESS_KEY_ID=XXX \ -e AWS_SECRET_ACCESS_KEY=XXX \ -e AWS_DEFAULT_REGION=us-east-1 \ - quay.io/redhat-developer/mapt:0.6.6 aws mac create \ + quay.io/redhat-developer/mapt:0.6.7 aws mac create \ --project-name mapt-mac \ --backed-url file:///workspace \ --conn-details-output /workspace diff --git a/docs/aws/rhel.md b/docs/aws/rhel.md index 5c7df454b..055df4ceb 100644 --- a/docs/aws/rhel.md +++ b/docs/aws/rhel.md @@ -55,7 +55,7 @@ podman run -d --name mapt-rhel \ -e AWS_ACCESS_KEY_ID=XXX \ -e AWS_SECRET_ACCESS_KEY=XXX \ -e AWS_DEFAULT_REGION=us-east-1 \ - quay.io/redhat-developer/mapt:0.6.6 aws rhel create \ + quay.io/redhat-developer/mapt:0.6.7 aws rhel create \ --project-name mapt-rhel \ --backed-url file:///workspace \ --rh-subscription-password XXXX \ diff --git a/docs/aws/windows.md b/docs/aws/windows.md index 17c9a79b4..8146be0d2 100644 --- a/docs/aws/windows.md +++ b/docs/aws/windows.md @@ -72,7 +72,7 @@ podman run -d --name mapt-rhel \ -e AWS_ACCESS_KEY_ID=XXX \ -e AWS_SECRET_ACCESS_KEY=XXX \ -e AWS_DEFAULT_REGION=us-east-1 \ - quay.io/redhat-developer/mapt:0.6.6 aws windows create \ + quay.io/redhat-developer/mapt:0.6.7 aws windows create \ --project-name mapt-windows \ --backed-url file:///workspace \ --conn-details-output /workspace diff --git a/docs/azure.md b/docs/azure.md index 822f0f7f3..d2454d87f 100644 --- a/docs/azure.md +++ b/docs/azure.md @@ -30,7 +30,7 @@ Side note: the other requirements for reboot are done by default; hyper-v instal This will create a windows desktop accordig to params specificed: ```bash -podman run -it --rm quay.io/redhat-developer/mapt:0.6.6 azure windows create -h +podman run -it --rm quay.io/redhat-developer/mapt:0.6.7 azure windows create -h create Usage: @@ -76,7 +76,7 @@ podman run -d --rm \ -e ARM_SUBSCRIPTION_ID=${asi_value} \ -e ARM_CLIENT_ID=${aci_value} \ -e ARM_CLIENT_SECRET=${acs_lue} \ - quay.io/redhat-developer/mapt:0.6.6 azure \ + quay.io/redhat-developer/mapt:0.6.7 azure \ windows create \ --project-name "win-desk-11" \ --backed-url "file:///workspace" \ @@ -94,7 +94,7 @@ podman run -d --rm \ -e ARM_SUBSCRIPTION_ID=${asi_value} \ -e ARM_CLIENT_ID=${aci_value} \ -e ARM_CLIENT_SECRET=${acs_lue} \ - quay.io/redhat-developer/mapt:0.6.6 azure \ + quay.io/redhat-developer/mapt:0.6.7 azure \ windows destroy \ --project-name "win-desk-11" \ --backed-url "file:///workspace" diff --git a/tkn/infra-aws-fedora.yaml b/tkn/infra-aws-fedora.yaml index 7b9640174..3ca4f547e 100644 --- a/tkn/infra-aws-fedora.yaml +++ b/tkn/infra-aws-fedora.yaml @@ -4,7 +4,7 @@ kind: Task metadata: name: infra-aws-fedora labels: - app.kubernetes.io/version: "0.6.6" + app.kubernetes.io/version: "0.6.7" annotations: tekton.dev/pipelines.minVersion: "0.24.x" tekton.dev/categories: infrastructure @@ -77,7 +77,7 @@ spec: steps: - name: provisioner - image: quay.io/redhat-developer/mapt:v0.6.6 + image: quay.io/redhat-developer/mapt:v0.6.7 imagePullPolicy: Always script: | #!/bin/sh diff --git a/tkn/infra-aws-mac.yaml b/tkn/infra-aws-mac.yaml index 478cea59c..94d9cce6a 100644 --- a/tkn/infra-aws-mac.yaml +++ b/tkn/infra-aws-mac.yaml @@ -4,7 +4,7 @@ kind: Task metadata: name: infra-aws-mac labels: - app.kubernetes.io/version: "0.6.6" + app.kubernetes.io/version: "0.6.7" annotations: tekton.dev/pipelines.minVersion: "0.24.x" tekton.dev/categories: infrastructure @@ -96,7 +96,7 @@ spec: steps: - name: provisioner - image: quay.io/redhat-developer/mapt:v0.6.6 + image: quay.io/redhat-developer/mapt:v0.6.7 imagePullPolicy: Always script: | #!/bin/sh diff --git a/tkn/infra-aws-rhel.yaml b/tkn/infra-aws-rhel.yaml index 0dde3564f..d0140b588 100644 --- a/tkn/infra-aws-rhel.yaml +++ b/tkn/infra-aws-rhel.yaml @@ -4,7 +4,7 @@ kind: Task metadata: name: infra-aws-rhel labels: - app.kubernetes.io/version: "0.6.6" + app.kubernetes.io/version: "0.6.7" annotations: tekton.dev/pipelines.minVersion: "0.24.x" tekton.dev/categories: infrastructure @@ -84,7 +84,7 @@ spec: steps: - name: provisioner - image: quay.io/redhat-developer/mapt:v0.6.6 + image: quay.io/redhat-developer/mapt:v0.6.7 imagePullPolicy: Always script: | #!/bin/sh diff --git a/tkn/infra-aws-windows-server.yaml b/tkn/infra-aws-windows-server.yaml index 6ed331323..80f0dc405 100644 --- a/tkn/infra-aws-windows-server.yaml +++ b/tkn/infra-aws-windows-server.yaml @@ -4,7 +4,7 @@ kind: Task metadata: name: infra-aws-windows-server labels: - app.kubernetes.io/version: "0.6.6" + app.kubernetes.io/version: "0.6.7" annotations: tekton.dev/pipelines.minVersion: "0.24.x" tekton.dev/categories: infrastructure @@ -86,7 +86,7 @@ spec: steps: - name: provisioner - image: quay.io/redhat-developer/mapt:v0.6.6 + image: quay.io/redhat-developer/mapt:v0.6.7 imagePullPolicy: Always script: | #!/bin/sh diff --git a/tkn/infra-azure-windows-desktop.yaml b/tkn/infra-azure-windows-desktop.yaml index bb7693804..dc206a4ec 100644 --- a/tkn/infra-azure-windows-desktop.yaml +++ b/tkn/infra-azure-windows-desktop.yaml @@ -4,7 +4,7 @@ kind: Task metadata: name: infra-azure-windows-desktop labels: - app.kubernetes.io/version: "0.6.6" + app.kubernetes.io/version: "0.6.7" annotations: tekton.dev/pipelines.minVersion: "0.24.x" tekton.dev/categories: infrastructure @@ -62,7 +62,7 @@ spec: steps: - name: provisioner - image: quay.io/redhat-developer/mapt:v0.6.6 + image: quay.io/redhat-developer/mapt:v0.6.7 imagePullPolicy: Always script: | #!/bin/sh