Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump kube-derive from 0.86.0 to 0.87.1 in /cmd/pinniped-proxy (#7034)
Bumps [kube-derive](https://github.com/kube-rs/kube) from 0.86.0 to 0.87.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kube-rs/kube/releases">kube-derive's releases</a>.</em></p> <blockquote> <h2>0.87.1</h2> <!-- raw HTML omitted --> <h2>Headlines</h2> <ul> <li>fixed a <code>Controller</code> issue with reconciliation requests disappearing when using <code>concurrency</code> <a href="https://redirect.github.com/kube-rs/kube/issues/1324">#1324</a></li> <li>improved <code>Client</code> with better exec auth behaviour <a href="https://redirect.github.com/kube-rs/kube/issues/1320">#1320</a>, timeout control <a href="https://redirect.github.com/kube-rs/kube/issues/1314">#1314</a>, and socks5 proxy handling <a href="https://redirect.github.com/kube-rs/kube/issues/1311">#1311</a></li> <li>small changes to an unstable streams feature <a href="https://redirect.github.com/kube-rs/kube/issues/1304">#1304</a>, and a a derive property that is now illegal with <code>syn</code> 2 <a href="https://redirect.github.com/kube-rs/kube/issues/1307">#1307</a></li> </ul> <p>Big thanks to everyone involved 🎃</p> <h2>What's Changed</h2> <h3>Added</h3> <ul> <li>Feature-flagged support for <code>socks5</code> proxy in <code>Client</code> by <a href="https://github.com/Razz4780"><code>@Razz4780</code></a> in <a href="https://redirect.github.com/kube-rs/kube/pull/1311">kube-rs/kube#1311</a></li> <li>Add example for raw API Server requests by <a href="https://github.com/mateiidavid"><code>@mateiidavid</code></a> in <a href="https://redirect.github.com/kube-rs/kube/pull/1330">kube-rs/kube#1330</a></li> </ul> <h3>Changed</h3> <ul> <li>Document <code>Controller::reconcile_on</code> and remove <code>Err</code> input requirement by <a href="https://github.com/clux"><code>@clux</code></a> in <a href="https://redirect.github.com/kube-rs/kube/pull/1304">kube-rs/kube#1304</a></li> <li>Bump <code>base64</code> to <code>0.21</code> by <a href="https://github.com/clux"><code>@clux</code></a> in <a href="https://redirect.github.com/kube-rs/kube/pull/1308">kube-rs/kube#1308</a></li> <li>Upgrade <code>darling</code> and <code>syn</code> and rename <code>#[kube(struct)]</code> by <a href="https://github.com/clux"><code>@clux</code></a> in <a href="https://redirect.github.com/kube-rs/kube/pull/1307">kube-rs/kube#1307</a></li> </ul> <h3>Fixed</h3> <ul> <li>Fixed <code>KUBERNETES_EXEC_INFO</code> environment variable passed to auth plugins by <a href="https://github.com/Razz4780"><code>@Razz4780</code></a> in <a href="https://redirect.github.com/kube-rs/kube/pull/1320">kube-rs/kube#1320</a></li> <li>Fix <code>Controller</code>: pending messages are stuck in the <code>scheduled</code> map by <a href="https://github.com/co42"><code>@co42</code></a> in <a href="https://redirect.github.com/kube-rs/kube/pull/1324">kube-rs/kube#1324</a></li> <li>Set a default write timeout by <a href="https://github.com/alex-hunt-materialize"><code>@alex-hunt-materialize</code></a> in <a href="https://redirect.github.com/kube-rs/kube/pull/1314">kube-rs/kube#1314</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kube-rs/kube/compare/0.86.0...0.87.1">https://github.com/kube-rs/kube/compare/0.86.0...0.87.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kube-rs/kube/blob/main/CHANGELOG.md">kube-derive's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/kube-rs/kube/releases/tag/0.87.1">0.87.1</a> / 2023-11-01</h1> <!-- raw HTML omitted --> <h2>Headlines</h2> <ul> <li>fixed a <code>Controller</code> issue with reconciliation requests disappearing when using <code>concurrency</code> <a href="https://redirect.github.com/kube-rs/kube/issues/1324">#1324</a></li> <li>improved <code>Client</code> with better exec auth behaviour <a href="https://redirect.github.com/kube-rs/kube/issues/1320">#1320</a>, timeout control <a href="https://redirect.github.com/kube-rs/kube/issues/1314">#1314</a>, and socks5 proxy handling <a href="https://redirect.github.com/kube-rs/kube/issues/1311">#1311</a></li> <li>small changes to an unstable streams feature <a href="https://redirect.github.com/kube-rs/kube/issues/1304">#1304</a>, and a a derive property that is now illegal with <code>syn</code> 2 <a href="https://redirect.github.com/kube-rs/kube/issues/1307">#1307</a></li> </ul> <p>Big thanks to everyone involved 🎃</p> <h2>What's Changed</h2> <h3>Added</h3> <ul> <li>Feature-flagged support for <code>socks5</code> proxy in <code>Client</code> by <a href="https://github.com/Razz4780"><code>@Razz4780</code></a> in <a href="https://redirect.github.com/kube-rs/kube/pull/1311">kube-rs/kube#1311</a></li> <li>Add example for raw API Server requests by <a href="https://github.com/mateiidavid"><code>@mateiidavid</code></a> in <a href="https://redirect.github.com/kube-rs/kube/pull/1330">kube-rs/kube#1330</a></li> </ul> <h3>Changed</h3> <ul> <li>Document <code>Controller::reconcile_on</code> and remove <code>Err</code> input requirement by <a href="https://github.com/clux"><code>@clux</code></a> in <a href="https://redirect.github.com/kube-rs/kube/pull/1304">kube-rs/kube#1304</a></li> <li>Bump <code>base64</code> to <code>0.21</code> by <a href="https://github.com/clux"><code>@clux</code></a> in <a href="https://redirect.github.com/kube-rs/kube/pull/1308">kube-rs/kube#1308</a></li> <li>Upgrade <code>darling</code> and <code>syn</code> and rename <code>#[kube(struct)]</code> by <a href="https://github.com/clux"><code>@clux</code></a> in <a href="https://redirect.github.com/kube-rs/kube/pull/1307">kube-rs/kube#1307</a></li> </ul> <h3>Fixed</h3> <ul> <li>Fixed <code>KUBERNETES_EXEC_INFO</code> environment variable passed to auth plugins by <a href="https://github.com/Razz4780"><code>@Razz4780</code></a> in <a href="https://redirect.github.com/kube-rs/kube/pull/1320">kube-rs/kube#1320</a></li> <li>Fix <code>Controller</code>: pending messages are stuck in the <code>scheduled</code> map by <a href="https://github.com/co42"><code>@co42</code></a> in <a href="https://redirect.github.com/kube-rs/kube/pull/1324">kube-rs/kube#1324</a></li> <li>Set a default write timeout by <a href="https://github.com/alex-hunt-materialize"><code>@alex-hunt-materialize</code></a> in <a href="https://redirect.github.com/kube-rs/kube/pull/1314">kube-rs/kube#1314</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kube-rs/kube/compare/0.86.0...0.87.1">https://github.com/kube-rs/kube/compare/0.86.0...0.87.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kube-rs/kube/commit/f53c1dc0b7c3fa2babde28cb6c6a9412d5a4c122"><code>f53c1dc</code></a> release 0.87.1</li> <li><a href="https://github.com/kube-rs/kube/commit/1c4294fa72a2f73be002ece078a8c56fef8dd6bd"><code>1c4294f</code></a> Fix <code>connector</code> shadowing to fix no-tls build (<a href="https://redirect.github.com/kube-rs/kube/issues/1334">#1334</a>)</li> <li><a href="https://github.com/kube-rs/kube/commit/17f1cb595dadd915bd93f289ac728209111398d3"><code>17f1cb5</code></a> Add example for raw API Server requests (<a href="https://redirect.github.com/kube-rs/kube/issues/1330">#1330</a>)</li> <li><a href="https://github.com/kube-rs/kube/commit/12bd223e0a7ef49c4ed0420a169e6c1bc3c1e214"><code>12bd223</code></a> Feature-flagged support for <code>socks5</code> proxy in <code>Client</code> (<a href="https://redirect.github.com/kube-rs/kube/issues/1311">#1311</a>)</li> <li><a href="https://github.com/kube-rs/kube/commit/4083979db7ff1d586873cb8eb3bb07335b671619"><code>4083979</code></a> Set a default write timeout (<a href="https://redirect.github.com/kube-rs/kube/issues/1314">#1314</a>)</li> <li><a href="https://github.com/kube-rs/kube/commit/9cca823e38ac34e2cd2d4fc7cea2c14be02f9ce5"><code>9cca823</code></a> Update garde requirement from 0.15.0 to 0.16.1 (<a href="https://redirect.github.com/kube-rs/kube/issues/1329">#1329</a>)</li> <li><a href="https://github.com/kube-rs/kube/commit/e78d48804a72905b17ba51c54ef9a7b2a46be4ec"><code>e78d488</code></a> Fix <code>Controller</code>: pending messages are stuck in the <code>scheduled</code> map (<a href="https://redirect.github.com/kube-rs/kube/issues/1324">#1324</a>)</li> <li><a href="https://github.com/kube-rs/kube/commit/9c81f1f22802b2e9e1c63568ff49c4ddf92ffe2a"><code>9c81f1f</code></a> Fixed KUBERNETES_EXEC_INFO environment variable passed to auth plugins (<a href="https://redirect.github.com/kube-rs/kube/issues/1320">#1320</a>)</li> <li><a href="https://github.com/kube-rs/kube/commit/57191c30f81ddcef1396e0efd7cba62c27ef8c0a"><code>57191c3</code></a> Fix a cargo deny issue on missing tree (<a href="https://redirect.github.com/kube-rs/kube/issues/1326">#1326</a>)</li> <li><a href="https://github.com/kube-rs/kube/commit/c3fbe252ea30a78b4620ac14860d283e587e66ec"><code>c3fbe25</code></a> Upgrade <code>darling</code> and <code>syn</code> and rename <code>#[kube(struct)]</code> (<a href="https://redirect.github.com/kube-rs/kube/issues/1307">#1307</a>)</li> <li>Additional commits viewable in <a href="https://github.com/kube-rs/kube/compare/0.86.0...0.87.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=kube-derive&package-manager=cargo&previous-version=0.86.0&new-version=0.87.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information