summaryrefslogtreecommitdiff
path: root/www/gitea/files/pkg-message.in
blob: f1b18026682ec8e1813573fe58c711dd3a8fa195 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[
{ type: upgrade
  maximum_version: 1.20.0
  message: <<EOM
Please make sure to empty or maintain the contents of the
%%PREFIX%%/share/gitea folder between your upgrades of gitea.
Changes between versions can break the web UI due to residual
files from earlier versions.

1.21.0 has a breaking change regarding the public assets folder. In case
you use a proxying webserver serving the files, you need to update your
configuration:

https://github.com/go-gitea/gitea/pull/25907
EOM
}
{ type: upgrade
  maximum_version: 1.7.6
  message: <<EOM
When upgrading from Gitea 1.7 or earlier, Gitea requires the addition of
another secret to the config file in order to start up.  Either manually add
JWT_SECRET to the ${PREFIX}/etc/gitea/conf/app.ini config file (see
app.ini.sample), or allow Gitea to make the change for you by making the
config file writable to the git user.
EOM
}
{ type: upgrade
  maximum_version: 1.15.0
  message: <<EOM
Some config file options have been changed in Gitea 1.15. Please refer to
the documentation at https://docs.gitea.io/en-us/customizing-gitea/ and
the release notes.
EOM
}
{ type: upgrade
  maximum_version: 1.15.1
  message: <<EOM
We remind users that a bug was discovered with gitea dump in 1.14.3-1.14.6
and 1.15.0.  Database dumps from these versions cause broken fields in the
repo_unit and login_source tables causing the issue identified in #16961.
Users on 1.14.x must upgrade to 1.14.7 before running gitea dump.  See the
release notes for more information.
EOM
}
]