mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-02 02:11:19 +08:00
Release v2.14.0
This commit is contained in:
@@ -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)
|
||||
|
||||
2
setup.py
2
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"
|
||||
|
||||
Reference in New Issue
Block a user