From f9b68390fb3049a864252e2d1366a316dce026c6 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 4 Oct 2023 11:42:32 +0000 Subject: [PATCH] chore(deps): update docker.io/gitea/gitea docker tag to v1.20.5 (#129) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/gitea/gitea](https://github.com/go-gitea/gitea) | patch | `1.20.4` -> `1.20.5` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the logs for more information. --- ### Release Notes
go-gitea/gitea (docker.io/gitea/gitea) ### [`v1.20.5`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#1205---2023-10-03) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.20.4...v1.20.5) - ENHANCEMENTS - Fix z-index on markdown completion ([#​27237](https://github.com/go-gitea/gitea/issues/27237)) ([#​27242](https://github.com/go-gitea/gitea/issues/27242) & [#​27238](https://github.com/go-gitea/gitea/issues/27238)) - Use secure cookie for HTTPS sites ([#​26999](https://github.com/go-gitea/gitea/issues/26999)) ([#​27013](https://github.com/go-gitea/gitea/issues/27013)) - BUGFIXES - Fix git 2.11 error when checking IsEmpty ([#​27393](https://github.com/go-gitea/gitea/issues/27393)) ([#​27396](https://github.com/go-gitea/gitea/issues/27396)) - Allow get release download files and lfs files with oauth2 token format ([#​26430](https://github.com/go-gitea/gitea/issues/26430)) ([#​27378](https://github.com/go-gitea/gitea/issues/27378)) - Fix orphan check for deleted branch ([#​27310](https://github.com/go-gitea/gitea/issues/27310)) ([#​27320](https://github.com/go-gitea/gitea/issues/27320)) - Quote table `release` in sql queries ([#​27205](https://github.com/go-gitea/gitea/issues/27205)) ([#​27219](https://github.com/go-gitea/gitea/issues/27219)) - Fix release URL in webhooks ([#​27182](https://github.com/go-gitea/gitea/issues/27182)) ([#​27184](https://github.com/go-gitea/gitea/issues/27184)) - Fix successful return value for `SyncAndGetUserSpecificDiff` ([#​27152](https://github.com/go-gitea/gitea/issues/27152)) ([#​27156](https://github.com/go-gitea/gitea/issues/27156)) - fix pagination for followers and following ([#​27127](https://github.com/go-gitea/gitea/issues/27127)) ([#​27138](https://github.com/go-gitea/gitea/issues/27138)) - Fix issue templates when blank isses are disabled ([#​27061](https://github.com/go-gitea/gitea/issues/27061)) ([#​27082](https://github.com/go-gitea/gitea/issues/27082)) - Fix context cache bug & enable context cache for dashabord commits' authors([#​26991](https://github.com/go-gitea/gitea/issues/26991)) ([#​27017](https://github.com/go-gitea/gitea/issues/27017)) - Fix INI parsing for value with trailing slash ([#​26995](https://github.com/go-gitea/gitea/issues/26995)) ([#​27001](https://github.com/go-gitea/gitea/issues/27001)) - Fix PushEvent NullPointerException jenkinsci/github-plugin ([#​27203](https://github.com/go-gitea/gitea/issues/27203)) ([#​27249](https://github.com/go-gitea/gitea/issues/27249)) - Fix organization field being null in POST /orgs/{orgid}/teams ([#​27150](https://github.com/go-gitea/gitea/issues/27150)) ([#​27167](https://github.com/go-gitea/gitea/issues/27167) & [#​27162](https://github.com/go-gitea/gitea/issues/27162)) - Fix bug of review request number ([#​27406](https://github.com/go-gitea/gitea/issues/27406)) ([#​27104](https://github.com/go-gitea/gitea/issues/27104)) - TESTING - services/wiki: Close() after error handling ([#​27129](https://github.com/go-gitea/gitea/issues/27129)) ([#​27137](https://github.com/go-gitea/gitea/issues/27137)) - DOCS - Improve actions docs related to `pull_request` event ([#​27126](https://github.com/go-gitea/gitea/issues/27126)) ([#​27145](https://github.com/go-gitea/gitea/issues/27145)) - MISC - Add logs for data broken of comment review ([#​27326](https://github.com/go-gitea/gitea/issues/27326)) ([#​27344](https://github.com/go-gitea/gitea/issues/27344)) - Load reviewer before sending notification ([#​27063](https://github.com/go-gitea/gitea/issues/27063)) ([#​27064](https://github.com/go-gitea/gitea/issues/27064))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.home/nrdufour/home-ops/pulls/129 Co-authored-by: Renovate Co-committed-by: Renovate --- ansible/roles/storage.apps/templates/gitea/deployment.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/storage.apps/templates/gitea/deployment.yaml.j2 b/ansible/roles/storage.apps/templates/gitea/deployment.yaml.j2 index c25c22d8..f03629b9 100644 --- a/ansible/roles/storage.apps/templates/gitea/deployment.yaml.j2 +++ b/ansible/roles/storage.apps/templates/gitea/deployment.yaml.j2 @@ -17,7 +17,7 @@ spec: spec: containers: - name: gitea - image: docker.io/gitea/gitea:1.20.4 + image: docker.io/gitea/gitea:1.20.5 env: - name: "GITEA__database__DB_TYPE" value: "sqlite3"