mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-13 21:39:59 +08:00
Release v2.19.0
This commit is contained in:
@@ -1,6 +1,18 @@
|
||||
Change Log
|
||||
==========
|
||||
|
||||
v2.19.0
|
||||
-------
|
||||
* Fix an issue in MMDResolver when a transitive dependency cannot be satisfied
|
||||
* Add support for offline local builds that use local repositories for dependency resolution
|
||||
* Add initial support for gating of modules using Greenwave
|
||||
* Fix a bug that caused successful local builds to not regenerate the repo with module metadata
|
||||
* Allow resubmitting the same NSV for scratch module builds
|
||||
* Allow importing modules without a Koji tag
|
||||
* Add extra user input validation
|
||||
* Allow whitelisted buildrequires with xmd.mbs.disttag_marking set to influnece the disttag
|
||||
* Allow buildrequiring virtual streams to always get the latest
|
||||
|
||||
v2.18.2
|
||||
-------
|
||||
* Find compatible base modules based on the virtual streams and stream versions, not just the stream versions
|
||||
|
||||
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.18.2',
|
||||
version='2.19.0',
|
||||
classifiers=[
|
||||
"Programming Language :: Python",
|
||||
"Topic :: Software Development :: Build Tools"
|
||||
|
||||
Reference in New Issue
Block a user