This PR contains the following updates:
| Package |
Type |
Update |
Change |
| forgejo-api |
dependencies |
minor |
0.9.0 → 0.10.0 |
Release Notes
Cyborus/forgejo-api (forgejo-api)
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.
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-->