Skip to content

Commit

Permalink
chore: cut v0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo <ariobolo@redhat.com>
  • Loading branch information
adrianriobo committed Oct 8, 2024
1 parent cd2b6e9 commit a227f94
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 161 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= 0.6.9
VERSION ?= 0.7.0
CONTAINER_MANAGER ?= podman
# Image URL to use all building/pushing image targets
IMG ?= quay.io/redhat-developer/mapt:v${VERSION}
Expand Down
4 changes: 2 additions & 2 deletions tkn/infra-aws-fedora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Task
metadata:
name: infra-aws-fedora
labels:
app.kubernetes.io/version: "0.6.9"
app.kubernetes.io/version: "0.7.0"
annotations:
tekton.dev/pipelines.minVersion: "0.24.x"
tekton.dev/categories: infrastructure
Expand Down Expand Up @@ -121,7 +121,7 @@ spec:

steps:
- name: provisioner
image: quay.io/redhat-developer/mapt:v0.7.0-dev
image: quay.io/redhat-developer/mapt:v0.7.0
imagePullPolicy: Always
script: |
#!/bin/sh
Expand Down
4 changes: 2 additions & 2 deletions tkn/infra-aws-mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Task
metadata:
name: infra-aws-mac
labels:
app.kubernetes.io/version: "0.6.9"
app.kubernetes.io/version: "0.7.0"
annotations:
tekton.dev/pipelines.minVersion: "0.24.x"
tekton.dev/categories: infrastructure
Expand Down Expand Up @@ -126,7 +126,7 @@ spec:

steps:
- name: provisioner
image: quay.io/redhat-developer/mapt:v0.7.0-dev
image: quay.io/redhat-developer/mapt:v0.7.0
imagePullPolicy: Always
script: |
#!/bin/sh
Expand Down
4 changes: 2 additions & 2 deletions tkn/infra-aws-rhel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Task
metadata:
name: infra-aws-rhel
labels:
app.kubernetes.io/version: "0.6.9"
app.kubernetes.io/version: "0.7.0"
annotations:
tekton.dev/pipelines.minVersion: "0.24.x"
tekton.dev/categories: infrastructure
Expand Down Expand Up @@ -144,7 +144,7 @@ spec:

steps:
- name: provisioner
image: quay.io/redhat-developer/mapt:v0.7.0-dev
image: quay.io/redhat-developer/mapt:v0.7.0
imagePullPolicy: Always
script: |
#!/bin/sh
Expand Down
4 changes: 2 additions & 2 deletions tkn/infra-aws-windows-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Task
metadata:
name: infra-aws-windows-server
labels:
app.kubernetes.io/version: "0.6.9"
app.kubernetes.io/version: "0.7.0"
annotations:
tekton.dev/pipelines.minVersion: "0.24.x"
tekton.dev/categories: infrastructure
Expand Down Expand Up @@ -112,7 +112,7 @@ spec:

steps:
- name: provisioner
image: quay.io/redhat-developer/mapt:v0.6.9
image: quay.io/redhat-developer/mapt:v0.7.0
imagePullPolicy: Always
script: |
#!/bin/sh
Expand Down
146 changes: 0 additions & 146 deletions tkn/infra-azure-aks.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions tkn/infra-azure-fedora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Task
metadata:
name: infra-azure-rhel
labels:
app.kubernetes.io/version: "0.7.0-dev"
app.kubernetes.io/version: "0.7.0"
annotations:
tekton.dev/pipelines.minVersion: "0.44.x"
tekton.dev/categories: infrastructure
Expand Down Expand Up @@ -97,7 +97,7 @@ spec:

steps:
- name: provisioner
image: quay.io/redhat-developer/mapt:v0.7.0-dev
image: quay.io/redhat-developer/mapt:v0.7.0
imagePullPolicy: Always
script: |
#!/bin/sh
Expand Down
4 changes: 2 additions & 2 deletions tkn/infra-azure-rhel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Task
metadata:
name: infra-azure-rhel
labels:
app.kubernetes.io/version: "0.7.0-dev"
app.kubernetes.io/version: "0.7.0"
annotations:
tekton.dev/pipelines.minVersion: "0.44.x"
tekton.dev/categories: infrastructure
Expand Down Expand Up @@ -97,7 +97,7 @@ spec:

steps:
- name: provisioner
image: quay.io/redhat-developer/mapt:v0.7.0-dev
image: quay.io/redhat-developer/mapt:v0.7.0
imagePullPolicy: Always
script: |
#!/bin/sh
Expand Down
4 changes: 2 additions & 2 deletions tkn/infra-azure-windows-desktop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Task
metadata:
name: infra-azure-windows-desktop
labels:
app.kubernetes.io/version: "0.6.9"
app.kubernetes.io/version: "0.7.0"
annotations:
tekton.dev/pipelines.minVersion: "0.24.x"
tekton.dev/categories: infrastructure
Expand Down Expand Up @@ -98,7 +98,7 @@ spec:

steps:
- name: provisioner
image: quay.io/redhat-developer/mapt:v0.7.0-dev
image: quay.io/redhat-developer/mapt:v0.7.0
imagePullPolicy: Always
script: |
#!/bin/sh
Expand Down

0 comments on commit a227f94

Please sign in to comment.