Skip to content

Commit b3c564c

Browse files
chore(deps): update dependency kubernetesclient to v17 (#931)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [KubernetesClient](https://redirect.github.com/kubernetes-client/csharp) | `16.0.7` -> `17.0.4` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/KubernetesClient/17.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/KubernetesClient/16.0.7/17.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>kubernetes-client/csharp (KubernetesClient)</summary> ### [`v17.0.4`](https://redirect.github.com/kubernetes-client/csharp/releases/tag/v17.0.4) ##### What's Changed - Version 17.0 + Generate 1.33 by [@&#8203;tg123](https://redirect.github.com/tg123) in [https://github.com/kubernetes-client/csharp/pull/1626](https://redirect.github.com/kubernetes-client/csharp/pull/1626) - Clean up warnings in examples by [@&#8203;tg123](https://redirect.github.com/tg123) in [https://github.com/kubernetes-client/csharp/pull/1628](https://redirect.github.com/kubernetes-client/csharp/pull/1628) - Bump nunit/docfx-action from 4.0.0 to 4.1.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-client/csharp/pull/1629](https://redirect.github.com/kubernetes-client/csharp/pull/1629) - Implementing a more modular API by [@&#8203;ayrloong](https://redirect.github.com/ayrloong) in [https://github.com/kubernetes-client/csharp/pull/1627](https://redirect.github.com/kubernetes-client/csharp/pull/1627) **Full Changelog**: kubernetes-client/csharp@v16.0.7...v17.0.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/dotnet/dotnet-operator-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1802c8c commit b3c564c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/KubeOps.Abstractions/KubeOps.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="JsonPatch.Net" Version="3.3.0" />
18-
<PackageReference Include="KubernetesClient" Version="16.0.7" />
18+
<PackageReference Include="KubernetesClient" Version="17.0.4" />
1919
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.7"/>
2020
<PackageReference Include="ZiggyCreatures.FusionCache" Version="2.3.0" />
2121
</ItemGroup>

test/KubeOps.Cli.Test/KubeOps.Cli.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ProjectReference Include="..\..\src\KubeOps.Cli\KubeOps.Cli.csproj" />
77
</ItemGroup>
88
<ItemGroup>
9-
<PackageReference Include="KubernetesClient" Version="16.0.7" />
9+
<PackageReference Include="KubernetesClient" Version="17.0.4" />
1010
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.14.0" />
1111
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.14.0" />
1212
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />

test/KubeOps.Operator.Test/KubeOps.Operator.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<ItemGroup>
3-
<PackageReference Include="KubernetesClient" Version="16.0.7" />
3+
<PackageReference Include="KubernetesClient" Version="17.0.4" />
44
<PackageReference Include="Microsoft.Build.Locator" Version="1.9.1"/>
55
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.14.0" />
66
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.14.0" />

test/KubeOps.Operator.Web.Test/KubeOps.Operator.Web.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<ItemGroup>
3-
<PackageReference Include="KubernetesClient" Version="16.0.7" />
3+
<PackageReference Include="KubernetesClient" Version="17.0.4" />
44
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.7"/>
55
<PackageReference Include="Microsoft.Build.Locator" Version="1.9.1"/>
66
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.14.0" />

test/KubeOps.Transpiler.Test/KubeOps.Transpiler.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<ItemGroup>
4-
<PackageReference Include="KubernetesClient" Version="16.0.7" />
4+
<PackageReference Include="KubernetesClient" Version="17.0.4" />
55
<PackageReference Include="Microsoft.Build.Locator" Version="1.9.1" />
66
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.14.0" />
77
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.14.0" />

0 commit comments

Comments
 (0)