felixfbecker / PSKubectl

kubectl with the power of the object pipeline
MIT License
61 stars 9 forks source link

chore(deps): update kubeclient to v2.2.11 - autoclosed #27

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
KubeClient nuget patch 2.2.6 -> 2.2.11 source
KubeClient.Extensions.KubeConfig nuget patch 2.2.6 -> 2.2.11 source

Release Notes

tintoy/dotnet-kube-client ### [`v2.2.10`](https://togithub.com/tintoy/dotnet-kube-client/releases/v2.2.10) [Compare Source](https://togithub.com/tintoy/dotnet-kube-client/compare/v2.2.9...v2.2.10) ##### Bug-fixes Thanks [@​jonstelly](https://togithub.com/jonstelly) for these fixes! - Add NodeClient for working with Nodes ([#​74](https://togithub.com/tintoy/dotnet-kube-client/issues/74)) - PersistentVolumes aren't namespace-scoped ([#​72](https://togithub.com/tintoy/dotnet-kube-client/issues/72)) ### [`v2.2.9`](https://togithub.com/tintoy/dotnet-kube-client/compare/v2.2.8...v2.2.9) [Compare Source](https://togithub.com/tintoy/dotnet-kube-client/compare/v2.2.8...v2.2.9) ### [`v2.2.8`](https://togithub.com/tintoy/dotnet-kube-client/releases/v2.2.8) [Compare Source](https://togithub.com/tintoy/dotnet-kube-client/compare/v2.2.7...v2.2.8) ##### Bug-fixes - Fixed deserialisation bug for `Int32OrStringV1` ([#​70](https://togithub.com/tintoy/dotnet-kube-client/issues/70)) - thanks, [@​jonstelly](https://togithub.com/jonstelly)! ### [`v2.2.7`](https://togithub.com/tintoy/dotnet-kube-client/releases/v2.2.7) [Compare Source](https://togithub.com/tintoy/dotnet-kube-client/compare/v2.2.6...v2.2.7) ##### Changes - Implemented [`Int32OrStringV1`](https://togithub.com/tintoy/dotnet-kube-client/blob/bd2f654e6b48c67dd1f16cf79d38672cd746dfee/src/KubeClient/Models/Int32OrStringV1.cs) (and associated [JSON / YAML converter](https://togithub.com/tintoy/dotnet-kube-client/blob/bd2f654e6b48c67dd1f16cf79d38672cd746dfee/src/KubeClient/Models/Converters/Int32OrStringV1Converter.cs)) to represent values that can be either a 32-bit integer or a string, and require different representation in JSON depending on which one they are ([#​68](https://togithub.com/tintoy/dotnet-kube-client/issues/68)). ##### Breaking Changes - Some properties on the following model types now use `Int32OrStringV1` where they previously just used `string` (see commit [`5917153`](https://togithub.com/tintoy/dotnet-kube-client/commit/591715360edaed0564363fdf9b74c248b13fa616) for details): - `HTTPGetActionV1` - `IngressBackendV1Beta1` - `NetworkPolicyPortV1` - `NetworkPolicyPortV1Beta1` - `PodDisruptionBudgetSpecV1Beta1` - `RollingUpdateDaemonSetV1` - `RollingUpdateDaemonSetV1Beta1` - `RollingUpdateDaemonSetV1Beta2` - `RollingUpdateDeploymentV1` - `RollingUpdateDeploymentV1Beta1` - `RollingUpdateDeploymentV1Beta2` - `ServicePortV1` - `TCPSocketActionV1`

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Renovate Bot. View repository job log here.

codecov[bot] commented 5 years ago

Codecov Report

Merging #27 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #27   +/-   ##
=======================================
  Coverage   47.86%   47.86%           
=======================================
  Files          26       26           
  Lines         796      796           
=======================================
  Hits          381      381           
  Misses        415      415

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d409ff4...210b260. Read the comment docs.