Commit 33342d2
committed
Apply migration from 0.16.0 to 0.17.0
For some reason the dependabot PR updated the dependency to v0.17.0 but
the PR and commit description said it was updated to v0.16.0, so the
migration script ran for v0.15.0 and v0.16.0 but not v0.17.0.
We now run the missing migration. Output:
```
Migrating workflows to use ubuntu-slim runner for lightweight jobs...
Skipped .github/workflows/ci.yaml: already uses ubuntu-slim for job nox-all
Skipped .github/workflows/ci.yaml: already uses ubuntu-slim for job test-installation-all
Skipped .github/workflows/ci.yaml: already uses ubuntu-slim for job create-github-release
Updated .github/workflows/ci.yaml: migrated job publish-to-pypi to ubuntu-slim
Skipped .github/workflows/release-notes-check.yml: already uses ubuntu-slim for job check-release-notes
Skipped .github/workflows/dco-merge-queue.yml: already uses ubuntu-slim for job DCO
Skipped .github/workflows/labeler.yml: already uses ubuntu-slim for job Label
========================================================================
Migrating pyproject license metadata to SPDX format...
Skipped pyproject.toml (already up to date)
========================================================================
Adding flake8-datetimez plugin to dev-flake8 dependencies...
Skipped pyproject.toml (flake8-datetimez already present)
========================================================================
Fixing dependabot repo-config and mkdocstrings patterns...
Skipped .github/dependabot.yml: repo-config patterns already updated
Skipped .github/dependabot.yml: mkdocstrings patterns already updated
Skipped .github/dependabot.yml (already up to date)
========================================================================
Migrating auto-dependabot workflow to use GitHub App token...
Replacing .github/workflows/auto-dependabot.yaml with updated workflow (overwriting any local changes)
========================================================================
Migrating the CI workflows to use a platform matrix...
- .github/workflows/ci.yaml
Already uses platform matrix
========================================================================
Installing repo-config migration workflow...
Replacing .github/workflows/repo-config-migration.yaml with updated workflow (overwriting any local changes)
Updated .github/workflows/auto-dependabot.yaml: added repo-config group exclusion
========================================================================
Updating 'Protect version branches' GitHub ruleset...
Ruleset 'Protect version branches' is already up to date
========================================================================
```
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>1 parent ca94a1e commit 33342d2
2 files changed
Lines changed: 4 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
| 317 | + | |
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 33 | + | |
41 | 34 | | |
42 | 35 | | |
43 | 36 | | |
44 | 37 | | |
45 | | - | |
| 38 | + | |
46 | 39 | | |
47 | 40 | | |
48 | 41 | | |
49 | 42 | | |
50 | | - | |
| 43 | + | |
51 | 44 | | |
52 | 45 | | |
53 | 46 | | |
| |||
0 commit comments