mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-14 15:49:46 +08:00
Release v2.9.0
This commit is contained in:
@@ -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
|
||||
|
||||
2
setup.py
2
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"
|
||||
|
||||
Reference in New Issue
Block a user