From 65ef02ab006aafbf39f7c4728a5bab400aa0f801 Mon Sep 17 00:00:00 2001 From: Yu Ming Zhu Date: Jul 27 2020 19:48:24 +0000 Subject: more recent changes --- diff --git a/docs/source/migrations/migrating_to_1.22.rst b/docs/source/migrations/migrating_to_1.22.rst index 45f6289..96e2ecc 100644 --- a/docs/source/migrations/migrating_to_1.22.rst +++ b/docs/source/migrations/migrating_to_1.22.rst @@ -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 `_ +.. _migration_krbv: Dropped krbV authentication support ----------------------------------- diff --git a/docs/source/release_notes/release_notes_1.22.rst b/docs/source/release_notes/release_notes_1.22.rst index 59d64f9..92cbcc0 100644 --- a/docs/source/release_notes/release_notes_1.22.rst +++ b/docs/source/release_notes/release_notes_1.22.rst @@ -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.