Release notes 1.35

Related: https://pagure.io/koji/issue/4168
This commit is contained in:
Tomas Kopecek 2024-08-16 13:52:46 +02:00
parent 9ae1c89c56
commit e3c84e2580
7 changed files with 435 additions and 3 deletions

View file

@ -0,0 +1,22 @@
Migrating to Koji 1.35
======================
You should consider the following changes when migrating to 1.35:
DB Updates
----------
Changes for new repo handling introduced a few new tables.
As in previous releases, we provide a migration script that updates the database.
::
# psql koji koji < /usr/share/doc/koji/docs/schema-upgrade-1.34-1.35.sql
Other changes
-------------
There are numerous other changes in 1.35 that should not have a direct impact
on migration. For details see: :doc:`../release_notes/release_notes_1.35`

View file

@ -5,6 +5,7 @@ Migrations
.. toctree::
:maxdepth: 1
migrating_to_1.35
migrating_to_1.34
migrating_to_1.33
migrating_to_1.32