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 Oct 30, 2024
1 parent 11a0424 commit 987aa3e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Aws/Aws.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<PackageReference Include="IPNetwork2" Version="3.0.667" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
<PackageReference Include="Pulumi" Version="3.38.0" />
<PackageReference Include="Pulumi.Aws" Version="5.11.0" />
<PackageReference Include="Pulumi.Tls" Version="4.6.0" />
<PackageReference Include="Pulumi.Aws" Version="6.57.0" />
<PackageReference Include="Pulumi.Tls" Version="5.0.9" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Cli/DeployCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ public DeployCommand(IOptions<Config> options, ILoggerFactory loggerFactory, ILo
// renovate: datasource=github-releases
RequiredPlugins = new[]
{
"aws v5.11.0",
"kubernetes v3.20.5",
"aws v6.56.1",
"kubernetes v4.18.2",
"random v4.8.2",
"tls v4.6.0"
"tls v5.0.9"
};
}

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="8.0.2" />
<PackageReference Include="Polly" Version="8.4.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.57.0" />
<PackageReference Include="Pulumi.Kubernetes" Version="4.18.2" />
<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="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
<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.57.0" />
<PackageReference Include="Pulumi.Kubernetes" Version="4.18.2" />
<PackageReference Include="Scriban" Version="5.10.0" />
<PackageReference Include="YamlDotNet" Version="16.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 987aa3e

Please sign in to comment.