-
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.
fix(deps): update all dependencies (#150)
- Loading branch information
1 parent
ba8ad30
commit 5b14f99
Showing
82 changed files
with
4,052 additions
and
39 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 |
---|---|---|
|
@@ -5,14 +5,14 @@ WORKDIR /workspace | |
COPY . . | ||
|
||
# renovate: datasource=github-releases depName=pulumi/pulumi | ||
ENV PULUMI_VERSION=v3.85.0 | ||
ENV PULUMI_VERSION=v3.86.0 | ||
ENV PULUMI_URL https://github.com/pulumi/pulumi/releases/download/${PULUMI_VERSION}/pulumi-${PULUMI_VERSION}-linux-x64.tar.gz | ||
|
||
RUN make build \ | ||
&& curl -LO ${PULUMI_URL} \ | ||
&& tar -xzvf pulumi-${PULUMI_VERSION}-linux-x64.tar.gz | ||
|
||
FROM quay.io/centos/centos:stream9 | ||
FROM quay.io/centos/centos:stream9@sha256:76149efdc6811cea398d04e78e5bc8ed092c09aa151db27ce846955220612509 | ||
|
||
LABEL MAINTAINER "CRC <[email protected]>" | ||
|
||
|
@@ -34,10 +34,10 @@ ARG PULUMI_TLS_VERSION=v4.11.0 | |
ARG PULUMI_RANDOM_VERSION=v4.14.0 | ||
|
||
# renovate: datasource=github-releases depName=pulumi/pulumi-aws | ||
ARG PULUMI_AWS_VERSION=v6.2.1 | ||
ARG PULUMI_AWS_VERSION=v6.3.0 | ||
|
||
# renovate: datasource=github-releases depName=pulumi/pulumi-azure-native | ||
ARG PULUMI_AZURE_NATIVE_VERSION=v2.8.0 | ||
ARG PULUMI_AZURE_NATIVE_VERSION=v2.9.0 | ||
|
||
RUN dnf install -y python3 python3-pip zstd qemu-img && \ | ||
pip install -r requirements.txt && \ | ||
|
12 changes: 6 additions & 6 deletions
12
vendor/github.com/pulumi/pulumi-aws/sdk/v6/go/aws/ec2/networkInsightsPath.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
59 changes: 59 additions & 0 deletions
59
vendor/github.com/pulumi/pulumi-aws/sdk/v6/go/aws/s3/bucketObjectv2.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.