Version 2.26.0

This commit is contained in:
Jan Kaluza
2019-08-12 10:54:17 +02:00
parent 6f1d0b3ad9
commit 34dc744041
2 changed files with 12 additions and 1 deletions

View File

@@ -1,6 +1,17 @@
Change Log
==========
v2.26.0
-------
* Allow the poller to clean up module builds without arches.
* Prevent overlapping RPMs from buildrequired base modules from being available when using
default modules.
* Add an REST endpoint to display log messages.
* Allow reusing components from builds built against compatible base module streams.
* Serialize component build state trace correctly if state is unset.
* Return empty result if short=true is specified on empty list of builds.
v2.25.0
-------
* Add support for "default modules" (Ursa-Prime)

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.25.0",
version="2.26.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",