Release notes 1.24

Fixes: https://pagure.io/koji/issue/2684
This commit is contained in:
Tomas Kopecek 2021-02-04 14:33:31 +01:00
parent 53daa678ea
commit c8b1ba8ad0
6 changed files with 351 additions and 2 deletions

View file

@ -0,0 +1,26 @@
Migrating to Koji 1.24
======================
You should consider the following changes when migrating to 1.24:
DB Updates
----------
This release includes one minor schema change.
As we now can have architectures defined for individual external repos, we need
to reflect it in db. (see `PR#2564
<https://pagure.io/koji/pull-request/2564>`_).
As in previous releases, we provide a migration script that updates the database.
::
# psql koji koji < /usr/share/doc/koji/docs/schema-upgrade-1.23-1.24.sql
Other changes
-------------
There are numerous other changes in 1.24 that should not have a direct impact on migration. For
details see: :doc:`../release_notes/release_notes_1.24`

View file

@ -5,6 +5,7 @@ Migrations
.. toctree::
:maxdepth: 1
migrating_to_1.24
migrating_to_1.23
migrating_to_1.22
migrating_to_1.21