mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 11:48:33 +08:00
Release 2.29.0
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
Change Log
|
||||
==========
|
||||
|
||||
v2.29.0
|
||||
-------
|
||||
* Add buildonly support (#1307)
|
||||
* Make the DNF minrate setting configurable when loading repos
|
||||
* Load the DNF repos in parallel to improve speed
|
||||
* Record the build_context without base modules
|
||||
* Convert arch to Koji's canon arch for default modules
|
||||
* Initial KojiResolver code
|
||||
|
||||
v2.28.2
|
||||
-------
|
||||
* Fix a bug that caused the code that handles the conflicts in base module modular Koji tags to not run
|
||||
|
||||
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.28.2",
|
||||
version="2.29.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