Skip to content

Commit 419c275

Browse files
Renovate Botlunny
authored andcommitted
chore(deps): update gitea/gitea docker tag to v1.23.8 (#110)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gitea/gitea](https://github.com/go-gitea/gitea) | patch | `1.23.7` -> `1.23.8` | --- ### Release Notes <details> <summary>go-gitea/gitea (gitea/gitea)</summary> ### [`v1.23.8`](https://github.com/go-gitea/gitea/releases/tag/v1.23.8) [Compare Source](go-gitea/gitea@v1.23.7...v1.23.8) - SECURITY - Fix a bug when uploading file via lfs ssh command ([#&#8203;34408](go-gitea/gitea#34408)) ([#&#8203;34411](go-gitea/gitea#34411)) - Update net package ([#&#8203;34228](go-gitea/gitea#34228)) ([#&#8203;34232](go-gitea/gitea#34232)) - BUGFIXES - Fix releases sidebar navigation link ([#&#8203;34436](go-gitea/gitea#34436)) [#&#8203;34439](go-gitea/gitea#34439) - Fix bug webhook milestone is not right. ([#&#8203;34419](go-gitea/gitea#34419)) [#&#8203;34429](go-gitea/gitea#34429) - Fix two missed null value checks on the wiki page. ([#&#8203;34205](go-gitea/gitea#34205)) ([#&#8203;34215](go-gitea/gitea#34215)) - Swift files can be passed either as file or as form value ([#&#8203;34068](go-gitea/gitea#34068)) ([#&#8203;34236](go-gitea/gitea#34236)) - Fix bug when API get pull changed files for deleted head repository ([#&#8203;34333](go-gitea/gitea#34333)) ([#&#8203;34368](go-gitea/gitea#34368)) - Upgrade github v61 -> v71 to fix migrating bug ([#&#8203;34389](go-gitea/gitea#34389)) - Fix bug when visiting comparation page ([#&#8203;34334](go-gitea/gitea#34334)) ([#&#8203;34364](go-gitea/gitea#34364)) - Fix wrong review requests when updating the pull request ([#&#8203;34286](go-gitea/gitea#34286)) ([#&#8203;34304](go-gitea/gitea#34304)) - Fix github migration error when using multiple tokens ([#&#8203;34144](go-gitea/gitea#34144)) ([#&#8203;34302](go-gitea/gitea#34302)) - Explicitly not update indexes when sync database schemas ([#&#8203;34281](go-gitea/gitea#34281)) ([#&#8203;34295](go-gitea/gitea#34295)) - Fix panic when comment is nil ([#&#8203;34257](go-gitea/gitea#34257)) ([#&#8203;34277](go-gitea/gitea#34277)) - Fix project board links to related Pull Requests ([#&#8203;34213](go-gitea/gitea#34213)) ([#&#8203;34222](go-gitea/gitea#34222)) - Don't assume the default wiki branch is master in the wiki API ([#&#8203;34244](go-gitea/gitea#34244)) ([#&#8203;34245](go-gitea/gitea#34245)) - DOCUMENTATION - Update token creation API swagger documentation ([#&#8203;34288](go-gitea/gitea#34288)) ([#&#8203;34296](go-gitea/gitea#34296)) - MISC - Fix CI Build ([#&#8203;34315](go-gitea/gitea#34315)) - Add riscv64 support ([#&#8203;34199](go-gitea/gitea#34199)) ([#&#8203;34204](go-gitea/gitea#34204)) - Bump go version in go.mod ([#&#8203;34160](go-gitea/gitea#34160)) - Remove hardcoded 'code' string in clone_panel.tmpl ([#&#8203;34153](go-gitea/gitea#34153)) ([#&#8203;34158](go-gitea/gitea#34158)) Instances on **[Gitea Cloud](https://cloud.gitea.com)** will be automatically upgraded to this version during the specified maintenance window. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS42IiwidXBkYXRlZEluVmVyIjoiNDAuMTEuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Reviewed-on: https://gitea.com/gitea/terraform-provider-gitea/pulls/110 Reviewed-by: Lunny Xiao <[email protected]> Co-authored-by: Renovate Bot <[email protected]> Co-committed-by: Renovate Bot <[email protected]>
1 parent 0695b1f commit 419c275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ networks:
66

77
services:
88
server:
9-
image: gitea/gitea:1.23.7
9+
image: gitea/gitea:1.23.8
1010
container_name: gitea
1111
environment:
1212
- USER_UID=1000

0 commit comments

Comments
 (0)