Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.55 KB

RELEASE_NOTES.md

File metadata and controls

42 lines (24 loc) · 1.55 KB

Frequenz Repository Configuration Release Notes

Summary

Upgrading

Cookiecutter template

All upgrading should be done via the migration script or regenerating the templates.

curl -sSL https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/v0.12/cookiecutter/migrate.py | python3

But you might still need to adapt your code:

New Features

Cookiecutter template

  • Dependabot config now uses a new grouping that should make upgrades more smooth.

    • We group patch updates as they should always work.
    • We also group minor updates, as it works too for most libraries, typically except libraries that don't have a stable release yet (v0.x.x branch), so we make some exceptions for them.
    • Major updates and dependencies excluded by the above groups are still managed, but they'll create one PR per dependency, as breakage is expected, so it might need manual intervention.
    • Finally, we group some dependencies that are related to each other, and usually needs to be updated together.

Bug Fixes

Cookiecutter template