mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 03:38:12 +08:00
Release v2.20.0
This commit is contained in:
@@ -1,6 +1,21 @@
|
||||
Change Log
|
||||
==========
|
||||
|
||||
v2.20.0
|
||||
-------
|
||||
* Fix a bug where the ``master`` branch had to exist on module component git repos even when they
|
||||
were not used
|
||||
* Fix an issue where local builds get their stream overwritten by the base module stream
|
||||
* Fix -debuginfo/-debugsource package handling for the Koji Content Generator build
|
||||
* Expose the stream version of a module in the REST API
|
||||
* Fix buildrequiring a virtual stream of a base module
|
||||
* Add support for the ``stream_version_lte`` parameter in the ``modules`` REST API endpoint
|
||||
* Order the module version as if they were integers instead of strings in the REST API
|
||||
* Accept multiple order by parameters of the same direction in the REST API
|
||||
* Allow configuring "release streams" for base module streams and how they affect the stream
|
||||
version
|
||||
* Convert the stream version to be a float
|
||||
|
||||
v2.19.1
|
||||
-------
|
||||
* Expose metrics about the number of completed builds and their status
|
||||
|
||||
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.19.1",
|
||||
version="2.20.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