HLTech / judge-d

Environment-aware contracts repository & contract validation service
MIT License
25 stars 4 forks source link

Update dependency io.fabric8:kubernetes-client to v5.11.0 #227

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.fabric8:kubernetes-client (source) 5.10.1 -> 5.11.0 age adoption passing confidence

Release Notes

fabric8io/kubernetes-client ### [`v5.11.0`](https://togithub.com/fabric8io/kubernetes-client/blob/HEAD/CHANGELOG.md#​5110-2021-12-17) ##### Bugs - Fix [#​3538](https://togithub.com/fabric8io/kubernetes-client/issues/3538): Update Plural rule to work with Prometheus - Fix [#​3555](https://togithub.com/fabric8io/kubernetes-client/issues/3555): using the new builder for generic resources - Fix [#​3535](https://togithub.com/fabric8io/kubernetes-client/issues/3535): ensure clientKeyAlgo is set properly when loading config YAML from `fromKubeconfig` - Fix [#​3598](https://togithub.com/fabric8io/kubernetes-client/issues/3598): applying cancel to the correct future for waitUntilCondition and waitUntilReady - Fix [#​3609](https://togithub.com/fabric8io/kubernetes-client/issues/3609): adding locking to prevent long running Watcher methods from causing reconnects with concurrent processing - Fix [#​3629](https://togithub.com/fabric8io/kubernetes-client/issues/3629): correcting the watch 200/503 exception handling - Fix [#​3606](https://togithub.com/fabric8io/kubernetes-client/issues/3606): Template getObjects doesn't throw NPE when objects is null - Fix [#​3620](https://togithub.com/fabric8io/kubernetes-client/issues/3620): throw a meaningful exception if no kind/plural is on a ResourceDefinitionContext, default plural if possible - Fix [#​3636](https://togithub.com/fabric8io/kubernetes-client/issues/3636): ensure proper handling of LogWatch closure wrt its streams ##### Improvements - Fix [#​3615](https://togithub.com/fabric8io/kubernetes-client/issues/3615): opt into bookmarks by default - Fix [#​3600](https://togithub.com/fabric8io/kubernetes-client/issues/3600): add owner references support to HasMetadata ##### Dependency Upgrade - Fix [#​3505](https://togithub.com/fabric8io/kubernetes-client/issues/3505): Update OpenShift Model to latest version (4.9.x) ##### New Features - Fix [#​3579](https://togithub.com/fabric8io/kubernetes-client/issues/3579): Add support for Volcano extension - Fix [#​3593](https://togithub.com/fabric8io/kubernetes-client/issues/3593): Add support for Istio extension ##### ***Note***: Breaking changes in the API - If you do not wish to receive bookmarks, then set ListOptions.allowWatchBookmarks=false - otherwise all Watches will default to requesting bookmarks. If supported by the api-server, bookmarks will avoid 410 exceptions and keep the watch alive longer. If you are using the mock framework with explicit uris, you may need to update your expected watch endpoints to include the parameter allowWatchBookmarks=true - Refactoring [#​3547](https://togithub.com/fabric8io/kubernetes-client/issues/3547): due to an abstraction layer added over okHttp, the following api changes were made: - OperationContext withOkHttpClient was removed, it should be needed to be directly called - PatchType.getMediaType was replaced with PatchType.getContentType - ExecListener no longer passes the okhttp3.Response to onOpen. onFailure will pass a simplified ExecListener.Response when possible. - okhttp3.TlsVersions has been replaced by io.fabric8.kubernetes.client.http.TlsVersion - HttpClientUtils.createHttpClient(config, additionalConfig) has been deprecated and now returns an OkHttpClientImpl - The client is no longer adaptable to an OkHttpClient, use Client.getHttpClient instead

Configuration

πŸ“… Schedule: 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.



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

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build #776


Totals Coverage Status
Change from base Build #775: 0.0%
Covered Lines: 652
Relevant Lines: 668

πŸ’› - Coveralls