felixfbecker / PSKubectl

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

chore(deps): update kubeclient to 2.5.10 #66

Open renovate[bot] opened 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
KubeClient 2.3.9 -> 2.5.10 age adoption passing confidence
KubeClient.Extensions.KubeConfig 2.3.9 -> 2.5.10 age adoption passing confidence

Release Notes

tintoy/dotnet-kube-client (KubeClient) ### [`v2.5.10`](https://togithub.com/tintoy/dotnet-kube-client/releases/tag/v2.5.10) ##### Changes: - [`1da6dee`](https://togithub.com/tintoy/dotnet-kube-client/commit/1da6deeda062c52aac3041e71023ba38dd1edba5) Merge branch 'develop' - [`7d81a15`](https://togithub.com/tintoy/dotnet-kube-client/commit/7d81a1562e5234a51304992d69e25a645ad00f54) Modernise NuGet package properties - [`f93f3d0`](https://togithub.com/tintoy/dotnet-kube-client/commit/f93f3d05815f4e3d1358bf78c4c78ca8171eb021) Merge branch 'develop' - [`7e1227b`](https://togithub.com/tintoy/dotnet-kube-client/commit/7e1227ba264cdcc040011a767ac516dfc0a44b5d) Merge branch 'develop' of https://github.com/tintoy/dotnet-kube-client into develop - [`d32b76c`](https://togithub.com/tintoy/dotnet-kube-client/commit/d32b76c9cbdd4e4d56d4406823472c7276fbe480) Configure README for all packages. This list of changes was [auto generated](https://dev.azure.com/tintoy-dev/dotnet-kube-client/\_build/results?buildId=266\&view=logs). ### [`v2.5.9`](https://togithub.com/tintoy/dotnet-kube-client/releases/tag/v2.5.9) ##### Changes: - [`a43ba22`](https://togithub.com/tintoy/dotnet-kube-client/commit/a43ba22cee8209252feba2cc52749f45b1916c2f) Merge pull request [#​161](https://togithub.com/tintoy/dotnet-kube-client/issues/161) from tintoy/develop - [`b952ba7`](https://togithub.com/tintoy/dotnet-kube-client/commit/b952ba7fe3b63eb5764bfe0832b9aea3c7228a8e) Enable publishing to NuGet - [`0896dec`](https://togithub.com/tintoy/dotnet-kube-client/commit/0896dec539857a4d586d5e341412a6631d9852bb) Add missing PFX file for tests \[ [#​160](https://togithub.com/tintoy/dotnet-kube-client/issues/160) ] - [`2dc0371`](https://togithub.com/tintoy/dotnet-kube-client/commit/2dc037131c4b7ec09a55ea52c57ed7381b079396) Remove reference to old BouncyCastle package \[ [#​160](https://togithub.com/tintoy/dotnet-kube-client/issues/160) ] - [`c4ce8dc`](https://togithub.com/tintoy/dotnet-kube-client/commit/c4ce8dc898f40afff4feae334652e7e7632fb081) Merge pull request [#​160](https://togithub.com/tintoy/dotnet-kube-client/issues/160) from Daniel-King-GGL/feature/official-bc - [`e7db848`](https://togithub.com/tintoy/dotnet-kube-client/commit/e7db848674a8dac4ce5e5bbb6523cec21b21dbd0) Additional test for CryptoHelper before migrating to official BouncyCastle package. \[ [#​160](https://togithub.com/tintoy/dotnet-kube-client/issues/160) ] - [`8095e30`](https://togithub.com/tintoy/dotnet-kube-client/commit/8095e30ff5f2829b4a99a738d6a1f0e664d3e4f1) Initial test coverage for BouncyCastle usage scenarios \[ [#​160](https://togithub.com/tintoy/dotnet-kube-client/issues/160) ] - [`2b25854`](https://togithub.com/tintoy/dotnet-kube-client/commit/2b25854d5c3d86c59299d9091a4971ec6a447cc2) Switch the BC dependency over to the official package - [`e0a3629`](https://togithub.com/tintoy/dotnet-kube-client/commit/e0a36292a805f1518206047e42f140295937dcf5) Merge pull request [#​159](https://togithub.com/tintoy/dotnet-kube-client/issues/159) from tintoy/feature/watch-retry - [`11d9250`](https://togithub.com/tintoy/dotnet-kube-client/commit/11d9250d59425045844c88469655ab5d5abc47d2) Improved logic for ObserveLinesWithRetry \[ [#​157](https://togithub.com/tintoy/dotnet-kube-client/issues/157) ]
See More - [`ca10baa`](https://togithub.com/tintoy/dotnet-kube-client/commit/ca10baa3bc5e73f6d43cfa3878a26cd91c7c0883) Merge pull request [#​158](https://togithub.com/tintoy/dotnet-kube-client/issues/158) from tintoy/feature/watch-retry - [`8cda77d`](https://togithub.com/tintoy/dotnet-kube-client/commit/8cda77d93971eba77c3817c5a12f169442652f87) Automatically retry watch requests that complete without error (e.g. due to server-side request GC) \[ [#​157](https://togithub.com/tintoy/dotnet-kube-client/issues/157) ] - [`0639575`](https://togithub.com/tintoy/dotnet-kube-client/commit/06395756357f3eebb95b59570c314ba02a01c6ac) Upgrade to netstandard1.4 to netstandard2.0 \[ [#​157](https://togithub.com/tintoy/dotnet-kube-client/issues/157) ] This list of changes was [auto generated](https://dev.azure.com/tintoy-dev/dotnet-kube-client/\_build/results?buildId=261\&view=logs).
### [`v2.5.8`](https://togithub.com/tintoy/dotnet-kube-client/releases/tag/v2.5.8) ##### Changes: - Initial port of KubeClient.Extensions.DataProtection implementation ([#​94](https://togithub.com/tintoy/dotnet-kube-client/issues/94), original credit goes to [@​rriverak](https://togithub.com/rriverak)) - Basic mock of K8s API (for testing purposes) ### [`v2.4.6`](https://togithub.com/tintoy/dotnet-kube-client/releases/tag/v2.4.6) https://www.nuget.org/packages/KubeClient/2.4.6

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.



This PR was generated by Mend Renovate. View the repository job log.

codecov[bot] commented 4 years ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 71.66%. Comparing base (70356d1) to head (f49aa53).

:exclamation: Current head f49aa53 differs from pull request most recent head 68349f4

Please upload reports for the commit 68349f4 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #66 +/- ## ======================================= Coverage 71.66% 71.66% ======================================= Files 25 25 Lines 600 600 ======================================= Hits 430 430 Misses 170 170 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.