Skip to content

Commit

Permalink
Bump pulumi dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2023
1 parent cd3927c commit e1091e6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Aws/Aws.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="IPNetwork2" Version="2.6.601" />
<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.Aws" Version="6.2.1" />
<PackageReference Include="Pulumi.Tls" Version="4.6.0" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions Cli/DeployCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ public DeployCommand(IOptions<Config> options, ILoggerFactory loggerFactory, ILo
// renovate: datasource=github-releases
RequiredPlugins = new[]
{
"aws v5.11.0",
"kubernetes v3.20.5",
"aws v6.2.1",
"kubernetes v4.2.0",
"random v4.8.2",
"tls v4.6.0"
};
Expand Down
4 changes: 2 additions & 2 deletions K8s/K8s.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" />
<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.Aws" Version="6.2.1" />
<PackageReference Include="Pulumi.Kubernetes" Version="4.2.0" />
<PackageReference Include="Pulumi.Random" Version="4.8.2" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions Library/Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" />
<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.Aws" Version="6.2.1" />
<PackageReference Include="Pulumi.Kubernetes" Version="4.2.0" />
<PackageReference Include="Scriban" Version="5.7.0" />
<PackageReference Include="YamlDotNet" Version="13.1.1" />
</ItemGroup>
Expand Down

0 comments on commit e1091e6

Please sign in to comment.