Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
build(deps): bump nuget packages (#91)
Browse files Browse the repository at this point in the history
* build(deps): bump nuget packages

* bump chart & app to 0.14.2
  • Loading branch information
BlowaXD authored Sep 21, 2023
1 parent 560c2a3 commit f43b760
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/bitwarden-secret-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: Deploy the Bitwarden Secret Operator

type: application

version: "0.14.1"
version: "0.14.2"

appVersion: "0.14.1"
appVersion: "0.14.2"

keywords:
- operator
Expand Down
4 changes: 2 additions & 2 deletions src/Bitwarden.SecretOperator/Bitwarden.SecretOperator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<ItemGroup>
<PackageReference Include="CliWrap" Version="3.6.4" />
<PackageReference Include="KubeOps" Version="7.4.4" />
<PackageReference Include="KubeOps.KubernetesClient" Version="7.4.4" />
<PackageReference Include="KubeOps" Version="7.6.0" />
<PackageReference Include="KubeOps.KubernetesClient" Version="7.6.0" />
<PackageReference Include="Polly" Version="7.2.4" />
<PackageReference Include="Serilog" Version="3.0.1" />
<PackageReference Include="Serilog.Extensions.Logging" Version="7.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="NFluent" Version="3.0.1.352" />
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit f43b760

Please sign in to comment.