Commit 67e7705
authored
Bump frequenz-repo-config from 0.17.0 to 0.18.0 in the repo-config group across 1 directory (#535)
Bumps the repo-config group with 1 update in the / directory:
[frequenz-repo-config](https://github.com/frequenz-floss/frequenz-repo-config-python).
Updates `frequenz-repo-config` from 0.17.0 to 0.18.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/releases">frequenz-repo-config's
releases</a>.</em></p>
<blockquote>
<h2>v0.18.0</h2>
<h1>Frequenz Repository Configuration Release Notes</h1>
<h2>Summary</h2>
<p>This release focuses on finishing the automation of dependabot
updates, adding more automated upgrade workflows and fixing some
problems with the previous release.</p>
<h2>Upgrading</h2>
<h3>Cookiecutter template</h3>
<p>All upgrading should be done via the migration script or regenerating
the templates.</p>
<pre lang="bash"><code>curl -sSLf
https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/<tag>/cookiecutter/migrate.py
| python3 -I
</code></pre>
<h2>New Features</h2>
<h3>Cookiecutter template</h3>
<ul>
<li>The cookiecutter now asks whether a repository is private, defaults
that answer from the selected license, and uses it to toggle
private-repository workflow behavior, public publishing jobs, and the
link to GitHub Discussions in the issue template chooser.</li>
<li>All dependencies have been updated in the templates.</li>
<li>API projects now ship a dedicated <code>grpc-migration.yaml</code>
workflow that runs after Dependabot bumps
<code>grpcio</code>/<code>grpcio-tools</code>/<code>protobuf</code> and
rewrites the matching runtime <code>>=</code> floors in
<code>pyproject.toml</code>.</li>
<li>API projects now have a better grpcio/protobuf updates grouping in
Dependabot, which should make upgrading easier, and plays nicer with the
new <code>grpc-migration.yaml</code> workflow.</li>
<li>API projects should now use the new API-specific <em>Protect version
branches</em> ruleset variant, which includes the required <code>Fix
gRPC/protobuf runtime floors</code> check without affecting non-API
Python projects.</li>
<li>Workflows using the <code>gh-action-dependabot-migrate</code> are
upgraded to the latest version, which avoids unnecessary version
iterations.</li>
<li>Add an <code>isort-migration.yaml</code> workflow that automatically
reorders imports when Dependabot upgrades <code>isort</code>.</li>
</ul>
<h2>Bug Fixes</h2>
<h3>Cookiecutter template</h3>
<ul>
<li>The unused cross-arch QEMU-based testing infrastructure has been
removed. The <code>.github/containers/nox-cross-arch/</code> and
<code>.github/containers/test-installation/</code> directories, as well
as the "Cross-Arch Testing" section in
<code>CONTRIBUTING.md</code>.</li>
<li>Private repositories now are generated with credentials uncommented
and the publishing workflows disabled.</li>
<li>The issue template chooser (<code>config.yml</code>) no longer
includes the <code>contact_links</code> section for private
repositories, since GitHub Discussions are typically disabled for
them.</li>
<li>Normalized the GitHub Action hashes for
<code>gh-action-setup-git</code> and
<code>gh-action-setup-python-with-deps</code> to point to the actual
commit object, which is what Dependabot expects.</li>
<li>API projects now configure black with <code>extend-exclude =
'^/submodules/'</code> so the formatting check doesn't descend into
external git submodules that don't follow our formatting rules.</li>
<li>API projects now configure isort with <code>skip_glob =
["submodules/*"]</code> so the import-sorting check doesn't
descend into external git submodules that don't follow our rules.</li>
<li><code>CONTRIBUTING.md</code>
<ul>
<li>Fixed the nox example commands in to use the correct
<code>tests/</code> directory instead of the non-existent
<code>test/</code> directory.</li>
<li>Fixed the wrong mention to PyPI publishing when releasing for
private repositories.</li>
</ul>
</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Add how to re-trigger a migration to the docs by <a
href="https://github.com/llucax"><code>@llucax</code></a> in <a
href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/pull/559">frequenz-floss/frequenz-repo-config-python#559</a></li>
<li>Remove unused cross-arch files and docs by <a
href="https://github.com/llucax"><code>@llucax</code></a> in <a
href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/pull/547">frequenz-floss/frequenz-repo-config-python#547</a></li>
<li>build(deps): bump frequenz-floss/gh-action-setup-python-with-deps
from 0d0d77eac3b54799f31f25a1060ef2c6ebdf9299 to
e4d0b2ef8f5a1612d7827f3abaef17c931d2b946 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/pull/561">frequenz-floss/frequenz-repo-config-python#561</a></li>
<li>build(deps): bump frequenz-floss/gh-action-nox from 1.1.0 to 1.1.1
in the compatible group by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/pull/560">frequenz-floss/frequenz-repo-config-python#560</a></li>
<li>build(deps): bump frequenz-floss/gh-action-setup-git from
16952aac3ccc01d27412fe0dea3ea946530dcace to
f9d86a01228ee1cadaac5224d4d7626f1eb23f90 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/pull/562">frequenz-floss/frequenz-repo-config-python#562</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/953600229a68741824999432b9b49d9a0bc56bec"><code>9536002</code></a>
Update template versions and prepare the v0.18.0 release (<a
href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/issues/590">#590</a>)</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/085121516fb788293325e56808edecbd31f564f4"><code>0851215</code></a>
Prepare release notes for v0.18.0</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/bee542d201b4b66ce71df2f17044dcf76869356a"><code>bee542d</code></a>
template: Bump dependencies</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/80402d2a3969e3d19d2671eb98b6ac47ca422e2b"><code>80402d2</code></a>
build(deps): bump the compatible group with 2 updates (<a
href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/issues/589">#589</a>)</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/df8ba243393801fd97e2b46cddfb68bef00848c7"><code>df8ba24</code></a>
build(deps): bump the compatible group with 2 updates</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/e5f4e3968e5bc86758c46c41bdca5999dd80746c"><code>e5f4e39</code></a>
Add <code>isort</code> dependabot auto-migration workflow (<a
href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/issues/585">#585</a>)</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/3afcb70310b690cc8eef4e631423af8d221b9f21"><code>3afcb70</code></a>
Update release notes</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/e86009be83504bd3751139775388b0cb078f0c2e"><code>e86009b</code></a>
Add isort submodules migration step</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/22be0eed5d3b5866dd348b0161de314eca66d5a5"><code>22be0ee</code></a>
template: Make isort exclude submodules from API projects</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/a45950072bfd4e287dffafb8096c0d42ddff7e47"><code>a459500</code></a>
isort: Exclude golden tests</li>
<li>Additional commits viewable in <a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.17.0...v0.18.0">compare
view</a></li>
</ul>
</details>
<br />11 files changed
Lines changed: 109 additions & 96 deletions
File tree
- .github
- containers
- nox-cross-arch
- test-installation
- workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
Lines changed: 0 additions & 33 deletions
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
0 commit comments