Release v2.14.0

This commit is contained in:
mprahl
2019-02-14 13:39:32 -05:00
parent 776330a2bb
commit 89ccef5e42
2 changed files with 10 additions and 1 deletions

View File

@@ -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)

View File

@@ -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"