mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-13 16:29:49 +08:00
Release v2.11.0
This commit is contained in:
@@ -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
|
||||
|
||||
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.10.0',
|
||||
version='2.11.0',
|
||||
classifiers=[
|
||||
"Programming Language :: Python",
|
||||
"Topic :: Software Development :: Build Tools"
|
||||
|
||||
Reference in New Issue
Block a user