Release: Publish Gitea 1.23.0 & 1.23.1 #13860

Closed
opened 2025-11-02 10:55:23 -06:00 by GiteaMirror · 7 comments
Owner

Originally created by @lunny on GitHub (Dec 20, 2024).

1.23.0

1.23.1

  • Release 1.23.1 from release/v1.23 branch
  • Add 1.23.1 version in documentation

Announcements

Originally created by @lunny on GitHub (Dec 20, 2024). ## 1.23.0 * [x] Release 1.23.0 from release/v1.23 branch * [x] Generate 1.23.0 release note https://github.com/go-gitea/gitea/pull/33130 * [x] Tag 1.23.0 with `git tag -s -f changelog_1.23.0.md v1.23.0` and Push to Github * [x] Wait for the release created and check whether the release artifacts generated * [x] Check whether Github release attachments are generated and normal * [x] Check whether the binaries generated under https://dl.gitea.com/gitea/1.23.0/ and normal * [x] Check whether docker images are generated https://hub.docker.com/r/gitea/gitea/tags?page=&page_size=&ordering=&name=1.23.0 * [x] If the release does work then make it out of draft so that it's public for everyone. * [x] Add 1.23.0 version in documentation https://gitea.com/gitea/docs/pulls/141 ## 1.23.1 * [x] Release 1.23.1 from release/v1.23 branch * [x] Generate 1.23.1 release note #33191 * [x] Tag 1.23.1 with `git tag -s -f changelog_1.23.1.md v1.23.1` and Push to Github * [x] Wait for the release created and check whether the release artifacts generated * [x] Check whether Github release attachments are generated and normal * [x] Check whether the binaries generated under https://dl.gitea.com/gitea/1.23.1/ and normal * [x] Check whether docker images are generated https://hub.docker.com/r/gitea/gitea/tags?page=&page_size=&ordering=&name=1.23.1 * [x] If the release does work then make it out of draft so that it's public for everyone. * [x] Add 1.23.1 version in documentation ## Announcements * [x] Blog for 1.23.0 & 1.23.1 https://gitea.com/gitea/blog/pulls/415 * [x] Announce the 1.23.0 & 1.23.1 release.
GiteaMirror added the type/docs label 2025-11-02 10:55:23 -06:00
Author
Owner

@wxiaoguang commented on GitHub (Jan 1, 2025):

  • Delete "1.22-legcy" branch since it is not useful anymore.
  • Update "README.md" since it is quite out-dated.
@wxiaoguang commented on GitHub (Jan 1, 2025): - [x] Delete "1.22-legcy" branch since it is not useful anymore. - [x] Update "README.md" since it is quite out-dated.
Author
Owner

@yp05327 commented on GitHub (Jan 8, 2025):

Update "README.md" -> #33149

@yp05327 commented on GitHub (Jan 8, 2025): Update "README.md" -> #33149
Author
Owner

@ghnp5 commented on GitHub (Jan 9, 2025):

Hey

Just a small note about updating this section: https://docs.gitea.com/usage/actions/comparison#workflow_dispatch

It's ignored by Gitea Actions now.


Really love that this is finally released 😁👌🏻🥂 (#23668 https://github.com/go-gitea/gitea/pull/28163)

Thank you very much for all your efforts.

@ghnp5 commented on GitHub (Jan 9, 2025): Hey Just a small note about updating this section: https://docs.gitea.com/usage/actions/comparison#workflow_dispatch > It's ignored by Gitea Actions now. --- Really love that this is finally released 😁👌🏻🥂 ([#23668](https://github.com/go-gitea/gitea/issues/23668) https://github.com/go-gitea/gitea/pull/28163) Thank you very much for all your efforts.
Author
Owner

@yp05327 commented on GitHub (Jan 9, 2025):

@ghnp5

Thanks a lot.
Actually, it is already updated in the latest version.
The default version is 1.22.6, and we will soon update it to 1.23.0

See:
https://docs.gitea.com/1.23/usage/actions/comparison or https://docs.gitea.com/next/usage/actions/comparison
https://gitea.com/gitea/docs/pulls/54
https://gitea.com/gitea/docs/pulls/141

@yp05327 commented on GitHub (Jan 9, 2025): @ghnp5 Thanks a lot. Actually, it is already updated in the latest version. The default version is 1.22.6, and we will soon update it to 1.23.0 See: https://docs.gitea.com/1.23/usage/actions/comparison or https://docs.gitea.com/next/usage/actions/comparison https://gitea.com/gitea/docs/pulls/54 https://gitea.com/gitea/docs/pulls/141
Author
Owner

@ghnp5 commented on GitHub (Jan 9, 2025):

Great! Thanks for that!

It seems that the Search will always search on the "current" version, and the results link to the current version, always:

image

I was trying to see if I can find any other documentation for workflow_dispatch, in the new docs version.

For example, I'd like to know how to access input values from triggering manually.

BYPASS_BLOCKERS: ${{ github.event.inputs.bypass_blockers }}

Would I use gitea. ?

--

Well, I got my answer in https://github.com/go-gitea/gitea/pull/28163
It's just inputs.bypass_blockers :)

@ghnp5 commented on GitHub (Jan 9, 2025): Great! Thanks for that! It seems that the Search will always search on the "current" version, and the results link to the current version, always: ![image](https://github.com/user-attachments/assets/58e99ffa-8eb4-495e-8e9c-df841f72ecbb) I was trying to see if I can find any other documentation for `workflow_dispatch`, in the new docs version. For example, I'd like to know how to access input values from triggering manually. `BYPASS_BLOCKERS: ${{ github.event.inputs.bypass_blockers }}` Would I use `gitea.` ? -- Well, I got my answer in https://github.com/go-gitea/gitea/pull/28163 It's just `inputs.bypass_blockers` :)
Author
Owner

@yp05327 commented on GitHub (Jan 9, 2025):

It seems that the Search will always search on the "current" version, and the results link to the current version

Thanks for your report. You can create an issue in https://gitea.com/gitea/docs/issues

@yp05327 commented on GitHub (Jan 9, 2025): > It seems that the Search will always search on the "current" version, and the results link to the current version Thanks for your report. You can create an issue in https://gitea.com/gitea/docs/issues
Author
Owner

@ghnp5 commented on GitHub (Jan 9, 2025):

https://gitea.com/gitea/docs/issues/146

@ghnp5 commented on GitHub (Jan 9, 2025): https://gitea.com/gitea/docs/issues/146
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#13860