You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the migration script to move Docker-based jobs to `ubuntu-24.04`
that were wrongly moved to `ubuntu-slim` by v0.15.0, as `ubuntu-slim`
doesn't provide Docker.
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,3 +35,4 @@ But you might still need to adapt your code:
35
35
### Cookiecutter template
36
36
37
37
- Added a migration step for api repositories to fix `mkdocs.yml` when the previous `mkdocstrings-python` v2 migration moved only `paths: ["src"]` under `handlers.python.options` but not `paths: ["py"]`.
38
+
- Added a migration step to fix some jobs runners that were wrongly converted to `ubuntu-slim` in v0.15.0 but actually require `ubuntu-24.04` to work properly as they need Docker.
0 commit comments