news: reformat as proper markdown
We use 8ch indents right now, which causes everything to be interpreted
as `<pre>` (or whatever your favourite equivalent is). Lets use proper
markdown.
While at it, this fixes a set of minor issues:
* Surround markdown syntax with `` to suppress interpretation (like in
the regexp, etc).
* Replace hyphens before dates with proper em-dash.
* Fix indentation in some news-entries, which did not align correctly.
This will also synchronize the file with osbuild/NEWS.md, which soothes
my heart.
This commit is contained in:
parent
ef392a5b93
commit
c886e1bea9
1 changed files with 149 additions and 149 deletions
18
NEWS.md
18
NEWS.md
|
|
@ -11,7 +11,7 @@
|
||||||
without using the store which is too complicated for some usecases.
|
without using the store which is too complicated for some usecases.
|
||||||
|
|
||||||
* A blueprint name is now checked against the regex
|
* A blueprint name is now checked against the regex
|
||||||
"^[a-zA-Z0-9._-]+$". This is the same limitation as in
|
`^[a-zA-Z0-9._-]+$`. This is the same limitation as in
|
||||||
lorax-composer.
|
lorax-composer.
|
||||||
|
|
||||||
* All osbuild calls now use the new --output-directory argument.
|
* All osbuild calls now use the new --output-directory argument.
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
Contributions from: David Rheinsberg, Jiri Kortus, Lars Karlitski,
|
Contributions from: David Rheinsberg, Jiri Kortus, Lars Karlitski,
|
||||||
Major Hayden, Ondřej Budai
|
Major Hayden, Ondřej Budai
|
||||||
|
|
||||||
- Liberec, 2020-05-13
|
— Liberec, 2020-05-13
|
||||||
|
|
||||||
## CHANGES WITH 11:
|
## CHANGES WITH 11:
|
||||||
|
|
||||||
|
|
@ -58,11 +58,11 @@
|
||||||
Jiri Kortus, Lars Karlitski, Major Hayden,
|
Jiri Kortus, Lars Karlitski, Major Hayden,
|
||||||
Ondřej Budai, Tom Gundersen
|
Ondřej Budai, Tom Gundersen
|
||||||
|
|
||||||
- Liberec, 2020-04-29
|
— Liberec, 2020-04-29
|
||||||
|
|
||||||
## CHANGES WITH 10:
|
## CHANGES WITH 10:
|
||||||
|
|
||||||
* The correct metadata_expire value is now passed to dnf. In the
|
* The correct `metadata_expire` value is now passed to dnf. In the
|
||||||
past, this led to a lot of failed builds, because dnf has the
|
past, this led to a lot of failed builds, because dnf has the
|
||||||
default expire time set to 48 hours, whereas the Fedora updates
|
default expire time set to 48 hours, whereas the Fedora updates
|
||||||
repos have the expire time of 6 hours.
|
repos have the expire time of 6 hours.
|
||||||
|
|
@ -90,7 +90,7 @@
|
||||||
Major Hayden, Martin Sehnoutka,
|
Major Hayden, Martin Sehnoutka,
|
||||||
Ondřej Budai, Tom Gundersen
|
Ondřej Budai, Tom Gundersen
|
||||||
|
|
||||||
- Liberec, 2020-04-15
|
— Liberec, 2020-04-15
|
||||||
|
|
||||||
## CHANGES WITH 9:
|
## CHANGES WITH 9:
|
||||||
|
|
||||||
|
|
@ -148,12 +148,12 @@
|
||||||
Kortus, Lars Karlitski, Martin Sehnoutka,
|
Kortus, Lars Karlitski, Martin Sehnoutka,
|
||||||
Ondřej Budai, Tom Gundersen
|
Ondřej Budai, Tom Gundersen
|
||||||
|
|
||||||
- Liberec, 2020-04-01
|
— Liberec, 2020-04-01
|
||||||
|
|
||||||
## CHANGES WITH 8:
|
## CHANGES WITH 8:
|
||||||
|
|
||||||
* All generated pipelines now use the `org.osbuild.rpm` stage of
|
* All generated pipelines now use the `org.osbuild.rpm` stage of
|
||||||
*osbuild*, rather than `org.osbuild.dnf`. This improves on splitting
|
osbuild, rather than `org.osbuild.dnf`. This improves on splitting
|
||||||
resource acquisition from image building and should make image
|
resource acquisition from image building and should make image
|
||||||
composition more reliable and faster.
|
composition more reliable and faster.
|
||||||
|
|
||||||
|
|
@ -168,7 +168,7 @@
|
||||||
Rusz, Lars Karlitski, Major Hayden, Martin
|
Rusz, Lars Karlitski, Major Hayden, Martin
|
||||||
Sehnoutka, Ondřej Budai, Tom Gundersen
|
Sehnoutka, Ondřej Budai, Tom Gundersen
|
||||||
|
|
||||||
- Berlin, 2020-03-18
|
— Berlin, 2020-03-18
|
||||||
|
|
||||||
## CHANGES WITH 7:
|
## CHANGES WITH 7:
|
||||||
|
|
||||||
|
|
@ -186,7 +186,7 @@
|
||||||
Contributions from: Alexander Todorov, Brian C. Lane, Jacob Kozol, Lars
|
Contributions from: Alexander Todorov, Brian C. Lane, Jacob Kozol, Lars
|
||||||
Karlitski, Major Hayden, Ondřej Budai, Tom Gundersen
|
Karlitski, Major Hayden, Ondřej Budai, Tom Gundersen
|
||||||
|
|
||||||
- Berlin, 2020-03-05
|
— Berlin, 2020-03-05
|
||||||
|
|
||||||
## CHANGES BEFORE 7:
|
## CHANGES BEFORE 7:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue