more recent changes

This commit is contained in:
Yu Ming Zhu 2020-07-27 10:16:57 +00:00 committed by Yuming Zhu
parent 141474546e
commit 65ef02ab00
2 changed files with 17 additions and 0 deletions

View file

@ -29,6 +29,7 @@ Starting with Koji 1.22, hub and web will only support Python 3.
The CLI, builder, and utils retain Python 2 support for now.
For more information see: `PR#2218 <https://pagure.io/koji/pull-request/2218>`_
.. _migration_krbv:
Dropped krbV authentication support
-----------------------------------

View file

@ -299,6 +299,21 @@ System Changes
Finally, python2 support for hub and web have been dropped in this release.
**Drop krbV support**
| PR: https://pagure.io/koji/pull-request/2244
``krbV`` support has been finally removed from this release. For more information, please refer to
:ref:`_migration_krbv`.
**Use requests_gssapi for GSSAPI authentication**
| PR: https://pagure.io/koji/pull-request/2244
| PR: https://pagure.io/koji/pull-request/2401
``requests_gssapi`` is supported in this release. In all of the components we provide, we now try to
use ``request_gssapi`` at first, if it isn't installed, fallback to ``requests_kerberos`` then.
**Log tracebacks for multicall**
| PR: https://pagure.io/koji/pull-request/2225
@ -490,6 +505,7 @@ Thus, we won't provide kojira service on <=EL6 platform.
**Repo deletion within thread**
| PR: https://pagure.io/koji/pull-request/2340
| PR: https://pagure.io/koji/pull-request/2397
Kojira are now able to delete repos in a separated thread. ``delete_batch_size``
is useless now.