From 89ccef5e42e1dcc691081a059ae60a66291733d1 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 14 Feb 2019 13:39:32 -0500 Subject: [PATCH] Release v2.14.0 --- docs/CHANGELOG.rst | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index c0f743ea..a99601c8 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,15 @@ Change Log ========== +v2.14.0 +------- +* Add the ``allowed_users`` configuration for service accounts to bypass the group membership check +* Fix the handling of modulemd files with unicode characters +* Fix issues that occur if a module build is cancelled in the ``init`` state and resumed +* Add basic Prometheus monitoring +* Fix a bug in the ``init`` state handler when commit hashes are provided instead of a branch name +* Add Python 3 support except for Kerberos authentication with Koji + v2.13.1 ------- * Allow resubmiting the same module build when it results in new MSE build(s) diff --git a/setup.py b/setup.py index 4dd395e1..8a0fc641 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.13.1', + version='2.14.0', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"