Release v2.8.0

This commit is contained in:
mprahl
2018-10-30 11:47:55 -04:00
parent df48d4e184
commit e37be40b24
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
Change Log
==========
v2.8.0
------
* Import -devel Koji CG builds with RPMs which are filtered out of the traditional CG builds
* Add the ability to override buildrequires and requires when submitting a module build
* Use modules built against all compatible base module streams during buildrequire module resolution
* Record the stream versions (e.g. `f29.0.0` => `290000`) of base modules (e.g. platform)
* Fix wrong inclusion of non-multilib packages in final modulemd of Koji CG builds
v2.7.0
------
* Fix filtering noarch RPMs when generating the Koji CG build information

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.7.0',
version='2.8.0',
classifiers=[
"Programming Language :: Python",
"Topic :: Software Development :: Build Tools"