Merge pull request #254 from flatcar-linux/krnowak/changelog-update

changelog: Update the update changelog format
This commit is contained in:
Krzesimir Nowak 2021-11-30 17:10:20 +01:00 committed by GitHub
commit 31a50535bd
3 changed files with 4 additions and 7 deletions

View File

@ -17,6 +17,7 @@ the imperative voice for actions the user should do as a result). Security
fixes of upstream packages and package updates can be kept short in most cases
and follow a standard format.
As `Updates` refer to the package updates, the description of the file should
be of the following format: `Package Name [Version](link to changelog)`
Example: `Linux ([5.10.77](https://lwn.net/Articles/874852/))`
As `Updates` refer to the package updates, contents of the file should be of
the following format: `- Package Name ([Version](link to changelog))`. Example:
`- Linux ([5.10.77](https://lwn.net/Articles/874852/))`. Note the leading dash
that will create a bullet list in the rendered markdown.

View File

@ -1,3 +1 @@
## Security
- [CVE-2020-13844](https://nvd.nist.gov/vuln/detail/CVE-2020-13844)

View File

@ -1,3 +1 @@
## Updates
- GCC [9.4.0](https://lists.gnu.org/archive/html/info-gnu/2021-06/msg00000.html)