Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all dependencies #150

Merged
merged 1 commit into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ module github.com/crc/crc-cloud
go 1.19

require (
github.com/pulumi/pulumi-aws/sdk/v6 v6.2.1
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.8.0
github.com/pulumi/pulumi-azure-native-sdk/storage/v2 v2.8.0
github.com/pulumi/pulumi-aws/sdk/v6 v6.3.0
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.9.0
github.com/pulumi/pulumi-azure-native-sdk/storage/v2 v2.9.0
github.com/pulumi/pulumi-tls/sdk/v4 v4.11.0
github.com/pulumi/pulumi/sdk/v3 v3.85.0
github.com/pulumi/pulumi/sdk/v3 v3.86.0
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.16.0
Expand Down Expand Up @@ -37,7 +37,7 @@ require (
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.15.2 // indirect
github.com/pjbgf/sha1cd v0.3.0 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.8.0 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.9.0 // indirect
github.com/skeema/knownhosts v1.2.1 // indirect
github.com/zclconf/go-cty v1.14.0 // indirect
golang.org/x/mod v0.12.0 // indirect
Expand Down
20 changes: 10 additions & 10 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -267,22 +267,22 @@ github.com/pkg/term v1.1.0/go.mod h1:E25nymQcrSllhX42Ok8MRm1+hyBdHY0dCeiKZ9jpNGw
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
github.com/pulumi/pulumi-aws/sdk/v6 v6.2.1 h1:/eWONFbmSyMt/0CwurMukh86wwgD5+N7jUesTa2hYVU=
github.com/pulumi/pulumi-aws/sdk/v6 v6.2.1/go.mod h1:UeOesX8l9ntIiiKXdQue8/rQDAvSf7Spd5qf15qngcY=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.8.0 h1:+W6yCqaI+fIcZiPbVqVYzuhIyYSA2pbx57GIr1rk4GI=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.8.0/go.mod h1:X4GBG6E05h3a2gmr+COaaHZOnT+cQupu3VlnT6FeD/w=
github.com/pulumi/pulumi-azure-native-sdk/storage/v2 v2.8.0 h1:GBvUXMg/39zWN/1yx7jWBKsWpxdyq6hzbw68vkhaYJw=
github.com/pulumi/pulumi-azure-native-sdk/storage/v2 v2.8.0/go.mod h1:gV6s6/UfNGlUrFtpDSBJkQ+sGoxowPCOiauh76MsMOI=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.8.0 h1:xwSEdRgGqWKzyl9AN98X0nmOb6GrY3gpmjm3IMnTMxo=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.8.0/go.mod h1:0M4mUmmpe41qj02HAGJnLYLpf8TBkrtdqD6H8J9XPo4=
github.com/pulumi/pulumi-aws/sdk/v6 v6.3.0 h1:p9yGMvzG7+Fb+0J0PHyV8WxWHPoLdq9p9QF661vwR4g=
github.com/pulumi/pulumi-aws/sdk/v6 v6.3.0/go.mod h1:UeOesX8l9ntIiiKXdQue8/rQDAvSf7Spd5qf15qngcY=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.9.0 h1:3U8hCO72Kw3GUdUgCwk9agNZvojTb8WI80y+CKIfoZg=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.9.0/go.mod h1:HmyBtAqPS/Zsi88aoBZWMDjrdrbD9l6iTWfjE1QLJKQ=
github.com/pulumi/pulumi-azure-native-sdk/storage/v2 v2.9.0 h1:6GGKpPq1Oyg6n5kYMdbQBpIK0gUqvxf/i1FqqtiNnr0=
github.com/pulumi/pulumi-azure-native-sdk/storage/v2 v2.9.0/go.mod h1:mC+k9/eO5x1Zu1o8PWUi22krhR8WKn5g9xVww7Wvr7s=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.9.0 h1:CjRc9cAtDXQA8x328v/eWrq19SAkQQW71TTQHJjC+3U=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.9.0/go.mod h1:UEMeETj2xpvgTjzsCCPzYODx5j2XqOuy1l8eDpfvfWg=
github.com/pulumi/pulumi-command/sdk v0.9.1 h1:mYwCv2fJuEuka6gyZHOcRozQ+Il5f9WjyfHGVAxZnKw=
github.com/pulumi/pulumi-command/sdk v0.9.1/go.mod h1:AoZMftEj3cWUhoBSFwGx5Z9/RXxaYEfinyZS8Wl0jdg=
github.com/pulumi/pulumi-random/sdk/v4 v4.14.0 h1:ljy/gUeur2kZZWL3JPy0J9zLDYKKA0zMd1mT7xrpI7s=
github.com/pulumi/pulumi-random/sdk/v4 v4.14.0/go.mod h1:XqGATLB6KKuWRDhWvHO6YVwv0DRW/cK/pWzNkuhMB24=
github.com/pulumi/pulumi-tls/sdk/v4 v4.11.0 h1:sg5CuKpiKUaVmklW7xXSJ9XNisY+TXR55KHXR4n+Xwg=
github.com/pulumi/pulumi-tls/sdk/v4 v4.11.0/go.mod h1:CIpy+GbhEIj/Ywtxu8jRdrt/V7n4QBGUo0swWnwsLO4=
github.com/pulumi/pulumi/sdk/v3 v3.85.0 h1:DRhwuwpd9lmo2gJUCAftsv/7avjUZio2NlLSprloh8Q=
github.com/pulumi/pulumi/sdk/v3 v3.85.0/go.mod h1:vexSGJ5L834l3T7Fo/KpdywjGAgZ2CvChuqGFl+ebS0=
github.com/pulumi/pulumi/sdk/v3 v3.86.0 h1:Cxg0rGdvMt9GqGvesFTj8+WaO/ihmALYlQf4zm1GzFw=
github.com/pulumi/pulumi/sdk/v3 v3.86.0/go.mod h1:vexSGJ5L834l3T7Fo/KpdywjGAgZ2CvChuqGFl+ebS0=
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=
Expand Down
8 changes: 4 additions & 4 deletions oci/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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]>"

Expand All @@ -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 && \
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading