mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-14 11:09:44 +08:00
Release v2.22.0
This commit is contained in:
@@ -1,6 +1,18 @@
|
||||
Change Log
|
||||
==========
|
||||
|
||||
v2.22.0
|
||||
-------
|
||||
* Allow configuring ``dynamic_buildrequires``
|
||||
* Allow buildrequiring modules built against all platform streams
|
||||
* Take the list of arches for ``-build`` Koji tag from buildrequired modules
|
||||
* Make ``sync_koji_build_tags`` poller working only with the builds that are in build state
|
||||
for some time
|
||||
* Use single session object in greenwave handler and call ``commit()`` in the end
|
||||
* Fix an issue with unset RPM whitelist
|
||||
* Invalid ``scmurl`` on import yields status 400
|
||||
|
||||
|
||||
v2.21.0
|
||||
-------
|
||||
* MBS now requires libmodulemd v2. The old libmodulemd v1 is not supported.
|
||||
|
||||
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.21.0",
|
||||
version="2.22.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