diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index b92a5062..fa27089b 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,19 @@ Change Log ========== +v2.9.0 +------ +* Show the expanded buildrequires in the API output +* Make "-devel" modules optional through a configuration option +* Set the "modularitylabel" RPM header on component builds +* Workaround stream collisions that occur from modules included in a base module by Ursa-Major +* Remove dangling "debug" RPMs from the modulemd that ends up in the Koji Content Generator build +* Make "-devel" module builds require its "non-devel" counterpart +* Remove infrastructure information in the modulemd that ends up in the Koji Content Generator build +* Fail the module build immediately when a component build submission to Koji fails +* Return a friendly error when a stream collision occurs +* Fix database migrations when upgrading an old instance of MBS + v2.8.1 ------ * Fix one of the database migration scripts diff --git a/setup.py b/setup.py index 7f9faa9c..7dc2e753 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.8.1', + version='2.9.0', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"