Skip to content

Commit

Permalink
Bump kube from 0.87.1 to 0.88.1 in /cmd/pinniped-proxy (#7355)
Browse files Browse the repository at this point in the history
Bumps [kube](https://github.com/kube-rs/kube) from 0.87.1 to 0.88.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kube-rs/kube/releases">kube's
releases</a>.</em></p>
<blockquote>
<h2>0.88.0</h2>
<!-- raw HTML omitted -->
<h2>Kubernetes <code>v1_29</code> support via <code>k8s-openapi</code>
<a
href="https://github.com/Arnavion/k8s-openapi/releases/tag/v0.21.0">0.21</a></h2>
<p>Please <a href="https://kube.rs/upgrading/">upgrade k8s-openapi along
with kube</a> to avoid conflicts.</p>
<h2>What's Changed</h2>
<h3>Added</h3>
<ul>
<li>Add type meta data for list types by <a
href="https://github.com/Danil-Grigorev"><code>@​Danil-Grigorev</code></a>
in <a
href="https://redirect.github.com/kube-rs/kube/pull/1380">kube-rs/kube#1380</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>Bump MSRV to 1.70 by <a
href="https://github.com/clux"><code>@​clux</code></a> in <a
href="https://redirect.github.com/kube-rs/kube/pull/1384">kube-rs/kube#1384</a></li>
<li>Upgrade <code>k8s-openapi</code> for Kubernetes <code>v1_29</code>
support by <a href="https://github.com/clux"><code>@​clux</code></a> in
<a
href="https://redirect.github.com/kube-rs/kube/pull/1394">kube-rs/kube#1394</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/Danil-Grigorev"><code>@​Danil-Grigorev</code></a>
made their first contribution in <a
href="https://redirect.github.com/kube-rs/kube/pull/1380">kube-rs/kube#1380</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/kube-rs/kube/compare/0.87.2...0.88.0">https://github.com/kube-rs/kube/compare/0.87.2...0.88.0</a></p>
<h2>0.87.2</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Added</h3>
<ul>
<li>Add support for <code>LogParams::since_time</code> by <a
href="https://github.com/clux"><code>@​clux</code></a> in <a
href="https://redirect.github.com/kube-rs/kube/pull/1342">kube-rs/kube#1342</a></li>
<li>Provide cluster info to exec plugins by <a
href="https://github.com/aviramha"><code>@​aviramha</code></a> in <a
href="https://redirect.github.com/kube-rs/kube/pull/1331">kube-rs/kube#1331</a></li>
<li>Allow setting a description on a derived CRD by <a
href="https://github.com/sbernauer"><code>@​sbernauer</code></a> in <a
href="https://redirect.github.com/kube-rs/kube/pull/1359">kube-rs/kube#1359</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>Bump MSRV from 1.64 to 1.65 by <a
href="https://github.com/clux"><code>@​clux</code></a> in <a
href="https://redirect.github.com/kube-rs/kube/pull/1353">kube-rs/kube#1353</a></li>
<li>Switch from <code>jsonpath_lib</code> to <code>jsonpath-rust</code>
by <a href="https://github.com/ilya-bobyr"><code>@​ilya-bobyr</code></a>
in <a
href="https://redirect.github.com/kube-rs/kube/pull/1345">kube-rs/kube#1345</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/MathiasPius"><code>@​MathiasPius</code></a>
made their first contribution in <a
href="https://redirect.github.com/kube-rs/kube/pull/1341">kube-rs/kube#1341</a></li>
<li><a
href="https://github.com/ilya-bobyr"><code>@​ilya-bobyr</code></a> made
their first contribution in <a
href="https://redirect.github.com/kube-rs/kube/pull/1345">kube-rs/kube#1345</a></li>
<li><a
href="https://github.com/NickLarsenNZ"><code>@​NickLarsenNZ</code></a>
made their first contribution in <a
href="https://redirect.github.com/kube-rs/kube/pull/1378">kube-rs/kube#1378</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/kube-rs/kube/compare/0.87.1...0.87.2">https://github.com/kube-rs/kube/compare/0.87.1...0.87.2</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's
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/kube-rs/kube/releases/tag/0.88.0">0.88.0</a> /
2024-01-21</h1>
<!-- raw HTML omitted -->
<h2>Kubernetes <code>v1_29</code> support via <code>k8s-openapi</code>
<a
href="https://github.com/Arnavion/k8s-openapi/releases/tag/v0.21.0">0.21</a></h2>
<p>Please <a href="https://kube.rs/upgrading/">upgrade k8s-openapi along
with kube</a> to avoid conflicts.</p>
<h2>What's Changed</h2>
<h3>Added</h3>
<ul>
<li>Add type meta data for list types by <a
href="https://github.com/Danil-Grigorev"><code>@​Danil-Grigorev</code></a>
in <a
href="https://redirect.github.com/kube-rs/kube/pull/1380">kube-rs/kube#1380</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>Bump MSRV to 1.70 by <a
href="https://github.com/clux"><code>@​clux</code></a> in <a
href="https://redirect.github.com/kube-rs/kube/pull/1384">kube-rs/kube#1384</a></li>
<li>Upgrade <code>k8s-openapi</code> for Kubernetes <code>v1_29</code>
support by <a href="https://github.com/clux"><code>@​clux</code></a> in
<a
href="https://redirect.github.com/kube-rs/kube/pull/1394">kube-rs/kube#1394</a></li>
</ul>
<h1><a
href="https://github.com/kube-rs/kube/releases/tag/0.87.2">0.87.2</a> /
2023-12-22</h1>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Added</h3>
<ul>
<li>Add support for <code>LogParams::since_time</code> by <a
href="https://github.com/clux"><code>@​clux</code></a> in <a
href="https://redirect.github.com/kube-rs/kube/pull/1342">kube-rs/kube#1342</a></li>
<li>Provide cluster info to exec plugins by <a
href="https://github.com/aviramha"><code>@​aviramha</code></a> in <a
href="https://redirect.github.com/kube-rs/kube/pull/1331">kube-rs/kube#1331</a></li>
<li>Allow setting a description on a derived CRD by <a
href="https://github.com/sbernauer"><code>@​sbernauer</code></a> in <a
href="https://redirect.github.com/kube-rs/kube/pull/1359">kube-rs/kube#1359</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>Bump MSRV from 1.64 to 1.65 by <a
href="https://github.com/clux"><code>@​clux</code></a> in <a
href="https://redirect.github.com/kube-rs/kube/pull/1353">kube-rs/kube#1353</a></li>
<li>Switch from <code>jsonpath_lib</code> to <code>jsonpath-rust</code>
by <a href="https://github.com/ilya-bobyr"><code>@​ilya-bobyr</code></a>
in <a
href="https://redirect.github.com/kube-rs/kube/pull/1345">kube-rs/kube#1345</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kube-rs/kube/commit/725ef5c6262d3ea83c36329be73e384fd984fbd6"><code>725ef5c</code></a>
release 0.88.0</li>
<li><a
href="https://github.com/kube-rs/kube/commit/84df963b94e50ebe29d45c606ed284da54371e5d"><code>84df963</code></a>
Upgrade <code>k8s-openapi</code> for Kubernetes <code>v1_29</code>
support (<a
href="https://redirect.github.com/kube-rs/kube/issues/1394">#1394</a>)</li>
<li><a
href="https://github.com/kube-rs/kube/commit/c7054b5c86d09947cc4dce210cd24d8487b16f2e"><code>c7054b5</code></a>
rustfmt (<a
href="https://redirect.github.com/kube-rs/kube/issues/1385">#1385</a>)</li>
<li><a
href="https://github.com/kube-rs/kube/commit/f2090b8de8973b294b137bd596485f1c5767ee74"><code>f2090b8</code></a>
Add type meta data for list types (<a
href="https://redirect.github.com/kube-rs/kube/issues/1380">#1380</a>)</li>
<li><a
href="https://github.com/kube-rs/kube/commit/538c11b6475e2b5c915958c4473d7ab9a5123eb4"><code>538c11b</code></a>
Bump MSRV to 1.70 (<a
href="https://redirect.github.com/kube-rs/kube/issues/1384">#1384</a>)</li>
<li><a
href="https://github.com/kube-rs/kube/commit/00fffed4cf913c6d79399329ca7a7446eaa61cdb"><code>00fffed</code></a>
import changelog from 0.87.2 + sign=true</li>
<li><a
href="https://github.com/kube-rs/kube/commit/283cd920f89be4ecc38ce20ce91b746c7d79590e"><code>283cd92</code></a>
cargo-release process seems solid enough to automate tag
creation/pushing</li>
<li><a
href="https://github.com/kube-rs/kube/commit/c1e8e645216643ee0b0e2329b6e76f99c2e781b2"><code>c1e8e64</code></a>
release 0.87.2</li>
<li><a
href="https://github.com/kube-rs/kube/commit/93fe47f71f2613469089a1b365bbeec200f89736"><code>93fe47f</code></a>
docs: reconciler typo in doc comments for runtime controller Config impl
(<a
href="https://redirect.github.com/kube-rs/kube/issues/1378">#1378</a>)</li>
<li><a
href="https://github.com/kube-rs/kube/commit/d04d6ed586b4771b74966a4c28c777d811e2f0bd"><code>d04d6ed</code></a>
Add a warning to common footgun in <code>Api::all</code> and
<code>Api::all_with</code> (<a
href="https://redirect.github.com/kube-rs/kube/issues/1374">#1374</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/kube-rs/kube/compare/0.87.1...0.88.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=kube&package-manager=cargo&previous-version=0.87.1&new-version=0.88.0)](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] <[email protected]>
Signed-off-by: Antonio Gamez Diaz <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Antonio Gamez Diaz <[email protected]>
  • Loading branch information
dependabot[bot] and antgamdia authored Jan 26, 2024
1 parent bcefc30 commit d2dc0e1
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 175 deletions.
8 changes: 7 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ updates:
interval: "daily"
time: "02:00"
open-pull-requests-limit: 10

groups:
kube:
patterns:
- kube
- k8s-openapi
- kube-derive
- kube-runtime
- package-ecosystem: "cargo"
directory: "/cmd/oci-catalog"
schedule:
Expand Down
Loading

0 comments on commit d2dc0e1

Please sign in to comment.