-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update auto merged updates
Signed-off-by: Platform Engineering Bot <[email protected]>
- Loading branch information
1 parent
eac7dcf
commit c14fb4a
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ RUN make build \ | |
&& curl -LO ${PULUMI_URL} \ | ||
&& tar -xzvf pulumi-${PULUMI_VERSION}-linux-x64.tar.gz | ||
|
||
FROM quay.io/centos/centos:stream9@sha256:3b68f482785306a9aa02726ed7f256cea6bd681162ca5996090e2f797fceaabb | ||
FROM quay.io/centos/centos:stream9@sha256:dfc7bf605a627d555f10b01b1198c424a437a5e0ac02b25ba3e59376e29e2ada | ||
|
||
LABEL MAINTAINER "CRC <[email protected]>" | ||
|
||
|
@@ -28,7 +28,7 @@ USER root | |
ARG PULUMI_COMMAND_VERSION=v0.9.2 | ||
|
||
# renovate: datasource=github-releases depName=pulumi/pulumi-tls | ||
ARG PULUMI_TLS_VERSION=v5.0.1 | ||
ARG PULUMI_TLS_VERSION=v5.0.3 | ||
|
||
# renovate: datasource=github-releases depName=pulumi/pulumi-random | ||
ARG PULUMI_RANDOM_VERSION=v4.15.1 | ||
|
@@ -43,7 +43,7 @@ ARG PULUMI_GCP_VERSION=v7.11.0 | |
ARG PULUMI_AZURE_NATIVE_VERSION=v2.30.0 | ||
|
||
# renovate: datasource=github-releases depName=pulumi/pulumi-openstack | ||
ARG PULUMI_OPENSTACK_VERSION=v3.15.1 | ||
ARG PULUMI_OPENSTACK_VERSION=v3.15.2 | ||
|
||
RUN dnf install -y python3 python3-pip zstd qemu-img && \ | ||
pip install -r requirements.txt && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
awscli==1.32.49 | ||
awscli==1.32.98 | ||
gcloud==0.18.3 |