Skip to content

Commit 119ec31

Browse files
committed
PR#3921: Release notes 1.34
Merges #3921 https://pagure.io/koji/pull-request/3921 Fixes: #3919 https://pagure.io/koji/issue/3919 Koji 1.34.0 release notes
2 parents bfd0d03 + 53ef788 commit 119ec31

File tree

6 files changed

+488
-2
lines changed

6 files changed

+488
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Migrating to Koji 1.34
2+
======================
3+
4+
You should consider the following changes when migrating to 1.34:
5+
6+
DB Updates
7+
----------
8+
9+
There is a simple schema change adding new index.
10+
11+
As in previous releases, we provide a migration script that updates the database.
12+
13+
::
14+
15+
# psql koji koji < /usr/share/doc/koji/docs/schema-upgrade-1.33-1.34.sql
16+
17+
18+
Other changes
19+
-------------
20+
21+
There are numerous other changes in 1.34 that should not have a direct impact on migration. For
22+
details see: :doc:`../release_notes/release_notes_1.34`

docs/source/migrations/migrations.rst

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Migrations
55
.. toctree::
66
:maxdepth: 1
77

8+
migrating_to_1.34
89
migrating_to_1.33
910
migrating_to_1.32
1011
migrating_to_1.31

docs/source/release_notes/release_notes.rst

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Release Notes
55
.. toctree::
66
:maxdepth: 1
77

8+
release_notes_1.34
89
release_notes_1.33.1
910
release_notes_1.33
1011
release_notes_1.32.1

0 commit comments

Comments
 (0)