Skip to content

Commit

Permalink
chore: cut v0.6.5
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo Lorenzo <ariobolo@redhat.com>
  • Loading branch information
adrianriobo committed Jun 4, 2024
1 parent 5d1ff3c commit f0afd46
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 49 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.4
VERSION ?= 0.6.5
CONTAINER_MANAGER ?= podman
# Image URL to use all building/pushing image targets
IMG ?= quay.io/rhqp/qenvs:v${VERSION}
Expand Down
38 changes: 0 additions & 38 deletions oci/Containerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@

FROM registry.access.redhat.com/ubi9/go-toolset:1.21.9-1.1717085562@sha256:d1911ff6e8b3d17175dafe00aa466e83c3ceec45903b01a7cc18e9e417781263 as builder

USER root
WORKDIR /workspace
COPY . .

# renovate: datasource=github-releases depName=pulumi/pulumi
<<<<<<< HEAD
ENV PULUMI_VERSION 3.94.2
=======
ENV PULUMI_VERSION 3.116.1
>>>>>>> 0868070 (chore: upgrade deps)
ENV PULUMI_URL https://github.com/pulumi/pulumi/releases/download/v${PULUMI_VERSION}/pulumi-v${PULUMI_VERSION}-linux-x64.tar.gz

RUN make build \
Expand All @@ -29,58 +24,25 @@ ENV INTERNAL_OUTPUT=/tmp/qenvs \

VOLUME [ "${INTERNAL_OUTPUT}" ]

<<<<<<< HEAD
ENV AWS_CLI_VERSION 2.13.36
ENV AWS_CLI_URL https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${AWS_CLI_VERSION}.zip

ENV AZ_CLI_VERSION 2.54.0
=======
ENV AWS_CLI_VERSION 2.15.55
ENV AWS_CLI_URL https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${AWS_CLI_VERSION}.zip

ENV AZ_CLI_VERSION 2.61.0
>>>>>>> 0868070 (chore: upgrade deps)
ENV AZ_CLI_RPM https://packages.microsoft.com/rhel/9.0/prod/Packages/a/azure-cli-${AZ_CLI_VERSION}-1.el9.x86_64.rpm

# Pulumi plugins
# renovate: datasource=github-releases depName=pulumi/pulumi-aws
<<<<<<< HEAD
<<<<<<< HEAD
ARG PULUMI_AWS_VERSION=v6.12.1
# renovate: datasource=github-releases depName=pulumi/pulumi-aws
ARG PULUMI_AWSX_VERSION=v2.3.0
# renovate: datasource=github-releases depName=pulumi/pulumi-azure-native
ARG PULUMI_AZURE_NATIVE_VERSION=v2.20.0
=======
ARG PULUMI_AWS_VERSION=v6.37.0
=======
ARG PULUMI_AWS_VERSION=v6.37.1
>>>>>>> bf4b70f (fix(deps): update patch updates to v6.37.1)
# renovate: datasource=github-releases depName=pulumi/pulumi-aws
ARG PULUMI_AWSX_VERSION=v2.3.0
# renovate: datasource=github-releases depName=pulumi/pulumi-azure-native
ARG PULUMI_AZURE_NATIVE_VERSION=v2.42.1
>>>>>>> 0868070 (chore: upgrade deps)
# renovate: datasource=github-releases depName=pulumi/pulumi-command
ARG PULUMI_COMMAND_VERSION=v0.11.1
# renovate: datasource=github-releases depName=pulumi/pulumi-tls
<<<<<<< HEAD
ARG PULUMI_TLS_VERSION=v4.11.1
# renovate: datasource=github-releases depName=pulumi/pulumi-random
<<<<<<< HEAD
ARG PULUMI_RANDOM_VERSION=v4.14.0
=======
ARG PULUMI_RANDOM_VERSION=v4.16.0
>>>>>>> 0868070 (chore: upgrade deps)
=======
ARG PULUMI_TLS_VERSION=v5.0.3
# renovate: datasource=github-releases depName=pulumi/pulumi-random
<<<<<<< HEAD
ARG PULUMI_RANDOM_VERSION=v4.16.1
>>>>>>> 1b21c01 (chore(deps): update patch updates)
=======
ARG PULUMI_RANDOM_VERSION=v4.16.2
>>>>>>> 8e8c4a3 (fix(deps): update patch updates to v4.16.2)

RUN curl ${AWS_CLI_URL} -o awscliv2.zip \
&& dnf install -y unzip \
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.4"
app.kubernetes.io/version: "0.6.5"
annotations:
tekton.dev/pipelines.minVersion: "0.24.x"
tekton.dev/categories: infrastructure
Expand Down Expand Up @@ -77,7 +77,7 @@ spec:

steps:
- name: provisioner
image: quay.io/rhqp/qenvs:v0.6.4
image: quay.io/rhqp/qenvs:v0.6.5
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.4"
app.kubernetes.io/version: "0.6.5"
annotations:
tekton.dev/pipelines.minVersion: "0.24.x"
tekton.dev/categories: infrastructure
Expand Down Expand Up @@ -96,7 +96,7 @@ spec:

steps:
- name: provisioner
image: quay.io/rhqp/qenvs:v0.6.4
image: quay.io/rhqp/qenvs:v0.6.5
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.4"
app.kubernetes.io/version: "0.6.5"
annotations:
tekton.dev/pipelines.minVersion: "0.24.x"
tekton.dev/categories: infrastructure
Expand Down Expand Up @@ -81,7 +81,7 @@ spec:

steps:
- name: provisioner
image: quay.io/rhqp/qenvs:v0.6.4
image: quay.io/rhqp/qenvs:v0.6.5
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.4"
app.kubernetes.io/version: "0.6.5"
annotations:
tekton.dev/pipelines.minVersion: "0.24.x"
tekton.dev/categories: infrastructure
Expand Down Expand Up @@ -86,7 +86,7 @@ spec:

steps:
- name: provisioner
image: quay.io/rhqp/qenvs:v0.6.4
image: quay.io/rhqp/qenvs:v0.6.5
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.4"
app.kubernetes.io/version: "0.6.5"
annotations:
tekton.dev/pipelines.minVersion: "0.24.x"
tekton.dev/categories: infrastructure
Expand Down Expand Up @@ -59,7 +59,7 @@ spec:

steps:
- name: provisioner
image: quay.io/rhqp/qenvs:v0.6.4
image: quay.io/rhqp/qenvs:v0.6.5
imagePullPolicy: Always
script: |
#!/bin/sh
Expand Down

0 comments on commit f0afd46

Please sign in to comment.