From 70100145cac9a5c33b0af56c9d1d491608d4b05f Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 31 Jan 2024 13:24:26 +0800 Subject: [PATCH 1/3] Add changelog for 1.21.5 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d358d09993000..e301e55f9cb56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,37 @@ This changelog goes through all the changes that have been made in each release without substantial changes to our git log; to see the highlights of what has been added to each release, please refer to the [blog](https://blog.gitea.com). +## [1.21.5](https://github.com/go-gitea/gitea/releases/tag/1.21.5) - 2024-01-31 + +* SECURITY + * Prevent anonymous container access if `RequireSignInView` is enabled (#28877) (#28882) +* BUGFIXES + * Fix update enable_prune even if mirror_interval is not provided (#28905) (#28929) + * Fix uploaded artifacts should be overwritten (#28726) backport v1.21 (#28832) + * Preserve BOM in web editor (#28935) (#28959) + * Strip `/` from relative links (#28932) (#28952) + * Don't remove all mirror repository's releases when mirroring (#28817) (#28939) + * Implement `MigrateRepository` for the actions notifier (#28920) (#28923) + * Respect branch info for relative links (#28909) (#28922) + * Don't reload timeline page when (un)resolving or replying conversation (#28654) (#28917) + * Only migrate the first 255 chars of a Github issue title (#28902) (#28912) + * Fix sort bug on repository issues list (#28897) (#28901) + * Fix `DeleteCollaboration` transaction behaviour (#28886) (#28889) + * Fix schedule not trigger bug because matching full ref name with short ref name (#28874) (#28888) + * Fix migrate storage bug (#28830) (#28867) + * Fix archive creating LFS hooks and breaking pull requests (#28848) (#28851) + * Fix reverting a merge commit failing (#28794) (#28825) +* ENHANCEMENTS + * Make loading animation less aggressive (#28955) (#28956) + * Avoid duplicate JS error messages on UI (#28873) (#28881) + * Bump `@github/relative-time-element` to 4.3.1 (#28819) (#28826) +* MISC + * Update go dependencies and fix go-git (#28893) (#28934) + * Upgrade xorm to v1.3.7 to fix a resource leak problem caused by Iterate (#28891) (#28895) + * Fix incorrect PostgreSQL connection string for Unix sockets (#28865) (#28870) + * Warn that `DISABLE_QUERY_AUTH_TOKEN` is false only if it's explicitly defined (#28783) (#28868) + * Remove duplicated checkinit on git module (#28824) (#28831) + ## [1.21.4](https://github.com/go-gitea/gitea/releases/tag/1.21.4) - 2024-01-16 * SECURITY From 2d4af53318d658119271457f80153f35de55c73f Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 31 Jan 2024 18:50:09 +0800 Subject: [PATCH 2/3] Update changelog classes --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e301e55f9cb56..545966e03209c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * SECURITY * Prevent anonymous container access if `RequireSignInView` is enabled (#28877) (#28882) + * Update go dependencies and fix go-git (#28893) (#28934) * BUGFIXES * Fix update enable_prune even if mirror_interval is not provided (#28905) (#28929) * Fix uploaded artifacts should be overwritten (#28726) backport v1.21 (#28832) @@ -24,14 +25,13 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * Fix migrate storage bug (#28830) (#28867) * Fix archive creating LFS hooks and breaking pull requests (#28848) (#28851) * Fix reverting a merge commit failing (#28794) (#28825) + * Upgrade xorm to v1.3.7 to fix a resource leak problem caused by Iterate (#28891) (#28895) + * Fix incorrect PostgreSQL connection string for Unix sockets (#28865) (#28870) * ENHANCEMENTS * Make loading animation less aggressive (#28955) (#28956) * Avoid duplicate JS error messages on UI (#28873) (#28881) * Bump `@github/relative-time-element` to 4.3.1 (#28819) (#28826) * MISC - * Update go dependencies and fix go-git (#28893) (#28934) - * Upgrade xorm to v1.3.7 to fix a resource leak problem caused by Iterate (#28891) (#28895) - * Fix incorrect PostgreSQL connection string for Unix sockets (#28865) (#28870) * Warn that `DISABLE_QUERY_AUTH_TOKEN` is false only if it's explicitly defined (#28783) (#28868) * Remove duplicated checkinit on git module (#28824) (#28831) From a0477ec8b339cfbfff85daedc6f69e09bedcc804 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 1 Feb 2024 19:01:29 +0800 Subject: [PATCH 3/3] add missing changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 545966e03209c..e571b7510e976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * Prevent anonymous container access if `RequireSignInView` is enabled (#28877) (#28882) * Update go dependencies and fix go-git (#28893) (#28934) * BUGFIXES + * Revert "Speed up loading the dashboard on mysql/mariadb (#28546)" (#29006) (#29007) + * Fix an actions schedule bug (#28942) (#28999) * Fix update enable_prune even if mirror_interval is not provided (#28905) (#28929) * Fix uploaded artifacts should be overwritten (#28726) backport v1.21 (#28832) * Preserve BOM in web editor (#28935) (#28959)