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.14 #29

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
KubeClient nuget patch 2.2.6 -> 2.2.14
KubeClient.Extensions.KubeConfig nuget patch 2.2.6 -> 2.2.14

Release Notes

tintoy/dotnet-kube-client ### [`v2.2.12`](https://togithub.com/tintoy/dotnet-kube-client/releases/v2.2.12) [Compare Source](https://togithub.com/tintoy/dotnet-kube-client/compare/v2.2.11...v2.2.12) ##### Bug-fixes Thanks [@​jonstelly](https://togithub.com/jonstelly) for these fixes! - Token authentication fails if token in KubeConfig isn't base64 encoded ([#​80](https://togithub.com/tintoy/dotnet-kube-client/issues/80)) ### [`v2.2.11`](https://togithub.com/tintoy/dotnet-kube-client/compare/v2.2.10...v2.2.11) [Compare Source](https://togithub.com/tintoy/dotnet-kube-client/compare/v2.2.10...v2.2.11) ### [`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 #29 into master will increase coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #29      +/-   ##
=========================================
+ Coverage   47.73%   47.8%   +0.06%     
=========================================
  Files          26      26              
  Lines         796     797       +1     
=========================================
+ Hits          380     381       +1     
  Misses        416     416
Impacted Files Coverage Δ
src/KubeApiCmdlet.cs 94.73% <100%> (+0.29%) :arrow_up:

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 399dc19...03bc5b1. Read the comment docs.

renovate[bot] commented 5 years ago

PR has been edited

:construction_worker: This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

felixfbecker commented 5 years ago

:tada: This PR is included in version 0.11.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: