diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index a99601c8..64e115bf 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,15 @@ Change Log ========== +v2.15.0 +------- +* Create Koji CG module build in the end of "build" phase. Previously, it was created in the end of "done" phase. +* Fix the race-condition between MBS and its poller resulting in module build fail in case initial git clone took too long. +* Add simple mbs-cli tool to execute administration tasks using the MBS REST API. +* Return an exception to the user if no dependency combination is determined. +* Send more user-friendly message back to user in case the modulemd is invalid. +* Set proper state_reason when module build fails in early phase because of Koji relate issue. + v2.14.0 ------- * Add the ``allowed_users`` configuration for service accounts to bypass the group membership check diff --git a/setup.py b/setup.py index 9e8d4eb3..ba3ce599 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,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.14.0', + version='2.15.0', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"