Version 2.27.0.

This commit is contained in:
Jan Kaluza
2019-08-30 08:01:41 +02:00
parent 457b16daff
commit f026a4f88b
2 changed files with 14 additions and 1 deletions

View File

@@ -1,6 +1,19 @@
Change Log
==========
v2.27.0
-------
* Add "scratch_build_only_branches" configuration options to define the branches
from which only scratch builds can be submitted.
* Do not check Greenwave gating status for scratch builds.
* Fix invalid date in module-build-macros when building modules locally when non-US
locale is used.
* Fix --add-local-build with MBS Resolver.
* Fail the module build in case it buildrequires module build which does not have
all the MSE builds in failed or ready state.
* Fix the issue in component reuse code when it could reuse components from module
build built against older version of base module.
v2.26.0
-------
* Allow the poller to clean up module builds without arches.

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.26.0",
version="2.27.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",