From 1631a1ba4f194fe7f2a0ecd09a340c49b6cb5394 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Mar 20 2019 08:22:42 +0000 Subject: Release 2.18.0 --- diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index f70c1e9..7b24ca4 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -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. diff --git a/setup.py b/setup.py index 82b8801..31a1916 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ tests_require, _ = read_requirements(path.join(setup_py_path, 'test-requirements setup(name='module-build-service', description='The Module Build Service for Modularity', - version='2.17.0', + version='2.18.0', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"