From 56cb2ba6b2feadcc91cef666130345585abe1744 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 27 May 2024 15:21:25 +0200 Subject: [PATCH] Version 1.33.0 --- CHANGELOG.md | 13 +++++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 114b077..c8441d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1597,3 +1597,16 @@ * Use db.ListOptions directly instead of Paginator interface to make it easier to use and fix performance of /pulls and /issues (#29990) (#30447) * Fix code owners will not be mentioned when a pull request comes from a forked repository (#30476) (#30497) +[1.33.0] +* Update Gitea to 1.22.0 +* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.22.0) +* [Breaking changes](https://github.com/go-gitea/gitea/releases/tag/v1.22.0#Breaking) +* Allow everyone to read or write a wiki by a repo unit setting (#30495) +* Use raw Wiki links for non-renderable Wiki files (#30273) +* Render embedded code preview by permalink in markdown (#30234) (#30249) +* Support repo code search without setting up an indexer (#29998) +* Support pasting URLs over markdown text (#29566) +* Allow to change primary email before account activation (#29412) +* Customizable "Open with" applications for repository clone (#29320) +* Allow options to disable user deletion from the interface on app.ini (#29275) +* Extend issue template YAML engine (#29274) diff --git a/CloudronManifest.json b/CloudronManifest.json index eeb307b..1467cea 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -4,8 +4,8 @@ "author": "Gitea developers", "description": "file://DESCRIPTION.md", "tagline": "A painless self-hosted Git Service", - "version": "1.32.10", - "upstreamVersion": "1.21.11", + "version": "1.33.0", + "upstreamVersion": "1.22.0", "healthCheckPath": "/explore", "httpPort": 3000, "memoryLimit": 536870912,