Skip to content

Commit

Permalink
Bump python-on-whales from 0.68.0 to 0.69.0 (#8166)
Browse files Browse the repository at this point in the history
Bumps
[python-on-whales](https://github.com/gabrieldemarmiesse/python-on-whales)
from 0.68.0 to 0.69.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gabrieldemarmiesse/python-on-whales/releases">python-on-whales's
releases</a>.</em></p>
<blockquote>
<h2>v0.69.0</h2>
<h2>What's Changed</h2>
<p>Since this is a big release, I'll only put here the commits which
have an impact on end users and remove internal refactoring.</p>
<ul>
<li><a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/518">#518</a>
Add platform option for pull by <a
href="https://github.com/d4nj1"><code>@​d4nj1</code></a> in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/519">gabrieldemarmiesse/python-on-whales#519</a></li>
<li>:sparkles: Added argument <code>client_type</code> to add custom
logic later by <a
href="https://github.com/gabrieldemarmiesse"><code>@​gabrieldemarmiesse</code></a>
in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/524">gabrieldemarmiesse/python-on-whales#524</a></li>
<li>Add missing tty and interactive flags to container create and start
by <a href="https://github.com/LewisGaul"><code>@​LewisGaul</code></a>
in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/545">gabrieldemarmiesse/python-on-whales#545</a></li>
<li>Fixed pydantic error on service model by <a
href="https://github.com/jonakarl"><code>@​jonakarl</code></a> in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/548">gabrieldemarmiesse/python-on-whales#548</a></li>
<li>add <code>platforms</code> parameter to <code>buildx.create</code>
by <a href="https://github.com/emalihin"><code>@​emalihin</code></a> in
<a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/541">gabrieldemarmiesse/python-on-whales#541</a></li>
<li>Add support for podman <code>--env-host</code> flag when creating
containers by <a
href="https://github.com/LewisGaul"><code>@​LewisGaul</code></a> in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/551">gabrieldemarmiesse/python-on-whales#551</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/jonakarl"><code>@​jonakarl</code></a>
made their first contribution in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/548">gabrieldemarmiesse/python-on-whales#548</a></li>
<li><a href="https://github.com/emalihin"><code>@​emalihin</code></a>
made their first contribution in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/541">gabrieldemarmiesse/python-on-whales#541</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.68.0...v0.69.0">https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.68.0...v0.69.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/4ed016dcc8fa566a5bb1429c5cc5c73cd2864bc6"><code>4ed016d</code></a>
Bump version to 0.69.0</li>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/6e5a7a919518cb1c91b965007d6767e7d219d06e"><code>6e5a7a9</code></a>
Add support for podman <code>--env-host</code> flag when creating
containers (<a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/551">#551</a>)</li>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/ffb4e47051a24cbf92a1c7fdb3478825d4b7aabb"><code>ffb4e47</code></a>
:sparkles: add <code>platforms</code> parameter to
<code>buildx.create</code> (<a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/541">#541</a>)</li>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/ae158ac4b9692103317d633b1cb9c6c235b9a581"><code>ae158ac</code></a>
Fixed pydantic error on service model (<a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/548">#548</a>)</li>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/d8420f923fd6759d4c74a204808473d1472cb538"><code>d8420f9</code></a>
Add tty and interactive flags to container create and start (<a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/545">#545</a>)</li>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/f9d129b0aad677b45e59817551e6dadf3cf017b8"><code>f9d129b</code></a>
Various tidyup for container <code>cli_wrapper.py</code> (<a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/538">#538</a>)</li>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/7775d2af76bd102c095a33d59f7177b89e05ddd2"><code>7775d2a</code></a>
Add some rules to ensure an healthy contributor experience</li>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/f2eb7016d69f74be5981e1ef8b787e125ddf71c2"><code>f2eb701</code></a>
Tidy up ReloadableObjectFromJson._fetch_inspect_result_json() to return
a loa...</li>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/26302ead24182554cd794f0c9f80e487cb7fa290"><code>26302ea</code></a>
Move most of the remaining tests to use docker_client or ctr_client
fixture (...</li>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/3c3d0cba217af3411d6a346c2eb35024258499e5"><code>3c3d0cb</code></a>
Convert test_network.py, not passing with podman yet (<a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/533">#533</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.68.0...v0.69.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python-on-whales&package-manager=pip&previous-version=0.68.0&new-version=0.69.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 19, 2024
1 parent 14feca5 commit 921fde1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ pytest-mock==3.12.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via freezegun
python-on-whales==0.68.0
python-on-whales==0.69.0
# via -r requirements/test.in
pytz==2023.3.post1
# via babel
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pytest-mock==3.12.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via freezegun
python-on-whales==0.68.0
python-on-whales==0.69.0
# via -r requirements/test.in
pytz==2023.3.post1
# via babel
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pytest-mock==3.12.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via freezegun
python-on-whales==0.68.0
python-on-whales==0.69.0
# via -r requirements/test.in
re-assert==1.1.0
# via -r requirements/test.in
Expand Down

0 comments on commit 921fde1

Please sign in to comment.