Release 2.18.0

This commit is contained in:
Jan Kaluza
2019-03-20 09:22:42 +01:00
parent a8a8913bbc
commit 1631a1ba4f
2 changed files with 11 additions and 1 deletions

View File

@@ -1,6 +1,16 @@
Change Log
==========
v2.18.0
-------
* Do not allow building modules with the same name as a base module (e.g. platform).
* Categorize log messages to make debug logs easier to read.
* Use the "scrmod" prefix also for build targets for scratch builds.
* Add the ability to override the base module marking used in the RPM disttags.
* Accept modulemd for scratch module builds as a parameter in the submitted JSON.
* Do not default the module name to "unnamed" on a direct modulemd submission.
* Add the ability to override a buildrequired module stream based on a module's branch.
v2.17.0
-------
* Fix the Kerberos auth for Import modulemd API.