Release notes 1.29

Related: https://pagure.io/koji/issue/3361
This commit is contained in:
Tomas Kopecek 2022-05-12 16:16:02 +02:00
parent d6da86ef1d
commit 7d6d95fc66
7 changed files with 315 additions and 3 deletions

View file

@ -0,0 +1,17 @@
Migrating to Koji 1.29
======================
You should consider the following changes when migrating to 1.28:
DB Updates
----------
There is no schema change this time.
As in previous releases, we provide a migration script which is no-op in this case.
Other changes
-------------
There are numerous other changes in 1.29 that should not have a direct impact on migration. For
details see: :doc:`../release_notes/release_notes_1.29`

View file

@ -5,6 +5,7 @@ Migrations
.. toctree::
:maxdepth: 1
migrating_to_1.29
migrating_to_1.28
migrating_to_1.27
migrating_to_1.26