feat(container): update image gitea/gitea to v1.21.4 #33
Loading…
Reference in New Issue
No description provided.
Delete Branch "renovate/gitea-gitea-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.19.0
->1.21.4
Release Notes
go-gitea/gitea (gitea/gitea)
v1.21.4
Compare Source
convert.ToTeams
on empty input (#28426) (#28767)status_check_contexts
matching bug (#28582) (#28589)GetCommitStatuses
(#28787) (#28804)DateTime
show proper tooltip (#28677) (#28683)checkIfPRContentChanged
(#28731) (#28737)Instances on Gitea Cloud will be automatically upgraded to this version during the specified maintenance window.
v1.21.3
Compare Source
Instances on Gitea Cloud will be automatically upgraded to this version during the specified maintenance window.
v1.21.2
Compare Source
filepath
instead ofpath
to create SQLite3 database file (#28374) (#28378)HEAD
support for rpm repo files (#28309) (#28360)protect_branch_name_pattern_desc
(#28313) (#28315)previous
info from git blame (#28306) (#28310)First-time contributor
(#28237) (#28271)previous
info from git blame (#28306) (#28310)v1.21.1
Compare Source
packages.cleanup.success
(#28129) (#28132)v1.21.0
Compare Source
.git-blame-ignore-revs
file (#26395)Retry
button when creating a mirror-repo fails (#26228)db.DefaultContext
(#27073) (#27083) (#27089) (#27103) (#27262) (#27265) (#27347) (#26076)RemoteAddress
to mirrors (#26952)enter
key (#27746) (#27751)link-action
redirect network error (#27734) (#27749)release
in sql queries (#27205) (#27218)pull_request_target
event (#26320)LFS_JWT_SECRET
from wrong section (#26109)ref
for workflows triggered bypull_request_target
(#25743)-dev
tags (#25471)pull_request_target
event (#25229)ctx
in new_form.tmpl (#27434) (#27438)action.user_id
(#27403) (#27425)DeleteIssuesByRepoID
(#27332) (#27408)comment.dependent_issue_id
(#27325) (#27340)Test Delivery
andReplay
webhook buttons when webhook is inactive (#27211) (#27253).new-menu
(#27181) (#27243)issue_user.issue_id
(#27154) (#27158)gt-float-right
and some unnecessary helpers (#27110)print
instead ofprintf
(#27093)GetUserIssueStats
and move relevant tests toindexer_test.go
(#27067)util.SliceXxx
withslices.Xxx
(#26958)has
selector and improve various styles (#26891)RSS user feed
button (#26882)og:description
to limit the max length (#26876).ui.right
(#26825)text
module (#26777)item
module (#26775)WalkGitLog
(#26773)border-radius
behavior (#26770)Archived
to archive label. (#26741)modules/mirror
toservices
(#26737)member
,collaborator
,contributor
, andfirst-time contributor
roles and tooltips (#26658)Sync2
->Sync
(#26479)user-content-*
consistent with github (#26388)IssueList
instead of[]*Issue
(#26369)#number
in documents (#26365)issue_service.CreateComment
(#26298)Joined on...
in profiles (#26215)delete LFS file
button red (#26181)flex-list
&flex-item
elements for Gitea UI (#25790)octicon-file-directory-symlink
(#25453)Create column
button while the column name is empty (#25192)HashAvatar
(#25662)no-duplicate-header
(#27500) (#27506)known issue
section in Gitea Actions Doc (#27930) (#27938)from-source.zh-cn.md
&from-source.en-us.md
- Cross Compile Using Zig (#25194)elliptic.Marshal
(#26800)v1.20.6
Compare Source
v1.20.5
Compare Source
release
in sql queries (#27205) (#27219)SyncAndGetUserSpecificDiff
(#27152) (#27156)pull_request
event (#27126) (#27145)v1.20.4
Compare Source
branch_filter
to hooks API endpoints (#26599) (#26632){repo}/issues/new
to{repo}/issues/new/choose
when blank issues are disabled (#26813) (#26847)v1.20.3
Compare Source
object-fit: contain
for oauth2 custom icons (#26493) (#26498)last indexed SHA
when a repo could not be indexed yet (#26340) (#26345)hidden
overclip
for text truncation (#26520) (#26522)EmptySHA
(#26290) (#26316)v1.20.2
Compare Source
v1.20.1
Compare Source
runs-on
with expressions when warning no matched runners (#25917) (#25933)v1.20.0
Compare Source
[actions].DEFAULT_ACTIONS_URL
to onlygithub
orself
(#25581) (#25604)actions
stat (#25062)theme-color
anddefault-theme
(#24960)[git.config]
for reflog cleaning up (#24958)time.FORMAT
(#24430)setting.Other
and remove unusedSHOW_FOOTER_BRANDING
(#24270)ctx
in templates (#23105)app.ini
, usediff.algorithm=histogram
by default (#24860)webp
images as avatars (#24248)outputs
and useneeds
context on Actions (#24230)Permission
in API returned repository struct (#25388) (#25441)add line comment
buttons focusable (#25894) (#25896)add file
button for pull mirrors (#25748) (#25751)Regenerate Secret
button display (#25534) (#25541)select all issues
checkbox when no issues are available (#25086)origin
remote (#25066)ViewStepLog
(#24980)bot
label next to username when rendering autor link if the user is a bot (#24943)@font-face
overrides (#24855)In your repositories
link in milestones dashboard (#24853)CommentList
instead of[]*Comment
(#24828)git
call (#24710)N/A
with-
everywhere (#24474)font-awesome
and fomanticicon
module (#24471)ui-monospace
andSF Mono
to--fonts-monospace
(#24442)Rename branch
from repo settings page to the page of branches list (#24380)IsRepositoryExist
logic (#24374)DumpVar
helper function to help debugging templates (#24262)on_date
key (#24106)reserved
,bot
, andremote
(#24026)Printf
, improve template error messages (#23982)muted
class for buttons (#23896)(comment)
when a link points at a comment rather than the whole issue (#23734)Publish Review
buttons should indicate why they are disabled (#23598)<SvgIcon>
to make it outputsvg
node and optimize performance (#23570)id="comment-form"
dead code, fix tag (#23555)repository
in npm package metadata endpoint (#23539)project.IconName
instead of repeated unreadableif-else
chains (#23538)Close
to eitherClose issue
orClose pull request
(#23506).locale.Tr
function not found in delete modal (#23468)DEFAULT_SHOW_FULL_NAME
is true (#23463)RepositoryList.LoadAttributes
(#23435)<div class="button">
to<button class="button">
(#23337)find('.menu').toggle()
(#22987)repo.namedBlob
bygit.TreeEntry
. (#22898)matchPullRequestEvent
(#25746) (#25796)ctx.Written()
forGetActionIssue
(#25698) (#25711)WithPullRequest
foractionsNotifier
(#25144) (#25197)MilestoneIDs
when querying issues (#25125) (#25141)No assignee
filter in issue list page (#24854)LogIndexes
in case it is outdated (#24516)ignSignIn
(#24415)toggle
buttons (#23676)valid_until
translation tovalid_until_date
and include placeholder for the date (#24563)add_on
translation toadded_on
and include placeholder for the date (#24562)join_on
translation tojoined_on
and include placeholder for the date (#24550).ssh
andauthorized_keys
(#25721) (#25730)/templates/swagger/v1_json.tmpl
as generated file (#24306)drone exec
toact_runner exec
in test README.md (#24791)redis-cluster
explicitly in config (#24717)README
link (#24546)CONTRIBUTING.md
(#24492)webcomponents
(#23261)line-height
cutting offg
(#25334) (#25533)base_ref
,head_ref
,api_url
,ref_type
fields (#24356)action
table (#23532)Hide comment type
settings where necessary (#21306)v1.19.4
Compare Source
404
in the API if the requested webhooks were not found (#24823) (#24830)organization
field beingnull
inGET /api/v1/teams/{id}
(#24694) (#24696)--font-weight-bold
to 600 (#24840)WithPullRequest
foractionsNotifier
(#25144) (#25196)Actions
unit issue (#24536) (#24545)@every
forOLDER_THAN
cron settings (#24695) (#24698)v1.19.3
Compare Source
v1.19.2
Compare Source
theme-color
by default (#24340) (#24346)v1.19.1
Compare Source
repo.actions
and add docs for it (#23733) (#23881)branches
,tag
,path
filter (#22804) (#23740)diffEnd
when clicking theShow More
button in the DiffFileTree (#24069) (#24078)ref
to fully-formed of the tag when trigger event isrelease
(#23944) (#23989)Repository.getFilesChanged
to fix Actionspaths
andpaths-ignore
filter (#23920) (#23969)cases.Title
crash for concurrency (#23885) (#23903)needs
in Actions (#23789) (#23831)pull_request_sync
(#23683) (#23691)HookEventType
of pull request review comments (#23650) (#23678)show-modal
andshow-panel
class (#23660) (#23663)/notifications/watching
(#23564) (#23603)push to create
,open PR from push
, andpush options
docs articles into one (#23744) (#23959)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.
This PR has been generated by Renovate Bot.
Closing since gitea is no longer deployed in the cluster
Pull request closed