Release v2.11.0

This commit is contained in:
mprahl
2018-12-18 16:25:26 -05:00
parent 8bb50cfe16
commit dd1baf1682
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
Change Log
==========
v2.11.0
-------
* Fix the creation of Content Generator builds without any components
* Add a poller handler to nudge module builds stuck in the ``init`` state
* List the failed component names in the state reason of a failed module build
* Fail the module build when Koji fails to return RPM headers (occurs during certain Koji outages)
* Use a separate Kerberos context per thread so both threads can use the thread keyring to store the Kerberos cache
v2.10.0
-------
* Fix a bug where the SRPM NVR instead of the SRPM NEVRA was recorded in the modulemd files used in the Content Generator builds

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