Release v2.20.0

This commit is contained in:
mprahl
2019-05-10 10:23:15 -04:00
parent 53ba1513e2
commit e2a75c3323
2 changed files with 16 additions and 1 deletions

View File

@@ -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

View File

@@ -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",