-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] master from aio-libs:master #182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Bumps [python-on-whales](https://github.com/gabrieldemarmiesse/python-on-whales) from 0.75.1 to 0.76.1. <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.76.1</h2> <h2>What's Changed</h2> <ul> <li>Fixed secrets and added tests by <a href="https://github.com/gabrieldemarmiesse"><code>@gabrieldemarmiesse</code></a> in <a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/673">gabrieldemarmiesse/python-on-whales#673</a></li> <li>Add support for multi-nodes on builders by <a href="https://github.com/gabrieldemarmiesse"><code>@gabrieldemarmiesse</code></a> in <a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/674">gabrieldemarmiesse/python-on-whales#674</a></li> <li>Fix secrets specs labels being capitalized by <a href="https://github.com/gabrieldemarmiesse"><code>@gabrieldemarmiesse</code></a> in <a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/675">gabrieldemarmiesse/python-on-whales#675</a></li> </ul> <h3>Breaking changes:</h3> <p>Some breaking changes were introduced in this version. Those are rarely used features but it might impact you.</p> <p><code>python_on_whales.Builder</code>:</p> <ul> <li><code>my_builder.status</code> -> <code>my_builder.nodes[0].status</code></li> <li><code>my_builder.platforms</code> -> <code>my_builder.nodes[0].platforms</code></li> </ul> <p><code>python_on_whales.Secret</code>:</p> <ul> <li><code>my_secret.spec["name"]</code> -> <code>my_secret.spec.name</code></li> <li><code>my_secret.spec["labels"]</code> -> <code>my_secret.spec.labels</code></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.75.1...v0.76.1">https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.75.1...v0.76.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/de653e6591bb7a306eedd94d659ce373b8b8727d"><code>de653e6</code></a> Bump version to 0.76.1</li> <li><a href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/0e0dbafc0e6dba9faec179b054e922e451cd013c"><code>0e0dbaf</code></a> Fix secrets specs labels being capitalized (<a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/675">#675</a>)</li> <li><a href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/38370abea3c054d1c17fb89b6769e2e3bffba959"><code>38370ab</code></a> Bump version to 0.76.0</li> <li><a href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/9e0d8baa2be9f5cfa082cbd7b7c7ae076ffa7b96"><code>9e0d8ba</code></a> Add support for multi-nodes on builders (<a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/674">#674</a>)</li> <li><a href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/3e95100df068a0ad97dce67a9a0b0d2c510d818a"><code>3e95100</code></a> Fixed secrets and added tests (<a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/673">#673</a>)</li> <li>See full diff in <a href="https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.75.1...v0.76.1">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 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>
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #182 +/- ##
==========================================
- Coverage 98.71% 98.70% -0.01%
==========================================
Files 125 125
Lines 37368 37368
Branches 2064 2064
==========================================
- Hits 36886 36883 -3
- Misses 335 338 +3
Partials 147 147
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )