mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-14 08:49:45 +08:00
Release 2.18.0
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
Change Log
|
||||
==========
|
||||
|
||||
v2.18.0
|
||||
-------
|
||||
* Do not allow building modules with the same name as a base module (e.g. platform).
|
||||
* Categorize log messages to make debug logs easier to read.
|
||||
* Use the "scrmod" prefix also for build targets for scratch builds.
|
||||
* Add the ability to override the base module marking used in the RPM disttags.
|
||||
* Accept modulemd for scratch module builds as a parameter in the submitted JSON.
|
||||
* Do not default the module name to "unnamed" on a direct modulemd submission.
|
||||
* Add the ability to override a buildrequired module stream based on a module's branch.
|
||||
|
||||
v2.17.0
|
||||
-------
|
||||
* Fix the Kerberos auth for Import modulemd API.
|
||||
|
||||
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.17.0',
|
||||
version='2.18.0',
|
||||
classifiers=[
|
||||
"Programming Language :: Python",
|
||||
"Topic :: Software Development :: Build Tools"
|
||||
|
||||
Reference in New Issue
Block a user