From 1197cc940d3ede873c9bfb7d8c326f8885807fcf Mon Sep 17 00:00:00 2001 From: Michael Wittig Date: Wed, 22 Mar 2023 15:06:10 +0000 Subject: [PATCH] Update gitea/gitea Docker tag to v1.19.0 (#115) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gitea/gitea](https://github.com/go-gitea/gitea) | minor | `1.18.5-rootless` -> `1.19.0-rootless` | --- ### Release Notes
go-gitea/gitea ### [`v1.19.0`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#​1190-httpsgithubcomgo-giteagiteareleasestag1190---2023-03-19) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.18.5...v1.19.0) - BREAKING - Add loading yaml label template files ([#​22976](https://github.com/go-gitea/gitea/issues/22976)) ([#​23232](https://github.com/go-gitea/gitea/issues/23232)) - Make issue and code search support camel case for Bleve ([#​22829](https://github.com/go-gitea/gitea/issues/22829)) - Repositories: by default disable all units except code and pulls on forks ([#​22541](https://github.com/go-gitea/gitea/issues/22541)) - Support template for merge message description ([#​22248](https://github.com/go-gitea/gitea/issues/22248)) - Remove ONLY_SHOW_RELEVANT_REPOS setting ([#​21962](https://github.com/go-gitea/gitea/issues/21962)) - Implement actions ([#​21937](https://github.com/go-gitea/gitea/issues/21937)) - Remove deprecated DSA host key from Docker Container ([#​21522](https://github.com/go-gitea/gitea/issues/21522)) - Improve valid user name check ([#​20136](https://github.com/go-gitea/gitea/issues/20136)) - SECURITY - Return 404 instead of 403 if user can not access the repo ([#​23155](https://github.com/go-gitea/gitea/issues/23155)) ([#​23158](https://github.com/go-gitea/gitea/issues/23158)) - Support scoped access tokens ([#​20908](https://github.com/go-gitea/gitea/issues/20908)) - FEATURES - Add support for commit cross references ([#​22645](https://github.com/go-gitea/gitea/issues/22645)) - Scoped labels ([#​22585](https://github.com/go-gitea/gitea/issues/22585)) - Add Chef package registry ([#​22554](https://github.com/go-gitea/gitea/issues/22554)) - Support asciicast files as new markup ([#​22448](https://github.com/go-gitea/gitea/issues/22448)) - cgo cross-compile for freebsd ([#​22397](https://github.com/go-gitea/gitea/issues/22397)) - Add cron method to gc LFS MetaObjects ([#​22385](https://github.com/go-gitea/gitea/issues/22385)) - Add new captcha: cloudflare turnstile ([#​22369](https://github.com/go-gitea/gitea/issues/22369)) - Enable `@`- completion popup on the release description textarea ([#​22359](https://github.com/go-gitea/gitea/issues/22359)) - make /{username}.png redirect to user/org avatar ([#​22356](https://github.com/go-gitea/gitea/issues/22356)) - Add Conda package registry ([#​22262](https://github.com/go-gitea/gitea/issues/22262)) - Support org/user level projects ([#​22235](https://github.com/go-gitea/gitea/issues/22235)) - Add Mermaid copy button ([#​22225](https://github.com/go-gitea/gitea/issues/22225)) - Add user secrets ([#​22191](https://github.com/go-gitea/gitea/issues/22191)) - Secrets storage with SecretKey encrypted ([#​22142](https://github.com/go-gitea/gitea/issues/22142)) - Preview images for Issue cards in Project Board view ([#​22112](https://github.com/go-gitea/gitea/issues/22112)) - Add support for incoming emails ([#​22056](https://github.com/go-gitea/gitea/issues/22056)) - Add Cargo package registry ([#​21888](https://github.com/go-gitea/gitea/issues/21888)) - Add option to prohibit fork if user reached maximum limit of repositories ([#​21848](https://github.com/go-gitea/gitea/issues/21848)) - Add attention blocks within quote blocks for `Note` and `Warning` ([#​21711](https://github.com/go-gitea/gitea/issues/21711)) - Add Feed for Releases and Tags ([#​21696](https://github.com/go-gitea/gitea/issues/21696)) - Add package registry cleanup rules ([#​21658](https://github.com/go-gitea/gitea/issues/21658)) - Add "Copy" button to file view of raw text ([#​21629](https://github.com/go-gitea/gitea/issues/21629)) - Allow disable sitemap ([#​21617](https://github.com/go-gitea/gitea/issues/21617)) - Add package registry quota limits ([#​21584](https://github.com/go-gitea/gitea/issues/21584)) - Map OIDC groups to Orgs/Teams ([#​21441](https://github.com/go-gitea/gitea/issues/21441)) - Keep languages defined in .gitattributes ([#​21403](https://github.com/go-gitea/gitea/issues/21403)) - Add Webhook authorization header ([#​20926](https://github.com/go-gitea/gitea/issues/20926)) - Supports wildcard protected branch ([#​20825](https://github.com/go-gitea/gitea/issues/20825)) - Copy citation file content, in APA and BibTex format, on repo home page ([#​19999](https://github.com/go-gitea/gitea/issues/19999)) - API - Match api migration behavior to web behavior ([#​23552](https://github.com/go-gitea/gitea/issues/23552)) ([#​23573](https://github.com/go-gitea/gitea/issues/23573)) - Purge API comment ([#​23451](https://github.com/go-gitea/gitea/issues/23451)) ([#​23452](https://github.com/go-gitea/gitea/issues/23452)) - User creation API: allow custom "created" timestamps ([#​22549](https://github.com/go-gitea/gitea/issues/22549)) - Add `updated_at` field to PullReview API object ([#​21812](https://github.com/go-gitea/gitea/issues/21812)) - Add API management for issue/pull and comment attachments ([#​21783](https://github.com/go-gitea/gitea/issues/21783)) - Add API endpoint to get latest release ([#​21267](https://github.com/go-gitea/gitea/issues/21267)) - Support system hook API ([#​14537](https://github.com/go-gitea/gitea/issues/14537)) - ENHANCEMENTS - Add `.patch` to `attachment.ALLOWED_TYPES` ([#​23580](https://github.com/go-gitea/gitea/issues/23580)) ([#​23582](https://github.com/go-gitea/gitea/issues/23582)) - Fix sticky header in diff view ([#​23554](https://github.com/go-gitea/gitea/issues/23554)) ([#​23568](https://github.com/go-gitea/gitea/issues/23568)) - Refactor merge/update git command calls ([#​23366](https://github.com/go-gitea/gitea/issues/23366)) ([#​23544](https://github.com/go-gitea/gitea/issues/23544)) - Fix review comment context menu clipped bug ([#​23523](https://github.com/go-gitea/gitea/issues/23523)) ([#​23543](https://github.com/go-gitea/gitea/issues/23543)) - Imrove scroll behavior to hash issuecomment(scroll position, auto expand if file is folded, and on refreshing) ([#​23513](https://github.com/go-gitea/gitea/issues/23513)) ([#​23540](https://github.com/go-gitea/gitea/issues/23540)) - Increase horizontal page padding ([#​23507](https://github.com/go-gitea/gitea/issues/23507)) ([#​23537](https://github.com/go-gitea/gitea/issues/23537)) - Use octicon-verified for gpg signatures ([#​23529](https://github.com/go-gitea/gitea/issues/23529)) ([#​23536](https://github.com/go-gitea/gitea/issues/23536)) - Make time tooltips interactive ([#​23526](https://github.com/go-gitea/gitea/issues/23526)) ([#​23527](https://github.com/go-gitea/gitea/issues/23527)) - Replace Less with CSS ([#​23508](https://github.com/go-gitea/gitea/issues/23508)) - Fix 'View File' button in code search ([#​23478](https://github.com/go-gitea/gitea/issues/23478)) ([#​23483](https://github.com/go-gitea/gitea/issues/23483)) - Convert GitHub event on actions and fix some pull_request events. ([#​23037](https://github.com/go-gitea/gitea/issues/23037)) ([#​23471](https://github.com/go-gitea/gitea/issues/23471)) - Support reflogs ([#​22451](https://github.com/go-gitea/gitea/issues/22451)) ([#​23438](https://github.com/go-gitea/gitea/issues/23438)) - Fix actions frontend bugs (pagination, long name alignment) and small simplify ([#​23370](https://github.com/go-gitea/gitea/issues/23370)) ([#​23436](https://github.com/go-gitea/gitea/issues/23436)) - Scoped label display and documentation tweaks ([#​23430](https://github.com/go-gitea/gitea/issues/23430)) ([#​23433](https://github.com/go-gitea/gitea/issues/23433)) - Add missing tabs to org projects page ([#​22705](https://github.com/go-gitea/gitea/issues/22705)) ([#​23412](https://github.com/go-gitea/gitea/issues/23412)) - Fix and move "Use this template" button ([#​23398](https://github.com/go-gitea/gitea/issues/23398)) ([#​23408](https://github.com/go-gitea/gitea/issues/23408)) - Handle OpenID discovery URL errors a little nicer when creating/editing sources ([#​23397](https://github.com/go-gitea/gitea/issues/23397)) ([#​23403](https://github.com/go-gitea/gitea/issues/23403)) - Rename `canWriteUnit` to `canWriteProjects` ([#​23386](https://github.com/go-gitea/gitea/issues/23386)) ([#​23399](https://github.com/go-gitea/gitea/issues/23399)) - Refactor and tidy-up the merge/update branch code ([#​22568](https://github.com/go-gitea/gitea/issues/22568)) ([#​23365](https://github.com/go-gitea/gitea/issues/23365)) - Refactor `setting.Database.UseXXX` to methods ([#​23354](https://github.com/go-gitea/gitea/issues/23354)) ([#​23356](https://github.com/go-gitea/gitea/issues/23356)) - Fix incorrect project links and use symlink icon for org-wide projects ([#​23325](https://github.com/go-gitea/gitea/issues/23325)) ([#​23336](https://github.com/go-gitea/gitea/issues/23336)) - Fix PR view misalignment caused by long name file ([#​23321](https://github.com/go-gitea/gitea/issues/23321)) ([#​23335](https://github.com/go-gitea/gitea/issues/23335)) - Scoped labels: don't require holding alt key to remove ([#​23303](https://github.com/go-gitea/gitea/issues/23303)) ([#​23331](https://github.com/go-gitea/gitea/issues/23331)) - Add context when rendering labels or emojis ([#​23281](https://github.com/go-gitea/gitea/issues/23281)) ([#​23319](https://github.com/go-gitea/gitea/issues/23319)) - Change interactiveBorder to fix popup preview ([#​23169](https://github.com/go-gitea/gitea/issues/23169)) ([#​23314](https://github.com/go-gitea/gitea/issues/23314)) - Scoped labels: set aria-disabled on muted Exclusive option for a11y ([#​23306](https://github.com/go-gitea/gitea/issues/23306)) ([#​23311](https://github.com/go-gitea/gitea/issues/23311)) - update to mermaid v10 ([#​23178](https://github.com/go-gitea/gitea/issues/23178)) ([#​23299](https://github.com/go-gitea/gitea/issues/23299)) - Fix code wrap for unbroken lines ([#​23268](https://github.com/go-gitea/gitea/issues/23268)) ([#​23293](https://github.com/go-gitea/gitea/issues/23293)) - Use async await to fix empty quote reply at first time ([#​23168](https://github.com/go-gitea/gitea/issues/23168)) ([#​23256](https://github.com/go-gitea/gitea/issues/23256)) - Fix switched citation format ([#​23250](https://github.com/go-gitea/gitea/issues/23250)) ([#​23253](https://github.com/go-gitea/gitea/issues/23253)) - Allow `
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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). Co-authored-by: Michael Wittig Reviewed-on: https://gitea.sh4ke.rocks/sh4ke/k8s-projects/pulls/115 --- gitea/qa/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea/qa/values.yaml b/gitea/qa/values.yaml index f9cbda7..1d97f94 100644 --- a/gitea/qa/values.yaml +++ b/gitea/qa/values.yaml @@ -95,4 +95,4 @@ backup: operator: In values: - gitea-0 - image: gitea/gitea:1.18.5-rootless + image: gitea/gitea:1.19.0-rootless