jeremylvln / Shulker

A Kubernetes operator for managing complex and dynamic Minecraft infrastructures, including game servers and proxies.
https://shulker.jeremylvln.fr/
GNU Affero General Public License v3.0
181 stars 14 forks source link

fix(deps): update fabric8-kubernetes-client monorepo to v6.12.1 #548

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.fabric8:kubernetes-httpclient-okhttp 6.11.0 -> 6.12.1 age adoption passing confidence
io.fabric8:kubernetes-client-api 6.11.0 -> 6.12.1 age adoption passing confidence
io.fabric8:kubernetes-client 6.11.0 -> 6.12.1 age adoption passing confidence

Release Notes

fabric8io/kubernetes-client (io.fabric8:kubernetes-httpclient-okhttp) ### [`v6.12.1`](https://togithub.com/fabric8io/kubernetes-client/blob/HEAD/CHANGELOG.md#6121-2024-04-18) ##### Bugs - Fix [#​5880](https://togithub.com/fabric8io/kubernetes-client/issues/5880): OpenID Connect token refreshed in loaded Config - Fix [#​5911](https://togithub.com/fabric8io/kubernetes-client/issues/5911): (crd-generator) Improve error message for detected cycles - Fix [#​5898](https://togithub.com/fabric8io/kubernetes-client/issues/5898): Kube API module resolvable from Maven Central ### [`v6.12.0`](https://togithub.com/fabric8io/kubernetes-client/blob/HEAD/CHANGELOG.md#6120-2024-04-12) ##### Bugs - Fix [#​5845](https://togithub.com/fabric8io/kubernetes-client/issues/5845): (crd-generator) Fail generating if multiple versions are marked as stored - Fix [#​5847](https://togithub.com/fabric8io/kubernetes-client/issues/5847): Missing `Log4j2Plugins.dat` descriptor in Kubernetes Lookup - Fix [#​5853](https://togithub.com/fabric8io/kubernetes-client/issues/5853): (java-generator) Gracefully handle colliding enum definitions - Fix [#​5860](https://togithub.com/fabric8io/kubernetes-client/issues/5860): Corrections to java-generator gradle plugin extension - Fix [#​5817](https://togithub.com/fabric8io/kubernetes-client/issues/5817): NPE on EKS OIDC cluster when token needs to be refreshed ##### Improvements - Fix [#​5843](https://togithub.com/fabric8io/kubernetes-client/issues/5843): Support existingJavaTypes extension in java-generator

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.



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

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 31.67%. Comparing base (bfbb4aa) to head (ea0faf3).

:exclamation: Current head ea0faf3 differs from pull request most recent head b8697c0

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

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/jeremylvln/Shulker/pull/548/graphs/tree.svg?width=650&height=150&src=pr&token=AYSXWVYJC5&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=J%C3%A9r%C3%A9my+Levilain)](https://app.codecov.io/gh/jeremylvln/Shulker/pull/548?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=J%C3%A9r%C3%A9my+Levilain) ```diff @@ Coverage Diff @@ ## main #548 +/- ## ======================================= Coverage 31.67% 31.67% ======================================= Files 58 58 Lines 3122 3122 ======================================= Hits 989 989 Misses 2133 2133 ``` | [Flag](https://app.codecov.io/gh/jeremylvln/Shulker/pull/548/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=J%C3%A9r%C3%A9my+Levilain) | Coverage Δ | | |---|---|---| | [shulker-addon-matchmaking](https://app.codecov.io/gh/jeremylvln/Shulker/pull/548/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=J%C3%A9r%C3%A9my+Levilain) | `22.53% <ø> (ø)` | | | [shulker-crds](https://app.codecov.io/gh/jeremylvln/Shulker/pull/548/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=J%C3%A9r%C3%A9my+Levilain) | `92.30% <ø> (ø)` | | | [shulker-kube-utils](https://app.codecov.io/gh/jeremylvln/Shulker/pull/548/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=J%C3%A9r%C3%A9my+Levilain) | `11.25% <ø> (ø)` | | | [shulker-operator](https://app.codecov.io/gh/jeremylvln/Shulker/pull/548/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=J%C3%A9r%C3%A9my+Levilain) | `59.45% <ø> (ø)` | | | [shulker-utils](https://app.codecov.io/gh/jeremylvln/Shulker/pull/548/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=J%C3%A9r%C3%A9my+Levilain) | `88.88% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=J%C3%A9r%C3%A9my+Levilain#carryforward-flags-in-the-pull-request-comment) to find out more.
github-actions[bot] commented 1 month ago

:tada: This issue has been resolved in version 0.9.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: