Commit graph

20 commits

Author SHA1 Message Date
Christian Kellner
d047a89873 NEWS.md: update for osbuild version 23
Highlights are metadata fields are return for packages in the rpm
stage, the spec file has been fixed to not mangle shebangs anymore.
Generally, CI and testing has been improved.
2020-10-23 16:29:50 +02:00
Christian Kellner
e268f33dae NEWS.md: update for osbuild version 22
Highlights are a new RHEL 8.4 runner as well as a new internal
API for structured logging of exceptions in modules.
2020-10-09 15:41:24 +02:00
Christian Kellner
cbcb335b3e osbuild: fix spelling mistakes found by codespell
Run codespell on the source ('codespell -f -L msdos -S coverity
-S rpmbuild -S samples') and fix all uncovered mistakes.
2020-10-06 14:41:00 +02:00
Christian Kellner
f28753732c NEWS.md: update for osbuild version 21 2020-09-10 13:54:50 +02:00
David Rheinsberg
c884030270 build: create NEWS entry for v20
Prepare the v20 release and list the significant changes since v19.
2020-08-13 15:31:08 +02:00
Christian Kellner
fcda8b4b0e NEWS.md: update for osbuild version 19 2020-07-30 22:17:32 +02:00
Christian Kellner
94840dccd7 NEWS.md: update for osbuild version 18
Major change is that all RHEL based runners now use platform-python.
2020-06-23 20:02:42 +02:00
Christian Kellner
1e7b41d5da NEWS.md: update for osbuild version 17
Major feature is the new custom SELinux policy to fix labeling.
Important bug fixes to the files source, the rpm stage. Also
restore Python 3.6 support.
2020-06-10 15:43:24 +02:00
Christian Kellner
162797f206 NEWS.md: update for osbuild version 16
Major changes are the support for ignition, that assembler results
wont be automatically committed anymore, a new org.osbuild.copy
stage, the removal of the `tree_id` & `output_id` as well as full
manifest validation due to the addition of source schema validation.
2020-06-04 16:22:59 +02:00
David Rheinsberg
a300b755ab news: fix minor typos
Fix some minor typos in the v15 release notes:

   * `doing reading` -> `reading`
   * `the` -> `an`
   * `of the emitting` -> `of emitting`
   * `outpud_id` -> `output_id`
2020-05-29 11:07:29 +02:00
Christian Kellner
2fa594f334 15
This completes the development of osbuild version 15.
2020-05-20 21:44:58 +02:00
Christian Kellner
b696eba640 NEWS.md: update for osbuild version 15
Major changes are the new assembler, support for passing client
certificates to access Red Hat content in the files source and
the shiny new ManifestPreProcessor.
2020-05-20 21:44:58 +02:00
David Rheinsberg
5d1519758f news: reformat according to markdown
The NEWS file currently uses non-markdown indentation, but uses the
markdown file-format. Since both GitHub-Repository-Viewer and the
Release Pages can display proper markdown, lets just re-indent the file
according to the markdown specs.

While at it, also switch out the list-indicator in front of the
timestamp to a proper hyphen, to avoid it being rendered as list.
2020-05-15 09:34:44 +02:00
Christian Kellner
f4470ace84 NEWS.md: prepare for osbuild release 14
Major changes are the schema validation, the `--inspect` command
line option and the way the osbuild module is being found inside
the container.
2020-05-06 20:18:15 +02:00
David Rheinsberg
ae1b5029b7 build: fill in preliminary NEWS entry for v13
Create a preliminary NEWS entry for the upcoming v13 release. Lots of
fixes all over the place, but most of them not worth mentioning for the
release. However, we do have some feature improvements as well.
2020-04-29 15:30:42 +02:00
David Rheinsberg
f60f4f22f8 NEWS: add v12 entry
Add a NEWS entry for all major changes since v11, but exclude anything
not relevant to packagers and users.
2020-04-15 18:21:03 +02:00
David Rheinsberg
080768872e NEWS: convert tabs
Convert some tab usage to whitespace to avoid reliance on 4ch indents.
2020-04-15 18:21:03 +02:00
Christian Kellner
67e619f867 NEWS.md: fix v11 notes and add Martin
Replace all tabs with spaces and add Martin Sehnoutka to the
Contributions section.
2020-04-01 20:00:39 +02:00
Christian Kellner
953cf7bff0 11
This completes osbuild version 11.
2020-04-01 19:03:41 +02:00
David Rheinsberg
22eeb9a095 build: extend release information and layout
This extends on our model how we do releases. It introduces `NEWS.md`
as the authoritative source of our release-notes. It is pre-populated
with the release-notes from the previous 'v9' release, and contains a
suggestion for the upcoming 'v10'.

Furthermore, this adds `make release` as a simple checklist target that
contains instructions how to create a new release. Note that it is a
passive make-target which has no side-effects at all. It only prints
release information.

With this in place, we can drop `RELEASE.md`, as all information is now
combined in `make release`.
2020-03-18 11:21:40 +01:00