mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-13 21:39:59 +08:00
2.6.0
This commit is contained in:
@@ -1,6 +1,18 @@
|
||||
Change Log
|
||||
==========
|
||||
|
||||
v2.6.0
|
||||
------
|
||||
* Bugfix: Fix to local builds of components in local git repos prefixed with file:///.
|
||||
* Bugfix: Allow module components to use a git ref outside of the master branch.
|
||||
https://pagure.io/fm-orchestrator/pull-request/1008
|
||||
* Bugfix: Fix to recording of buildrequires in the modulemd xmd block.
|
||||
* RFE: Add a new API to allow importing modules to the MBS DB. This facilitates
|
||||
management of so-called pseudo-modules.
|
||||
* RFE: Module builds stuck in a state for more than a week will now be cleaned up
|
||||
by the poller.
|
||||
* RFE: If configured, MBS can now refuse to build modules if their stream is EOL.
|
||||
|
||||
v2.5.1
|
||||
------
|
||||
* List of filtered RPMs is now generated on backend, so frontend does not query Koji.
|
||||
|
||||
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.5.1',
|
||||
version='2.6.0',
|
||||
classifiers=[
|
||||
"Programming Language :: Python",
|
||||
"Topic :: Software Development :: Build Tools"
|
||||
|
||||
Reference in New Issue
Block a user