mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-13 16:59:52 +08:00
Release 2.21.0
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
Change Log
|
||||
==========
|
||||
|
||||
v2.21.0
|
||||
-------
|
||||
* MBS now requires libmodulemd v2. The old libmodulemd v1 is not supported.
|
||||
* Provide a better error message when the submitted modulemd version is unsupported.
|
||||
* Fix a compatibility with PostgreSQL database when handling modules with virtual streams.
|
||||
* Add ``scratch`` field to short JSON output.
|
||||
* Add the Greenwave support to gate modules from "done" to "ready" state.
|
||||
|
||||
|
||||
v2.20.0
|
||||
-------
|
||||
* Fix a bug where the ``master`` branch had to exist on module component git repos even when they
|
||||
|
||||
2
setup.py
2
setup.py
@@ -24,7 +24,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.20.0",
|
||||
version="2.21.0",
|
||||
classifiers=["Programming Language :: Python", "Topic :: Software Development :: Build Tools"],
|
||||
keywords="module build service fedora modularity koji mock rpm",
|
||||
author="The Factory 2.0 Team",
|
||||
|
||||
Reference in New Issue
Block a user