From f026a4f88b3f0c62f9285487532fad033796e133 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 30 Aug 2019 08:01:41 +0200 Subject: [PATCH] Version 2.27.0. --- docs/CHANGELOG.rst | 13 +++++++++++++ setup.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index b0973b26..f50a1b47 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -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. diff --git a/setup.py b/setup.py index 96871bb4..20f88d16 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.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",