Skip to content

Commit

Permalink
Update packages to new versions for 3.0 launch (pulumi#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierskarsenbarg committed Apr 20, 2021
1 parent 04afe35 commit 12ed7b8
Show file tree
Hide file tree
Showing 339 changed files with 5,177 additions and 1,054 deletions.
2 changes: 1 addition & 1 deletion aws-cs-assume-role/assume-role/assume-role.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Aws" Version="3.*" />
<PackageReference Include="Pulumi.Aws" Version="4.*" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion aws-cs-assume-role/create-role/create-role.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Aws" Version="3.*" />
<PackageReference Include="Pulumi.Aws" Version="4.*" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions aws-cs-eks/Aws.EksCluster.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Aws" Version="3.*" />
<PackageReference Include="Pulumi.Kubernetes" Version="2.*" />
<PackageReference Include="Pulumi.Aws" Version="4.*" />
<PackageReference Include="Pulumi.Kubernetes" Version="3.*" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions aws-cs-fargate/Infra/Aws.Fargate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Aws" Version="3.*" />
<PackageReference Include="Pulumi.Docker" Version="2.*" />
<PackageReference Include="Pulumi.Aws" Version="4.*" />
<PackageReference Include="Pulumi.Docker" Version="3.*" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion aws-cs-lambda/pulumi/Aws.Lambda.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Aws" Version="3.*" />
<PackageReference Include="Pulumi.Aws" Version="4.*" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion aws-cs-s3-folder/aws-cs-s3-folder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Pulumi.Aws" Version="3.*" />
<PackageReference Include="Pulumi.Aws" Version="4.*" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion aws-cs-webserver/Aws.WebServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Aws" Version="3.*" />
<PackageReference Include="Pulumi.Aws" Version="4.*" />
</ItemGroup>

</Project>
8 changes: 4 additions & 4 deletions aws-django-voting-app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pulumi>=2.0.0,<3.0.0
pulumi-aws>=3.0.0,<4.0.0
pulumi-docker>=2.0.0,<3.0.0
pulumi-mysql>=2.0.0,<3.0.0
pulumi>=3.0.0,<4.0.0
pulumi-aws>=4.0.0,<5.0.0
pulumi-docker>=3.0.0,<4.0.0
pulumi-mysql>=3.0.0,<4.0.0
mysql-connector-python>=1.0.0,<10.0.0
4 changes: 2 additions & 2 deletions aws-fs-lambda-webserver/pulumi/Aws.LambdaWebServer.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Aws" Version="3.*" />
<PackageReference Include="Pulumi.FSharp" Version="2.*" />
<PackageReference Include="Pulumi.Aws" Version="4.*" />
<PackageReference Include="Pulumi.FSharp" Version="3.*" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions aws-fs-s3-folder/aws-cs-s3-folder.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Aws" Version="3.*" />
<PackageReference Include="Pulumi.FSharp" Version="2.*" />
<PackageReference Include="Pulumi.Aws" Version="4.*" />
<PackageReference Include="Pulumi.FSharp" Version="3.*" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions aws-go-appsync/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/pulumi/examples/aws-go-webserver
go 1.14

require (
github.com/pulumi/pulumi-aws/sdk/v3 v3.1.0
github.com/pulumi/pulumi-random/sdk/v2 v2.1.3
github.com/pulumi/pulumi/sdk/v2 v2.5.0
github.com/pulumi/pulumi-aws/sdk/v4 v4.0.0
github.com/pulumi/pulumi-random/sdk/v4 v4.0.0
github.com/pulumi/pulumi/sdk/v3 v3.0.0
)
167 changes: 167 additions & 0 deletions aws-go-appsync/go.sum

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions aws-go-appsync/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ package main
import (
"encoding/json"

"github.com/pulumi/pulumi-aws/sdk/v3/go/aws/appsync"
"github.com/pulumi/pulumi-aws/sdk/v3/go/aws/dynamodb"
"github.com/pulumi/pulumi-aws/sdk/v3/go/aws/iam"
"github.com/pulumi/pulumi-random/sdk/v2/go/random"
"github.com/pulumi/pulumi/sdk/v2/go/pulumi"
"github.com/pulumi/pulumi-aws/sdk/v4/go/aws/appsync"
"github.com/pulumi/pulumi-aws/sdk/v4/go/aws/dynamodb"
"github.com/pulumi/pulumi-aws/sdk/v4/go/aws/iam"
"github.com/pulumi/pulumi-random/sdk/v4/go/random"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
Expand Down
4 changes: 2 additions & 2 deletions aws-go-assume-role/assume-role/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module assume-role
go 1.14

require (
github.com/pulumi/pulumi-aws/sdk/v3 v3.1.0
github.com/pulumi/pulumi/sdk/v2 v2.2.1
github.com/pulumi/pulumi-aws/sdk/v4 v4.0.0
github.com/pulumi/pulumi/sdk/v3 v3.0.0
)
160 changes: 160 additions & 0 deletions aws-go-assume-role/assume-role/go.sum

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions aws-go-assume-role/assume-role/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
package main

import (
"github.com/pulumi/pulumi-aws/sdk/v3/go/aws"
"github.com/pulumi/pulumi-aws/sdk/v3/go/aws/s3"
"github.com/pulumi/pulumi/sdk/v2/go/pulumi"
"github.com/pulumi/pulumi/sdk/v2/go/pulumi/config"
"github.com/pulumi/pulumi-aws/sdk/v4/go/aws"
"github.com/pulumi/pulumi-aws/sdk/v4/go/aws/s3"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi/config"
)

func main() {
Expand Down
4 changes: 2 additions & 2 deletions aws-go-assume-role/create-role/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module create-role
go 1.14

require (
github.com/pulumi/pulumi-aws/sdk/v3 v3.1.0
github.com/pulumi/pulumi/sdk/v2 v2.5.0
github.com/pulumi/pulumi-aws/sdk/v4 v4.0.0
github.com/pulumi/pulumi/sdk/v3 v3.0.0
)
Loading

0 comments on commit 12ed7b8

Please sign in to comment.