What's Changed
- BREAKING CHANGES: Update config file to fit gitea 1.18 by @DO1JLR in #90
- solve issue with gitea gpg key and download by @DO1JLR in #91
In this Release I took a closer look at the config cheat sheet and noticed some deprecation messages.
I also found some more options like the beginning of federation support or the builtin Package Registry support.
For the people who have emails sent from gitea or use LetsEncrypt or and TLS Certs natively via gitea, there is definitely a need for action, as the variable names have changed for this.
I try to give a overview about the changes:
- Added and reordered variables for repository
- Added variables for repository.signing
- Added variables for cors
- added variables for ui.meta
- changed defaults for ui
- Changed a lot in the server (BREAKING)
- moved lfs content path to lfs section
- replaced letsencrypt with acme
- changed certificat and redirect options
- added some more config options
- Added variables for security
- Changed Variables for mailer (BREAKING)
- Added variables for federation
- Added variables for packages
- Added variables for other
- Now we Import new gpg keys if the old ones are expired
- Fixed a bug in the download file name
Full Changelog: v2.5.4...v3.0.0