mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 11:48:33 +08:00
Release v2.12.0
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
Change Log
|
||||
==========
|
||||
|
||||
v2.12.0
|
||||
-------
|
||||
* Handle lost Koji messages informing MBS about a component being tagged
|
||||
* Stop defining the DistTag RPM label and just use ModularityLabel
|
||||
* Don't try to reupload a Koji content generator build if it already exists
|
||||
* Fix an issue that would cause the hash provided to a Koji content generator build to be incorrect
|
||||
|
||||
v2.11.1
|
||||
-------
|
||||
* Fix a bug in the poller that caused it to not properly nudge module builds stuck in the ``init`` state
|
||||
|
||||
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.11.1',
|
||||
version='2.12.0',
|
||||
classifiers=[
|
||||
"Programming Language :: Python",
|
||||
"Topic :: Software Development :: Build Tools"
|
||||
|
||||
Reference in New Issue
Block a user