Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2024

This PR contains the following updates:

Package Update Change
docker.io/gitea/gitea minor 1.22.2 -> 1.25.1

Release Notes

go-gitea/gitea (docker.io/gitea/gitea)

v1.25.1

Compare Source

Instances on Gitea Cloud will be automatically upgraded to this version during the specified maintenance window.

v1.25.0

Compare Source

  • BREAKING
    • Return 201 Created for CreateVariable API responses (#​34517)
    • Add label 'state' to metric 'gitea_users' (#​34326)
  • SECURITY
    • Upgrade security public key (#​34956)
    • Also include all security fixes in 1.24.x after 1.25.0-rc0
  • FEATURES
    • Stream repo zip/tar.gz/bundle achives by default (#​35487)
    • Use configurable remote name for git commands (#​35172)
    • Send email on Workflow Run Success/Failure (#​34982)
    • Refactor OpenIDConnect to support SSH/FullName sync (#​34978)
    • Refactor repo contents API and add "contents-ext" API (#​34822)
    • Add support for 3D/CAD file formats preview (#​34794)
    • Improve instance wide ssh commit signing (#​34341)
    • Edit file workflow for creating a fork and proposing changes (#​34240)
    • Follow file symlinks in the UI to their target (#​28835)
    • Allow renaming/moving binary/LFS files in the UI (#​34350)
  • PERFORMANCE
    • Improve the performance when detecting the file editable (#​34653)
  • ENHANCEMENTS
    • Enable more markdown paste features in textarea editor (#​35494)
    • Don't store repo archives on gitea dump (#​35467)
    • Always return the relevant status information, even if no status exists. (#​35335)
    • Add start time on perf trace because it seems some steps haven't been recorded. (#​35282)
    • Remove deprecated auth sources (#​35272)
    • When sorting issues by nearest due date, issues without due date should be sorted ascending (#​35267)
    • Disable field count validation of CSV viewer (#​35228)
    • Add has_code to repository REST API (#​35214)
    • Display pull request in merged commit view (#​35202)
    • Support Basic Authentication for archive downloads (#​35087)
    • Add hover background to table rows in user and repo admin page (#​35072)
    • Partially refresh notifications list (#​35010)
    • Also display "recently pushed branch" alert on PR view (#​35001)
    • Refactor time tracker UI (#​34983)
    • Improve CLI commands (#​34973)
    • Improve project & label color picker and image scroll (#​34971)
    • Improve NuGet API Parity (#​21291) (#​34940)
    • Support getting last commit message using contents-ext API (#​34904)
    • Adds title on branch commit counts (#​34869)
    • Add "Cancel workflow run" button to Actions list page (#​34817)
    • Improve img lazy loading (#​34804)
    • Forks repository list page follow other repositories page (#​34784)
    • Add ff_only parameter to POST /repos/{owner}/{repo}/merge-upstream (#​34770)
    • Rework delete org and rename org UI (#​34762)
    • Improve nuget/rubygems package registries (#​34741)
    • Add repo file tree item link behavior (#​34730)
    • Add issue delete notifier (#​34592)
    • Improve Actions list (#​34530)
    • Add a default tab on repo header when migrating (#​34503)
    • Add post-installation redirect based on admin account status (#​34493)
    • Trigger 'unlabeled' event when label is Deleted from PR (#​34316)
    • Support annotated tags when using create release API (#​31840)
    • Use lfs label for lfs file rather than a long description (#​34363)
    • Add "View workflow file" to Actions list page (#​34538)
    • Move organization's visibility change to danger zone. (#​34814)
    • Don't block site admin's operation if SECRET_KEY is lost (#​35721)
    • Make restricted users can access public repositories (#​35693)
    • The status icon of the Action step is consistent with GitHub (#​35618) #​35621
  • BUGFIXES
    • Update tab title when navigating file tree (#​35757) #​35772
    • Fix "ref-issue" handling in markup (#​35739) #​35771
    • Fix webhook to prevent tag events from bypassing branch filters targets (#​35567) #​35577
    • Fix markup init after issue comment editing (#​35536) #​35537
    • Fix creating pull request failure when the target branch name is the same as some tag (#​35552) #​35582
    • Fix auto-expand and auto-scroll for actions logs (#​35570) (#​35583) #​35586
    • Use inputs context when parsing workflows (#​35590) #​35595
    • Fix diffpatch API endpoint (#​35610) #​35613
    • Creating push comments before invoke pull request checking (#​35647) #​35668
    • Fix missing Close when error occurs and abused connection pool (#​35658) #​35670
    • Fix build (#​35674)
    • Use LFS object size instead of blob size when viewing a LFS file (#​35679)
    • Fix workflow run event status while rerunning a failed job (#​35689)
    • Avoid emoji mismatch and allow to only enable chosen emojis (#​35692)
    • Refactor legacy code, fix LFS auth bypass, fix symlink bypass (#​35708)
    • Fix various trivial problems (#​35714)
    • Fix attachment file size limit in server backend (#​35519)
    • Honor delete branch on merge repo setting when using merge API (#​35488)
    • Fix external render, make iframe render work (#​35727, #​35730)
    • Upgrade go mail to 0.7.2 (#​35748)
    • Revert #​18491, fix oauth2 client link account (#​35745)
    • Fix different behavior in status check pattern matching with double stars (#​35474)
    • Fix overflow in notifications list (#​35446)
    • Fix package link setting can only list limited repositories (#​35394)
    • Extend comment treepath length (#​35389)
    • Fix font-size in inline code comment preview (#​35209)
    • Move git config/remote to gitrepo package and add global lock to resolve possible conflict when updating repository git config file (#​35151)
    • Change some columns from text to longtext and fix column wrong type caused by xorm (#​35141)
    • Redirect to a presigned URL of HEAD for HEAD requests (#​35088)
    • Fix git commit committer parsing and add some tests (#​35007)
    • Fix OCI manifest parser (#​34797)
    • Refactor FindOrgOptions to use enum instead of bool, fix membership visibility (#​34629)
    • Fix notification count positioning for variable-width elements (#​34597)
    • Keeping consistent between UI and API about combined commit status state and fix some bugs (#​34562)
    • Fix possible panic (#​34508)
    • Fix autofocus behavior (#​34397)
    • Fix Actions API (#​35204)
    • Fix ListWorkflowRuns OpenAPI response model. (#​35026)
    • Small fix in Pull Requests page (#​34612)
    • Fix http auth header parsing (#​34936)
    • Fix modal + form abuse (#​34921)
    • Fix PR toggle WIP (#​34920)
    • Fix log fmt (#​34810)
    • Replace stopwatch toggle with explicit start/stop actions (#​34818)
    • Fix some package registry problems (#​34759)
    • Fix RPM package download routing & missing package version count (#​34909)
    • Fix repo search input height (#​34330)
    • Fix "The sidebar of the repository file list does not have a fixed height #​34298" (#​34321)
    • Fix minor typos in two files #HSFDPMUW (#​34944)
    • Fix actions skipped commit status indicator (#​34507)
    • Fix job status aggregation logic (#​35000)
    • Fix broken OneDev migration caused by various REST API changes in OneDev 7.8.0 and later (#​35216)
    • Fix typo in oauth2_full_name_claim_name string (#​35199)
    • Fix typo in locale_en-US.ini (#​35196)
  • API
    • Exposing TimeEstimate field in the API (#​35475)
    • UpdateBranch API supports renaming a branch (#​35374)
    • Add owner and parent fields clarification to docs (#​35023)
    • Improve OAuth2 provider (correct Issuer, respect ENABLED) (#​34966)
    • Add a login/login-name/username disambiguation to affected endpoint parameters and response/request models (#​34901)
    • Do not mutate incoming options to SearchRepositoryByName (#​34553)
    • Do not mutate incoming options to RenderUserSearch and SearchUsers (#​34544)
    • Export repo's manual merge settings (#​34502)
    • Add date range filtering to commit retrieval endpoints (#​34497)
    • Add endpoint deleting workflow run (#​34337)
    • Add workflow_run api + webhook (#​33964)
  • REFACTOR
    • Move updateref and removeref to gitrepo and remove unnecessary open repository (#​35511)
    • Remove unused param doer (#​34545)
    • Split GetLatestCommitStatus as two functions (#​34535)
    • Use gitrepo.SetDefaultBranch when set default branch of wiki repository (#​33911)
    • Refactor editor (#​34780)
    • Refactor packages (#​34777)
    • Refactor container package (#​34877)
    • Refactor "change file" API (#​34855)
    • Rename pull request GetGitRefName to GetGitHeadRefName to prepare introducing GetGitMergeRefName (#​35093)
    • Move git command to git/gitcmd (#​35483)
    • Use db.WithTx/WithTx2 instead of TxContext when possible (#​35428)
    • Support Node.js 22.6 with type stripping (#​35427)
    • Migrate tools and configs to typescript, require node.js >= 22.18.0 (#​35421)
    • Check user and repo for redirects when using git via SSH transport (#​35416)
    • Remove the duplicated function GetTags (#​35375)
    • Refactor to use reflect.TypeFor (#​35370)
    • Deleting branch could delete broken branch which has database record but git branch is missing (#​35360)
    • Exit with success when already up to date (#​35312)
    • Split admin config settings templates to make it maintain easier (#​35294)
    • A small refactor to use context in the service layer (#​35179)
    • Refactor and update mail templates (#​35150)
    • Use db.WithTx/WithTx2 instead of TxContext when possible (#​35130)
    • Align issue-title-buttons with list-header (#​35018)
    • Add Notifications section in User Settings (#​35008)
    • Tweak placement of diff file menu (#​34999)
    • Refactor mail template and support preview (#​34990)
    • Rerun job only when run is done (#​34970)
    • Merge index.js (#​34963)
    • Refactor "delete-button" to "link-action" (#​34962)
    • Refactor webhook and fix feishu/lark secret (#​34961)
    • Exclude devtest.ts from tailwindcss (#​34935)
    • Refactor head navbar icons (#​34922)
    • Improve html escape (#​34911)
    • Improve tags list page (#​34898)
    • Improve labels-list rendering (#​34846)
    • Remove unused variable HUGO_VERSION (#​34840)
    • Correct migration tab name (#​34826)
    • Refactor template helper (#​34819)
    • Use shallowRef instead of ref in .vue files where possible (#​34813)
    • Use standalone function to update repository cols (#​34811)
    • Refactor wiki (#​34805)
    • Remove unnecessary duplicate code (#​34733)
    • Refactor embedded assets and drop unnecessary dependencies (#​34692)
    • Update x/crypto package and make builtin SSH use default parameters (#​34667)
    • Add --color-logo, matching the logo's primary color (#​34639)
    • Add openssh-keygen to rootless image (#​34625)
    • Replace update repository function in some places (#​34566)
    • Change "rejected" to "changes requested" in 3rd party PR review notification (#​34481)
    • Remove legacy template helper functions (#​34426)
    • Use run-name and evaluate workflow variables (#​34301)
    • Move HasWiki to repository service package (#​33912)
    • Move some functions from package git to gitrepo (#​33910)
  • TESTING
  • STYLE
    • Enforce explanation for necessary nolints and fix bugs (#​34883)
    • Fix remaining issues after gopls modernize formatting (#​34771)
    • Update gofumpt, add go.mod ignore directive (#​35434)
    • Enforce nolint scope (#​34851)
    • Enable gocritic equalFold and fix issues (#​34952)
    • Run gopls modernize on codebase (#​34751)
    • Upgrade gopls to v0.19.0, add make fix (#​34772)
  • BUILD
  • MISC
    • Add gitignore rules to exclude LLM instruction files (#​35076)
    • Gitignore: Visual Studio settings folder (#​34375)
    • Improve language in en-US locale strings (#​35124)
    • Fixed all grammatical errors in locale_en-US.ini (#​35053)
    • Docs/fix typo and grammar in CONTRIBUTING.md (#​35024)
    • Improve english grammar and readability in locale_en-US.ini (#​35017)

Instances on Gitea Cloud will be automatically upgraded to this version during the specified maintenance window.

v1.24.7

Compare Source

Instances on Gitea Cloud will be automatically upgraded to this version during the specified maintenance window.

v1.24.6

Compare Source

Instances on Gitea Cloud will be automatically upgraded to this version during the specified maintenance window.

v1.24.5

Compare Source

Instances on Gitea Cloud will be automatically upgraded to this version during the specified maintenance window.

v1.24.4

Compare Source

Instances on Gitea Cloud will be automatically upgraded to this version during the specified maintenance window.

v1.24.3

Compare Source

Instances on Gitea Cloud will be automatically upgraded to this version during the specified maintenance window.

v1.24.2

Compare Source

This is a quick release to resolve docker images push bug

Instances on Gitea Cloud will be automatically upgraded to this version during the specified maintenance window.

v1.24.1

Compare Source

Instances on Gitea Cloud will be automatically upgraded to this version during the specified maintenance window.

v1.24.0

Compare Source

  • BREAKING

    • Make Gitea always use its internal config, ignore /etc/gitconfig (#​33076)
    • Improve log format (#​33814)
    • Fix markdown render behaviors (#​34122)
    • Add package version api endpoints (#​34173)
  • FEATURES

    • Enforce two-factor auth (2FA: TOTP or WebAuthn) (#​34187)
    • Add fullscreen mode as a more efficient operation way to view projects (#​34081)
    • Add anonymous access support for private/unlisted repositories (#​34051)
    • Support public code/issue access for private repositories (#​33127)
    • Add middleware for request prioritization (#​33951)
    • Add cli flags LDAP group configuration (#​33933)
    • Add file tree to file view page (#​32721)
    • Add material icons for file list (#​33837)
    • Artifacts download api for artifact actions v4 (#​33510)
    • Support choose email when creating a commit via web UI (#​33432)
    • Add basic auth support to rss/atom feeds (#​33371)
    • Add sorting by exclusive labels (issue priority) (#​33206)
    • Add sub issue list support (#​32940)
    • Private README.md for organization (#​32872)
    • Email option to embed images as base64 instead of link (#​32061)
    • Option to delay conflict checking of old pull requests until page view (#​27779)
    • Worktime tracking for the organization level (#​19808)
  • PERFORMANCE

    • Add cache for common package queries (#​22491)
    • Move issue pin to an standalone table for querying performance (#​33452)
    • Improve commits list performance to reduce unnecessary database queries (#​33528)
    • Optimize total count of feed when loading activities in user dashboard. (#​33841)
    • Optimize heatmap query (#​33853)
    • Only use prev and next buttons for pagination on user dashboard (#​33981)
    • Improve pull request list API performance (#​34052)
    • Cache GPG keys, emails and users when list commits (#​34086)
    • Refactor Git Attribute & performance optimization (#​34154)
    • Performance optimization for tags synchronization (#​34355) #​34522
  • ENHANCEMENTS

    • Code

      • Display when a release attachment was uploaded (#​34261)
      • Support creating relative link to raw path in markdown (#​34105)
      • Improve code block readability and isolate copy button (#​34009)
      • Improve repository commit view (#​33877)
      • Full-file syntax highlighting for diff pages (#​33766)
      • Clone repository with Tea CLI (#​33725)
      • Improve sync fork behavior (#​33319)
      • Make git clone URL could use current signed-in user (#​33091)
      • Add submodule diff links (#​33097)
      • Link to tree views of submodules if possible (#​33424)
      • Only keep popular licenses (#​33832)
      • De-emphasize signed commits (#​31160)
    • Actions

      • Add flat-square action badge style (#​34062)
      • Update action status badge layout (#​34018)
      • Download actions job logs from API (#​33858)
      • Always show the "rerun" button for action jobs (#​33692)
      • Add auto-expanding running actions step (#​30058)
      • Update status check for all supported on.pull_request.types in Gitea (#​33117)
      • Workflow_dispatch use workflow from trigger branch (#​33098)
      • Add action auto-scroll (#​30057)
      • Add workflow_job webhook (#​33694)
      • Add a button editing action secret (#​34462)
    • Pull Request

      • Auto expand "New PR" form (#​33971)
      • Mark parent directory as viewed when all files are viewed (#​33958)
      • Show info about maintainers are allowed to edit a PR (#​33738)
      • Automerge supports deleting branch automatically after merging (#​32343)
      • Add additional command hints for PowerShell & CMD (#​33548)
    • Issues

      • Allow filtering issues by any assignee (#​33343)
      • Show warning on navigation if currently editing comment or title (#​32920)
      • Make tracked time representation display as hours (#​33315)
      • Add No Results Prompt Message on Issue List Page (#​33699)
      • Add sort option recentclose for issues and pulls (#​34525) #​34539
    • Packages

    • Administration

      • Improve navbar: add "admin" tip, add "active" style (#​32927)
      • Add a option "--user-type bot" to admin user create, improve role display (#​27885)
      • Improve admin user view page (#​33735)
      • Sup

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/docker.io-gitea-gitea-1.x branch from b9dbd56 to 9e9e90b Compare November 25, 2024 23:24
@renovate renovate bot changed the title Update docker.io/gitea/gitea Docker tag to v1.22.3 Update docker.io/gitea/gitea Docker tag to v1.22.4 Nov 25, 2024
@renovate renovate bot force-pushed the renovate/docker.io-gitea-gitea-1.x branch from 9e9e90b to 22a30a8 Compare December 12, 2024 00:50
@renovate renovate bot changed the title Update docker.io/gitea/gitea Docker tag to v1.22.4 Update docker.io/gitea/gitea Docker tag to v1.22.5 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/docker.io-gitea-gitea-1.x branch from 22a30a8 to 34c9c0e Compare December 14, 2024 01:23
@renovate renovate bot changed the title Update docker.io/gitea/gitea Docker tag to v1.22.5 Update docker.io/gitea/gitea Docker tag to v1.22.6 Dec 14, 2024
@renovate renovate bot force-pushed the renovate/docker.io-gitea-gitea-1.x branch from 34c9c0e to 8cbdce8 Compare January 9, 2025 02:57
@renovate renovate bot changed the title Update docker.io/gitea/gitea Docker tag to v1.22.6 Update docker.io/gitea/gitea Docker tag to v1.23.0 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/docker.io-gitea-gitea-1.x branch from 8cbdce8 to f719b28 Compare January 10, 2025 10:16
@renovate renovate bot changed the title Update docker.io/gitea/gitea Docker tag to v1.23.0 Update docker.io/gitea/gitea Docker tag to v1.23.1 Jan 10, 2025
@renovate renovate bot force-pushed the renovate/docker.io-gitea-gitea-1.x branch from f719b28 to 070647e Compare February 5, 2025 20:39
@renovate renovate bot changed the title Update docker.io/gitea/gitea Docker tag to v1.23.1 Update docker.io/gitea/gitea Docker tag to v1.23.2 Feb 5, 2025
@renovate renovate bot force-pushed the renovate/docker.io-gitea-gitea-1.x branch from 070647e to 32ee49a Compare February 6, 2025 08:33
@renovate renovate bot changed the title Update docker.io/gitea/gitea Docker tag to v1.23.2 Update docker.io/gitea/gitea Docker tag to v1.23.3 Feb 6, 2025
@renovate renovate bot force-pushed the renovate/docker.io-gitea-gitea-1.x branch from 32ee49a to f4b8bb8 Compare February 19, 2025 07:04
@renovate renovate bot changed the title Update docker.io/gitea/gitea Docker tag to v1.23.3 Update docker.io/gitea/gitea Docker tag to v1.23.4 Feb 19, 2025
@renovate renovate bot force-pushed the renovate/docker.io-gitea-gitea-1.x branch from f4b8bb8 to 36cf087 Compare March 5, 2025 01:28
@renovate renovate bot changed the title Update docker.io/gitea/gitea Docker tag to v1.23.4 Update docker.io/gitea/gitea Docker tag to v1.23.5 Mar 5, 2025
@renovate renovate bot force-pushed the renovate/docker.io-gitea-gitea-1.x branch from 36cf087 to 9dd73ff Compare March 25, 2025 04:00
@renovate renovate bot changed the title Update docker.io/gitea/gitea Docker tag to v1.23.5 Update docker.io/gitea/gitea Docker tag to v1.23.6 Mar 25, 2025
@renovate renovate bot force-pushed the renovate/docker.io-gitea-gitea-1.x branch from 9dd73ff to d72d24d Compare April 7, 2025 22:47
@renovate renovate bot changed the title Update docker.io/gitea/gitea Docker tag to v1.23.6 Update docker.io/gitea/gitea Docker tag to v1.23.7 Apr 7, 2025
@renovate renovate bot force-pushed the renovate/docker.io-gitea-gitea-1.x branch from d72d24d to e48e0f6 Compare May 13, 2025 02:42
@renovate renovate bot changed the title Update docker.io/gitea/gitea Docker tag to v1.23.7 Update docker.io/gitea/gitea Docker tag to v1.23.8 May 13, 2025
@renovate renovate bot force-pushed the renovate/docker.io-gitea-gitea-1.x branch from e48e0f6 to 8a282c0 Compare June 10, 2025 04:59
@renovate renovate bot changed the title Update docker.io/gitea/gitea Docker tag to v1.23.8 Update docker.io/gitea/gitea Docker tag to v1.24.0 Jun 10, 2025
@renovate renovate bot force-pushed the renovate/docker.io-gitea-gitea-1.x branch from 8a282c0 to 79abc9a Compare June 19, 2025 22:35
@renovate renovate bot changed the title Update docker.io/gitea/gitea Docker tag to v1.24.0 Update docker.io/gitea/gitea Docker tag to v1.24.1 Jun 19, 2025
@renovate renovate bot force-pushed the renovate/docker.io-gitea-gitea-1.x branch from 79abc9a to 732cc54 Compare June 21, 2025 00:25
@renovate renovate bot changed the title Update docker.io/gitea/gitea Docker tag to v1.24.1 Update docker.io/gitea/gitea Docker tag to v1.24.2 Jun 21, 2025
@renovate renovate bot force-pushed the renovate/docker.io-gitea-gitea-1.x branch from 732cc54 to cdcf9ca Compare July 15, 2025 06:31
@renovate renovate bot changed the title Update docker.io/gitea/gitea Docker tag to v1.24.2 Update docker.io/gitea/gitea Docker tag to v1.24.3 Jul 15, 2025
@renovate renovate bot force-pushed the renovate/docker.io-gitea-gitea-1.x branch from cdcf9ca to 6863451 Compare August 4, 2025 20:49
@renovate renovate bot changed the title Update docker.io/gitea/gitea Docker tag to v1.24.3 Update docker.io/gitea/gitea Docker tag to v1.24.4 Aug 4, 2025
@renovate renovate bot force-pushed the renovate/docker.io-gitea-gitea-1.x branch from 6863451 to 8e86617 Compare August 13, 2025 18:34
@renovate renovate bot changed the title Update docker.io/gitea/gitea Docker tag to v1.24.4 Update docker.io/gitea/gitea Docker tag to v1.24.5 Aug 13, 2025
@renovate renovate bot force-pushed the renovate/docker.io-gitea-gitea-1.x branch from 8e86617 to e11a117 Compare September 11, 2025 06:32
@renovate renovate bot changed the title Update docker.io/gitea/gitea Docker tag to v1.24.5 Update docker.io/gitea/gitea Docker tag to v1.24.6 Sep 11, 2025
@renovate renovate bot force-pushed the renovate/docker.io-gitea-gitea-1.x branch from e11a117 to 3f946a0 Compare October 25, 2025 04:30
@renovate renovate bot changed the title Update docker.io/gitea/gitea Docker tag to v1.24.6 Update docker.io/gitea/gitea Docker tag to v1.24.7 Oct 25, 2025
@renovate renovate bot force-pushed the renovate/docker.io-gitea-gitea-1.x branch from 3f946a0 to 684d334 Compare October 30, 2025 00:32
@renovate renovate bot changed the title Update docker.io/gitea/gitea Docker tag to v1.24.7 Update docker.io/gitea/gitea Docker tag to v1.25.0 Oct 30, 2025
@renovate renovate bot force-pushed the renovate/docker.io-gitea-gitea-1.x branch from 684d334 to cb1ee7d Compare November 4, 2025 23:05
@renovate renovate bot changed the title Update docker.io/gitea/gitea Docker tag to v1.25.0 Update docker.io/gitea/gitea Docker tag to v1.25.1 Nov 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants