forgejo-contrib/forgejo-cli
20
408
Fork
You've already forked forgejo-cli
51

Update Rust crate forgejo-api to 0.10.0 #422

Merged
Cyborus merged 2 commits from renovate/forgejo-api-0.x into main 2026年04月16日 20:16:36 +02:00

This PR contains the following updates:

Package Type Update Change
forgejo-api dependencies minor 0.9.00.10.0

Release Notes

Cyborus/forgejo-api (forgejo-api)

v0.10.0

Compare Source

forgejo-api v0.10.0

Get it on crates.io

If this crate is helpful to you, consider supporting me on Ko-Fi or LiberaPay!

Additions


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)

🚦 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.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [forgejo-api](https://codeberg.org/Cyborus/forgejo-api) | dependencies | minor | `0.9.0` → `0.10.0` | --- ### Release Notes <details> <summary>Cyborus/forgejo-api (forgejo-api)</summary> ### [`v0.10.0`](https://codeberg.org/Cyborus/forgejo-api/releases/tag/v0.10.0) [Compare Source](https://codeberg.org/Cyborus/forgejo-api/compare/v0.9.2...v0.10.0) `forgejo-api v0.10.0` [Get it on crates.io](https://crates.io/crates/forgejo-api/0.10.0) If this crate is helpful to you, consider supporting me on [Ko-Fi](https://ko-fi.com/cyborus) or [LiberaPay](https://liberapay.com/Cyborus/)! #### Additions - Forgejo 15 - [`get_admin_runners`](https://docs.rs/forgejo-api/latest/forgejo_api/struct.Forgejo.html#method.get_admin_runners) - [`register_admin_runner`](https://docs.rs/forgejo-api/latest/forgejo_api/struct.Forgejo.html#method.register_admin_runner) - [`admin_get_action_run_jobs`](https://docs.rs/forgejo-api/latest/forgejo_api/struct.Forgejo.html#method.admin_get_action_run_jobs) - [`admin_get_runner_registration_token`](https://docs.rs/forgejo-api/latest/forgejo_api/struct.Forgejo.html#method.admin_get_runner_registration_token) - [`get_admin_runner`](https://docs.rs/forgejo-api/latest/forgejo_api/struct.Forgejo.html#method.get_admin_runner) - [`delete_admin_runner`](https://docs.rs/forgejo-api/latest/forgejo_api/struct.Forgejo.html#method.delete_admin_runner) - [`get_org_runners`](https://docs.rs/forgejo-api/latest/forgejo_api/struct.Forgejo.html#method.get_org_runners) - [`register_org_runner`](https://docs.rs/forgejo-api/latest/forgejo_api/struct.Forgejo.html#method.register_org_runner) - [`get_org_runner`](https://docs.rs/forgejo-api/latest/forgejo_api/struct.Forgejo.html#method.get_org_runner) - [`delete_org_runner`](https://docs.rs/forgejo-api/latest/forgejo_api/struct.Forgejo.html#method.delete_org_runner) - [`get_repo_runners`](https://docs.rs/forgejo-api/latest/forgejo_api/struct.Forgejo.html#method.get_repo_runners) - [`register_repo_runner`](https://docs.rs/forgejo-api/latest/forgejo_api/struct.Forgejo.html#method.register_repo_runner) - [`get_repo_runner`](https://docs.rs/forgejo-api/latest/forgejo_api/struct.Forgejo.html#method.get_repo_runner) - [`delete_repo_runner`](https://docs.rs/forgejo-api/latest/forgejo_api/struct.Forgejo.html#method.delete_repo_runner) - [`get_user_runners`](https://docs.rs/forgejo-api/latest/forgejo_api/struct.Forgejo.html#method.get_user_runners) - [`register_user_runner`](https://docs.rs/forgejo-api/latest/forgejo_api/struct.Forgejo.html#method.register_user_runner) - [`get_user_runner`](https://docs.rs/forgejo-api/latest/forgejo_api/struct.Forgejo.html#method.get_user_runner) - [`delete_user_runner`](https://docs.rs/forgejo-api/latest/forgejo_api/struct.Forgejo.html#method.delete_user_runner) - [`AccessToken`](https://docs.rs/forgejo-api/latest/forgejo_api/structs/struct.AccessToken.html) and [`CreateAccessTokenOption`](https://docs.rs/forgejo-api/latest/forgejo_api/structs/struct.CreateAccessTokenOption.html) now has a `repositories` field. - [`ActionRunJob`](https://docs.rs/forgejo-api/latest/forgejo_api/structs/struct.ActionRunJob.html) now has `attempt` and `handle` parameters. - [`Repository`](https://docs.rs/forgejo-api/latest/forgejo_api/structs/struct.Repository.html) now has `has_wiki_contents`, `wiki_clone_url`, and `wiki_ssh_url` parameters. - [`ListActionRunsQuery`](https://docs.rs/forgejo-api/latest/forgejo_api/structs/struct.ListActionRunsQuery.html) now has `ref` and `workflow_id` parameters. - [`ActionRunner`](https://docs.rs/forgejo-api/latest/forgejo_api/structs/struct.ActionRunner.html) - [`ActionRunnerStatus`](https://docs.rs/forgejo-api/latest/forgejo_api/structs/struct.ActionRunnerStatus.html) - [`RegisterRunnerOptions`](https://docs.rs/forgejo-api/latest/forgejo_api/structs/struct.RegisterRunnerOptions.html) - [`RegisterRunnerResponse`](https://docs.rs/forgejo-api/latest/forgejo_api/structs/struct.RegisterRunnerResponse.html) - [`RepoTargetOption`](https://docs.rs/forgejo-api/latest/forgejo_api/structs/struct.RepoTargetOption.html) now has a `query` parameter. - [`ActionRunnerListHeaders`](https://docs.rs/forgejo-api/latest/forgejo_api/structs/struct.ActionRunnerListHeaders.html) now has a `query` parameter. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM (`* 0-3 * * *`) - Automerge - Between 12:00 AM and 03:59 AM (`* 0-3 * * *`) 🚦 **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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTEuMCIsInVwZGF0ZWRJblZlciI6IjQzLjExMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update Rust crate forgejo-api to 0.10.0
Some checks failed
ci/woodpecker/pr/check Pipeline failed
15e9fb2685
chore: add query parameter to list_action_tasks
All checks were successful
ci/woodpecker/pr/check Pipeline was successful
f474338688
Author
Member
Copy link

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
Cyborus deleted branch renovate/forgejo-api-0.x 2026年04月16日 20:16:38 +02:00
Sign in to join this conversation.
No reviewers
Labels
Clear labels
Kind/Breaking
Breaking change that won't be backward compatible
Kind/Bug
Something is not working
Kind/Design
Discussion about UI/UX design
Kind/Documentation
Documentation changes
Kind/Enhancement
Improve existing functionality
Kind/Feature
New functionality
Kind/Security
This is security issue
Kind/Testing
Issue or pull request related to testing
Kind/Upstream
This is an issue with upstream software (Forgejo) that is probably not our fault
Priority
Critical
The priority is critical
Priority
High
The priority is high
Priority
Low
The priority is low
Priority
Medium
The priority is medium
Reviewed
Confirmed
Issue has been confirmed
Reviewed
Duplicate
This issue or pull request already exists
Reviewed
Invalid
Invalid issue
Reviewed
Won't Fix
This issue won't be fixed
Status
Abandoned
Somebody has started to work on this but abandoned work
Status
Blocked
Something is blocking this issue or pull request
Status
Need More Info
Feedback is required to reproduce issue or to continue work
Suspicious
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
forgejo-contrib/forgejo-cli!422
Reference in a new issue
forgejo-contrib/forgejo-cli
No description provided.
Delete branch "renovate/forgejo-api-0.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?