Skip to content

Commit

Permalink
chore(deps): update dependency kubernetesclient to 14.0.12 (#811)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[KubernetesClient](https://redirect.github.com/kubernetes-client/csharp)
| `14.0.9` -> `14.0.12` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/KubernetesClient/14.0.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/KubernetesClient/14.0.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/KubernetesClient/14.0.9/14.0.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/KubernetesClient/14.0.9/14.0.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>kubernetes-client/csharp (KubernetesClient)</summary>

###
[`v14.0.12`](https://redirect.github.com/kubernetes-client/csharp/releases/tag/v14.0.12)

##### What's Changed

- update `InternalsVisibleTo` usage by
[@&#8203;WeihanLi](https://redirect.github.com/WeihanLi) in
[kubernetes-client/csharp#1577
- configure write permission for draft release action by
[@&#8203;WeihanLi](https://redirect.github.com/WeihanLi) in
[kubernetes-client/csharp#1582
- Configure permissions for codeql action by
[@&#8203;WeihanLi](https://redirect.github.com/WeihanLi) in
[kubernetes-client/csharp#1583

**Full Changelog**:
kubernetes-client/csharp@v14.0.8...v14.0.12

</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 becomes conflicted, 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/buehler/dotnet-operator-sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 8, 2024
1 parent 64df61b commit a9a55c1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/KubeOps.Cli.Test/KubeOps.Cli.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProjectReference Include="..\..\src\KubeOps.Cli\KubeOps.Cli.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="KubernetesClient" Version="14.0.9"/>
<PackageReference Include="KubernetesClient" Version="14.0.12"/>
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.9.2" />
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.9.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
Expand Down
2 changes: 1 addition & 1 deletion test/KubeOps.Operator.Test/KubeOps.Operator.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="KubernetesClient" Version="14.0.9" />
<PackageReference Include="KubernetesClient" Version="14.0.12" />
<PackageReference Include="Microsoft.Build.Locator" Version="1.7.8"/>
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.9.2" />
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.9.2" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="KubernetesClient" Version="14.0.9" />
<PackageReference Include="KubernetesClient" Version="14.0.12" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.8"/>
<PackageReference Include="Microsoft.Build.Locator" Version="1.7.8"/>
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.9.2" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<PackageReference Include="KubernetesClient" Version="14.0.9" />
<PackageReference Include="KubernetesClient" Version="14.0.12" />
<PackageReference Include="Microsoft.Build.Locator" Version="1.7.8" />
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.9.2" />
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.9.2" />
Expand Down

0 comments on commit a9a55c1

Please sign in to comment.