From f392bb268df12a163c87a029558e096cf2052a0a Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sat, 22 Mar 2025 10:14:27 -0700 Subject: [PATCH 1/6] Add changelog for 1.23.6 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7541bccb2ab3f..5c6e5ab508670 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ This changelog goes through 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.23.6](https://github.com/go-gitea/gitea/releases/tag/v1.23.6) - 2025-03-22 + +* SECURITY + * Fix LFS URL (#33840) (#33843) +* BUGFIXES + * Drop timeout for requests made to the internal hook api (#33947) (#33970) + * Fix maven panic when no package exists (#33888) (#33889) + * Fix markdown render (#33870) (#33875) + * Fix auto concurrency cancellation skips commit status updates (#33764) (#33849) + * Fix oauth2 auth (#33961) (#33962) + * Fix incorrect 1.23 translations (#33932) + * Try to figure out attribute checker problem (#33901) (#33902) + * Ignore trivial errors when updating push data (#33864) (#33887) + * Fix some UI problems for 1.23 (#33856) + * Removing unwanted ui container (#33833) (#33835) + * Support disable passkey auth (#33348) (#33819) + * Do not call "git diff" when listing PRs (#33817) + * Try to fix ACME (3rd) (#33807) (#33808) + ## [1.23.5](https://github.com/go-gitea/gitea/releases/tag/v1.23.5) - 2025-03-04 * SECURITY From aefee6c82212ff2caba0f2eaf1b4dd3ca8950c8a Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Mon, 24 Mar 2025 00:28:26 +0800 Subject: [PATCH 2/6] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c6e5ab508670..e961b62b5e026 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 * Fix LFS URL (#33840) (#33843) + * Update jwt and redis packages (#33984) (#33987) * BUGFIXES * Drop timeout for requests made to the internal hook api (#33947) (#33970) * Fix maven panic when no package exists (#33888) (#33889) From d0373da4cdca5b454e6cc1d90d5a7cb87a5486a3 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Mon, 24 Mar 2025 00:52:24 +0800 Subject: [PATCH 3/6] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e961b62b5e026..c0b8d30d54a43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * SECURITY * Fix LFS URL (#33840) (#33843) * Update jwt and redis packages (#33984) (#33987) + * Upgrade golang crypto and net (#33989) * BUGFIXES * Drop timeout for requests made to the internal hook api (#33947) (#33970) * Fix maven panic when no package exists (#33888) (#33889) From 45ef5e7aeb6ba508b912f92fe9309e45fb83ead2 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Mon, 24 Mar 2025 00:57:51 +0800 Subject: [PATCH 4/6] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0b8d30d54a43..d4708b15393f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * SECURITY * Fix LFS URL (#33840) (#33843) * Update jwt and redis packages (#33984) (#33987) - * Upgrade golang crypto and net (#33989) + * Update golang crypto and net (#33989) * BUGFIXES * Drop timeout for requests made to the internal hook api (#33947) (#33970) * Fix maven panic when no package exists (#33888) (#33889) From fbf7d377c09b330fb206d6dbc55203a584927d1d Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Mon, 24 Mar 2025 10:45:07 -0700 Subject: [PATCH 5/6] Add missing changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4708b15393f8..5c77b57783c0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * Support disable passkey auth (#33348) (#33819) * Do not call "git diff" when listing PRs (#33817) * Try to fix ACME (3rd) (#33807) (#33808) + * Fix incorrect code search indexer options (#33992) #33999 ## [1.23.5](https://github.com/go-gitea/gitea/releases/tag/v1.23.5) - 2025-03-04 From 54e8ec82aa582da67db030cd85f5c19147e1ad2b Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Mon, 24 Mar 2025 13:48:55 -0400 Subject: [PATCH 6/6] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4708b15393f8..075b26f1b988f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ This changelog goes through 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.23.6](https://github.com/go-gitea/gitea/releases/tag/v1.23.6) - 2025-03-22 +## [1.23.6](https://github.com/go-gitea/gitea/releases/tag/v1.23.6) - 2025-03-24 * SECURITY * Fix LFS URL (#33840) (#33843)