Commit bee755c
authored
chore(deps): bump kubernetes from 36.0.2 to 36.0.3 (#1078)
Bumps [kubernetes](https://github.com/kubernetes-client/python) from
36.0.2 to 36.0.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kubernetes-client/python/releases">kubernetes's
releases</a>.</em></p>
<blockquote>
<h2>Kubernetes Python Client v36.0.3 Stable Release</h2>
<p>Getting started:</p>
<pre lang="bash"><code>pip install --pre --upgrade kubernetes
</code></pre>
<p>Or from source, download attached zip file, then</p>
<pre lang="bash"><code>unzip client-python-v36.0.3.zip
cd client-python-v36.0.3
python setup-release.py install
</code></pre>
<p>Then follow examples in <a
href="https://github.com/kubernetes-client/python/tree/release-36.0/examples">https://github.com/kubernetes-client/python/tree/release-36.0/examples</a></p>
<p>Changelog: <a
href="https://github.com/kubernetes-client/python/blob/release-36.0/CHANGELOG.md">https://github.com/kubernetes-client/python/blob/release-36.0/CHANGELOG.md</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/kubernetes-client/python/blob/master/CHANGELOG.md">kubernetes's
changelog</a>.</em></p>
<blockquote>
<h1>v36.0.3</h1>
<p>Kubernetes API Version: v1.36.2</p>
<h3>Bug or Regression</h3>
<ul>
<li>Fix Watch.stream selecting watch instead of follow when streaming
pod logs.</li>
<li>Start the leader election worker thread as a daemon so it does not
block process shutdown.</li>
<li>Fix readline_channel, readline_stdout and readline_stderr crashing
with OverflowError when using the default timeout, and returning None
when a timeout expires.</li>
<li>Fix format_quantity returning imprecise, non-canonical values for
the milli, micro and nano suffixes, and ignoring
quantize=Decimal(0).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes-client/python/commit/67e7d9abfc6fe6629fa650d9b0abf4c99ef8c39c"><code>67e7d9a</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-client/python/issues/2628">#2628</a>
from yliaog/automated-release-of-36.0.3-upstream-rel...</li>
<li><a
href="https://github.com/kubernetes-client/python/commit/0b18b057a155c297f0cefeb99a45e47597cf6d31"><code>0b18b05</code></a>
generated client change</li>
<li><a
href="https://github.com/kubernetes-client/python/commit/eedb17e9457a24d040efe15d7326df17f4efc13d"><code>eedb17e</code></a>
update version constants for 36.0.3 release</li>
<li><a
href="https://github.com/kubernetes-client/python/commit/bd7a8863337c31564abf85952ccf9ba46cb10326"><code>bd7a886</code></a>
update changelog with release notes from master branch</li>
<li><a
href="https://github.com/kubernetes-client/python/commit/63dee8dad72fd77a82d6f03d49a88ee4df1e2694"><code>63dee8d</code></a>
Fix format_quantity precision and emit canonical decimal output</li>
<li><a
href="https://github.com/kubernetes-client/python/commit/14ae4f0a0fe891419c59504311e3749716c60d28"><code>14ae4f0</code></a>
Update coverage requirement from >=4.0.3 to >=7.14.1</li>
<li><a
href="https://github.com/kubernetes-client/python/commit/33f9bf5485ccef6266d2738fae8316fdc6c9abfb"><code>33f9bf5</code></a>
Add tests for readline_channel default and expired timeout handling</li>
<li><a
href="https://github.com/kubernetes-client/python/commit/f72f9217af74dfa790ce5a3fe714659a5ef3ce29"><code>f72f921</code></a>
Fix readline_channel crash and None return on default timeout</li>
<li><a
href="https://github.com/kubernetes-client/python/commit/bb887bba3840321c496509876ac924edb6570cc7"><code>bb887bb</code></a>
Fix leader election worker thread not running as daemon</li>
<li><a
href="https://github.com/kubernetes-client/python/commit/675392c2f8e38afaa15a8c355bbb1cc312bc381a"><code>675392c</code></a>
Bump codecov/codecov-action from 6.0.1 to 7.0.0</li>
<li>Additional commits viewable in <a
href="https://github.com/kubernetes-client/python/compare/v36.0.2...v36.0.3">compare
view</a></li>
</ul>
</details>
<br />
[](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 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>1 parent 9b6837d commit bee755c
1 file changed
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments