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
- prepare for generating reports (create a directory, download necessary stuff, create config):
15
12
-`mkdir ../../weekly-updates`
16
13
-`cd ../../weekly-updates`
@@ -53,6 +50,8 @@ The entries in `changelog_stubs` should be reviewed about relevancy (minor SDK-o
53
50
54
51
There may be also entries in `manual-work-needed` which may need addressing. Most often the reason is that the new package was added, or an existing package stopped being pulled in. This would need adding an entry to the `summary_stubs`.
55
52
53
+
Another thing that to do is to check [the security reports](https://github.com/flatcar/Flatcar/issues?q=is%3Aopen+is%3Aissue+label%3Aadvisory). If the updated package brings a fix for a security issue, it should be mentioned in the summary and an entry in a separate security changelog should be added.
0 commit comments