From 34dc7440413ae7401818cb4e0fec8cce38688ab8 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Mon, 12 Aug 2019 10:54:17 +0200 Subject: [PATCH] Version 2.26.0 --- docs/CHANGELOG.rst | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 45cdf1a7..b0973b26 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -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) diff --git a/setup.py b/setup.py index cba7f8e0..96871bb4 100644 --- a/setup.py +++ b/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.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",