Skip to content

Commit

Permalink
Bump pulumi dependencies to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2023
1 parent cd3927c commit 217704e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cli/DeployCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public DeployCommand(IOptions<Config> options, ILoggerFactory loggerFactory, ILo
RequiredPlugins = new[]
{
"aws v5.11.0",
"kubernetes v3.20.5",
"kubernetes v4.0.3",
"random v4.8.2",
"tls v4.6.0"
};
Expand Down
2 changes: 1 addition & 1 deletion K8s/K8s.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Polly" Version="7.2.4" />
<PackageReference Include="Pulumi" Version="3.38.0" />
<PackageReference Include="Pulumi.Aws" Version="5.11.0" />
<PackageReference Include="Pulumi.Kubernetes" Version="3.20.5" />
<PackageReference Include="Pulumi.Kubernetes" Version="4.0.3" />
<PackageReference Include="Pulumi.Random" Version="4.8.2" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Library/Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" />
<PackageReference Include="Pulumi" Version="3.38.0" />
<PackageReference Include="Pulumi.Aws" Version="5.11.0" />
<PackageReference Include="Pulumi.Kubernetes" Version="3.20.5" />
<PackageReference Include="Pulumi.Kubernetes" Version="4.0.3" />
<PackageReference Include="Scriban" Version="5.7.0" />
<PackageReference Include="YamlDotNet" Version="13.1.1" />
</ItemGroup>
Expand Down

0 comments on commit 217704e

Please sign in to comment.