Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Omair Majid <[email protected]>
Co-authored-by: Noah Gilson <[email protected]>
  • Loading branch information
3 people committed Jul 19, 2024
1 parent 03af9b6 commit 0d3bf12
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 3 deletions.
53 changes: 52 additions & 1 deletion release-notes/9.0/linux-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
]
},
{
"id": "libssl",
"id": "openssl",
"name": "OpenSSL",
"references": [
"https://www.openssl.org/"
Expand Down Expand Up @@ -272,6 +272,57 @@
}
]
},
{
"name": "Fedora",
"install-commands":
[
{
"run-under-sudo": true,
"command-root": "dnf",
"command-parts": ["install", "-y", "{packageName}"]
}
],
"releases": [
{
"name": "Fedora 40",
"release": "40",
"packages": [
{
"id": "libc",
"name": "glibc"
},
{
"id": "libgcc",
"name": "libgcc"
},
{
"id": "ca-certificates",
"name": "ca-certificates"
},
{
"id": "libssl",
"name": "openssl-libs"
},
{
"id": "libstdc++",
"name": "libstdc++"
},
{
"id": "libicu",
"name": "libicu"
},
{
"id": "tzdata",
"name": "tzdata"
},
{
"id": "krb5",
"name": "krb5-libs"
}
]
}
]
},
{
"name": "Ubuntu",
"install-commands":
Expand Down
4 changes: 2 additions & 2 deletions release-notes/formats.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release note formats

Release notes are available in a combination of markdown and JSON formats. The intent is to make all release notes available in markdown and also in JSON if there is a scenario that requires structured data. This content is [licensed](./license-information.md) for broad use.
Release notes are available in a combination of markdown and JSON formats. The intent is to make all release notes available in markdown and also in JSON if there is a scenario that requires structured data. This content is [licensed](./license-information.md) for broad use.

Our approach has evolved over time. The following descriptions are for our latest practices.

Expand All @@ -22,7 +22,7 @@ These markdown files include the following information:

## Monthly preview release notes (markdown)

We typically release a preview for the next major version each month. These are much the same as the monthly patches, however, will not include CVE information until the new major release is supported (starting with RC1).
We typically release a preview for the next major version each month. These are much the same as the monthly patches; however, they will not include CVE information until the new major release is supported (starting with RC1).

Examples:

Expand Down

0 comments on commit 0d3bf12

Please sign in to comment.