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
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+1-11Lines changed: 1 addition & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,10 @@
2
2
3
3
## Summary
4
4
5
-
<!-- Here goes a general summary of what this release is about -->
5
+
This release focuses on finishing the automation of dependabot updates, adding more automated upgrade workflows and fixing some problems with the previous release.
6
6
7
7
## Upgrading
8
8
9
-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10
-
11
9
### Cookiecutter template
12
10
13
11
All upgrading should be done via the migration script or regenerating the templates.
@@ -16,14 +14,8 @@ All upgrading should be done via the migration script or regenerating the templa
<!-- Here upgrade steps for cookiecutter specifically -->
22
-
23
17
## New Features
24
18
25
-
<!-- Here goes the main new features and examples or instructions on how to use them -->
26
-
27
19
### Cookiecutter template
28
20
29
21
- 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.
@@ -36,8 +28,6 @@ But you might still need to adapt your code:
36
28
37
29
## Bug Fixes
38
30
39
-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
40
-
41
31
### Cookiecutter template
42
32
43
33
- The unused cross-arch QEMU-based testing infrastructure has been removed. The `.github/containers/nox-cross-arch/` and `.github/containers/test-installation/` directories, as well as the "Cross-Arch Testing" section in `CONTRIBUTING.md`.
Copy file name to clipboardExpand all lines: tests_golden/integration/test_cookiecutter_generation/actor-proprietary/frequenz-actor-test/pyproject.toml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ dependencies = [
32
32
# Make sure to update the version for cross-referencing also in the
33
33
# mkdocs.yml file when changing the version here (look for the config key
34
34
# plugins.mkdocstrings.handlers.python.import)
35
-
"frequenz-sdk >= 1.0.0rc2205, < 1.0.0rc2300",
35
+
"frequenz-sdk >= 1.0.0rc2207, < 1.0.0rc2300",
36
36
]
37
37
dynamic = ["version"]
38
38
@@ -47,13 +47,13 @@ dev-flake8 = [
47
47
"flake8-datetimez == 20.10.0",
48
48
"flake8-docstrings == 1.7.0",
49
49
"flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml
0 commit comments