Release v2.9.0

This commit is contained in:
mprahl
2018-12-04 13:46:56 -05:00
parent 01f2571024
commit 676bef79f2
2 changed files with 14 additions and 1 deletions

View File

@@ -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

View File

@@ -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"