blog/content/post/release-1.15.2.md
Andrew Thornton bc1d0797f5 Add blog for 1.15.2 (#173)
Add blog page for 1.15.2

Reviewed-on: https://gitea.com/gitea/blog/pulls/173
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-committed-by: Andrew Thornton <art27@cantab.net>
2021-09-04 05:47:52 +08:00

1.4 KiB

date author title tags draft
2021-09-03T13:31:00+01:00 zeripath Gitea 1.15.2 is released
release
false

Unfortunately following the release of 1.15.1 it has become apparent that there is an issue with upgrading from 1.15.0 to 1.15.1 due to problem with a table constraint that was unexpectedly automatically dropped. Users who upgraded straight from 1.14.x to 1.15.1 are not affected and users who upgraded from 1.15.0 to 1.15.1 can fix the problem using gitea doctor recreate-table issue_index or upgrade to 1.15.2.

We have merged 3 pull requests to release version 1.15.2.

You can download one of our pre-built binaries from our downloads page - make sure to select the correct platform! For further details on how to install, follow our installation guide.

We would also like to thank all of our supporters on Open Collective who are helping to sustain us financially.

Have you heard? We now have a swag shop! 👕 🍵

Changelog

1.15.2 - 2021-09-03

  • BUGFIXES
    • Add unique constraint back into issue_index (#16938)
    • Close storage objects before cleaning (#16934) (#16942)