Skip to content

Commit 72f143b

Browse files
deps(test): update dependency kubernetesclient to 17.0.14 (#944)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [KubernetesClient](https://redirect.github.com/kubernetes-client/csharp) | `17.0.4` -> `17.0.14` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/KubernetesClient/17.0.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/KubernetesClient/17.0.4/17.0.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>kubernetes-client/csharp (KubernetesClient)</summary> ### [`v17.0.14`](https://redirect.github.com/kubernetes-client/csharp/releases/tag/v17.0.14) ##### What's Changed - fix missing aot model SourceGenerationContext by [@&#8203;tg123](https://redirect.github.com/tg123) in [#&#8203;1636](https://redirect.github.com/kubernetes-client/csharp/pull/1636) - Update codeql-analysis.yml by [@&#8203;brendandburns](https://redirect.github.com/brendandburns) in [#&#8203;1639](https://redirect.github.com/kubernetes-client/csharp/pull/1639) - fix warning syslib0057 for aot by [@&#8203;tg123](https://redirect.github.com/tg123) in [#&#8203;1638](https://redirect.github.com/kubernetes-client/csharp/pull/1638) - fix ExecCredentialResponse deserializion in aot by [@&#8203;k7o](https://redirect.github.com/k7o) in [#&#8203;1643](https://redirect.github.com/kubernetes-client/csharp/pull/1643) - Bump actions/checkout from 4 to 5 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1645](https://redirect.github.com/kubernetes-client/csharp/pull/1645) - Add tg123 to SECURITY\_CONTACTS by [@&#8203;tg123](https://redirect.github.com/tg123) in [#&#8203;1649](https://redirect.github.com/kubernetes-client/csharp/pull/1649) - Bump actions/upload-pages-artifact from 3 to 4 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1647](https://redirect.github.com/kubernetes-client/csharp/pull/1647) - Update certificate validation to use custom trust store for .NET 5.0+ by [@&#8203;tg123](https://redirect.github.com/tg123) in [#&#8203;1653](https://redirect.github.com/kubernetes-client/csharp/pull/1653) - feat(KubernetesJson): add overloads for Deserialize and Serialize by [@&#8203;IvanJosipovic](https://redirect.github.com/IvanJosipovic) in [#&#8203;1652](https://redirect.github.com/kubernetes-client/csharp/pull/1652) - fix: yaml ByteArrayStringYamlConverter output new lines by [@&#8203;IvanJosipovic](https://redirect.github.com/IvanJosipovic) in [#&#8203;1651](https://redirect.github.com/kubernetes-client/csharp/pull/1651) ##### New Contributors - [@&#8203;k7o](https://redirect.github.com/k7o) made their first contribution in [#&#8203;1643](https://redirect.github.com/kubernetes-client/csharp/pull/1643) **Full Changelog**: <kubernetes-client/csharp@v17.0.4...v17.0.14> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi43IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7bbf14b commit 72f143b

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="17.0.4" />
18+
<PackageReference Include="KubernetesClient" Version="17.0.14" />
1919
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.8"/>
2020
<PackageReference Include="ZiggyCreatures.FusionCache" Version="2.4.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="17.0.4" />
9+
<PackageReference Include="KubernetesClient" Version="17.0.14" />
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="17.0.4" />
3+
<PackageReference Include="KubernetesClient" Version="17.0.14" />
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="17.0.4" />
3+
<PackageReference Include="KubernetesClient" Version="17.0.14" />
44
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.8"/>
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="17.0.4" />
4+
<PackageReference Include="KubernetesClient" Version="17.0.14" />
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)