Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed Nov 9, 2021
1 parent 29bcaa7 commit 9bab75d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Ubiquitous.AutoDevOps.Deployments;

public class DefaultConfiguration : IStackConfiguration<DefaultOptions> {
public Task InstallPlugins(Workspace workspace)
=> workspace.InstallPluginAsync("kubernetes", "v3.5.1");
=> workspace.InstallPluginAsync("kubernetes", "v3.9.0");

public async Task ConfigureStack(
WorkspaceStack appStack,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<ItemGroup>
<PackageReference Include="ConsoleTableExt" Version="3.1.9" />
<PackageReference Include="Pulumi.Automation" Version="3.15.0" />
<PackageReference Include="Pulumi.Automation" Version="3.17.0" />
<PackageReference Include="Serilog" Version="2.10.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
<PackageReference Include="SerilogAnalyzer" Version="0.15.0" PrivateAssets="all" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Pulumi.Kubernetes" Version="3.8.2" />
<PackageReference Include="Pulumi.Kubernetes" Version="3.9.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9bab75d

Please sign in to comment.