Skip to content

Commit 2a7f919

Browse files
committed
Update release notes
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 046971f commit 2a7f919

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

RELEASE_NOTES.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
### Cookiecutter template
1212

13-
All upgrading should be done via the migration script or regenerating the templates.
13+
* Branch protection rule **Protect version branches** was updated, please re-import it following the [instructions](https://frequenz-floss.github.io/frequenz-repo-config-python/v0.13/user-guide/start-a-new-project/configure-github/#rulesets).
14+
15+
All other upgrading should be done via the migration script or regenerating the templates.
1416

1517
```bash
1618
curl -sSL https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/v0.12/cookiecutter/migrate.py | python3
1719
```
1820

19-
But you might still need to adapt your code:
20-
21-
<!-- Here upgrade steps for cookiecutter specifically -->
21+
But you might still need to adapt your code.
2222

2323
## New Features
2424

@@ -33,6 +33,16 @@ But you might still need to adapt your code:
3333
* 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.
3434
* Finally, we group some dependencies that are related to each other, and usually needs to be updated together.
3535

36+
- The GitHub workflows is now split into PRs and CI workflows.
37+
38+
These new workflows also start using a new reusable `gh-action-nox`, native arm runners and Ubuntu 24.04, as [Ubuntu 20.04 will be removed from GitHub runners by April's 1st][ubuntu-20.04]. Python 3.12 is also added to the test matrix.
39+
40+
The PR action is more lightweight, and only tests with one matrix (the most widely used), so PRs can be tested more quickly.
41+
42+
The push workflow does a more intense testing with all matrix combinations. This also runs for the merge queue, so before PRs are actually merged the tests will run for the complete matrix.
43+
44+
[ubuntu-20.04]: https://github.blog/changelog/2025-01-15-github-actions-ubuntu-20-runner-image-brownout-dates-and-other-breaking-changes/
45+
3646
## Bug Fixes
3747

3848
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)