Skip to content

Commit

Permalink
fix(deps): update patch updates to v6.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 27, 2024
1 parent 8e8c4a3 commit bf4b70f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.24.0
github.com/aws/aws-sdk-go-v2/config v1.15.15
github.com/aws/aws-sdk-go-v2/service/ec2 v1.142.0
github.com/pulumi/pulumi-aws/sdk/v6 v6.37.0
github.com/pulumi/pulumi-aws/sdk/v6 v6.37.1
github.com/pulumi/pulumi-azure-native-sdk/compute/v2 v2.42.1
github.com/pulumi/pulumi-azure-native-sdk/network/v2 v2.42.1
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.42.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE=
github.com/pulumi/esc v0.8.3 h1:myeDL6dD/mz34zZjCL8s7d/tWHBJYxfMxDCL11MHoqc=
github.com/pulumi/esc v0.8.3/go.mod h1:v5VAPxYDa9DRwvubbzKt4ZYf5y0esWC2ccSp/AT923I=
github.com/pulumi/pulumi-aws/sdk/v6 v6.37.0 h1:Y3YMHkgUpSq3P0yyMhkuzlc9jXRWvvTMaIUf0fMnajI=
github.com/pulumi/pulumi-aws/sdk/v6 v6.37.0/go.mod h1:YV0L5IIlJX1ADzPNOUy1aLyC7dmVMCpakJqxwxWJTAE=
github.com/pulumi/pulumi-aws/sdk/v6 v6.37.1 h1:U0Z6dagxFsOhV9J16aAjIfEZJf7NU+L9l9aGABQyrNs=
github.com/pulumi/pulumi-aws/sdk/v6 v6.37.1/go.mod h1:OQXIshEv/eVOYyBPMHADSaLG+qDJKQqP8p9lBy7tkOA=
github.com/pulumi/pulumi-azure-native-sdk/compute/v2 v2.42.1 h1:TkBjR0eoL+tZMDsAMFyxGW3CRWA+fEfNcGEoE4zwkNc=
github.com/pulumi/pulumi-azure-native-sdk/compute/v2 v2.42.1/go.mod h1:PgajQXVwJD5xHhd2FsvueIjItNso/hXSjo5BrYk+6wM=
github.com/pulumi/pulumi-azure-native-sdk/network/v2 v2.42.1 h1:JqGwoMhZFTNpGkK+FI8H5m4rNbytWAXZ2fz7CNVVkLI=
Expand Down
2 changes: 1 addition & 1 deletion oci/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ENV AZ_CLI_RPM https://packages.microsoft.com/rhel/9.0/prod/Packages/a/azure-cli

# Pulumi plugins
# renovate: datasource=github-releases depName=pulumi/pulumi-aws
ARG PULUMI_AWS_VERSION=v6.37.0
ARG PULUMI_AWS_VERSION=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
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.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ github.com/pulumi/esc/internal/util
github.com/pulumi/esc/schema
github.com/pulumi/esc/syntax
github.com/pulumi/esc/syntax/encoding
# github.com/pulumi/pulumi-aws/sdk/v6 v6.37.0
# github.com/pulumi/pulumi-aws/sdk/v6 v6.37.1
## explicit; go 1.21
github.com/pulumi/pulumi-aws/sdk/v6/go/aws/autoscaling
github.com/pulumi/pulumi-aws/sdk/v6/go/aws/ec2
Expand Down

0 comments on commit bf4b70f

Please sign in to comment.