chore(deps): update rust crate tempfile to v3.16.0 #3173
Annotations
2 errors and 4 warnings
Run release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5
Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
{
name: 'HttpError',
id: '13034653417',
status: 422,
response: {
url: 'https://api.github.com/repos/kubewarden/kwctl/releases/196220497',
status: 422,
headers: {
'access-control-allow-origin': '*',
'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset',
'content-length': '210',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Wed, 29 Jan 2025 15:27:10 GMT',
'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin',
server: 'github.com',
'strict-transport-security': 'max-age=31536000; includeSubdomains; preload',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-accepted-github-permissions': 'contents=write',
'x-content-type-options': 'nosniff',
'x-frame-options': 'deny',
'x-github-api-version-selected': '2022-11-28',
'x-github-media-type': 'github.v3; format=json',
'x-github-request-id': 'DC00:136842:AE01A0:15A0BB5:679A48CD',
'x-ratelimit-limit': '15000',
'x-ratelimit-remaining': '14804',
'x-ratelimit-reset': '1738166583',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '196',
'x-xss-protection': '0'
},
data: {
message: 'Validation Failed',
errors: [
{
resource: 'Release',
code: 'invalid',
field: 'target_commitish'
}
],
documentation_url: 'https://docs.github.com/rest/releases/releases#update-a-release',
status: '422'
}
},
request: {
method: 'PATCH',
url: 'https://api.github.com/repos/kubewarden/kwctl/releases/196220497',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.4.0 octokit-core.js/3.6.0 Node.js/20.18.0 (linux; x64)',
'x-github-delivery': '13034653417',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: '{"body":"- prepare for 1.21.0-rc2 (#1057)\\n- build: Bump version to v1.21.0-rc1, bump policy-evaluator (#1049)\\n\\n## π Features\\n\\n- feat(cli): generate markdown documentation. (#1031)\\n\\n## π Bug Fixes\\n\\n- fix(deps): update rust crate rustls-pki-types to v1.11.0 (#1059)\\n- fix(deps): update rust crate wasmparser to 0.224 (#1047)\\n- fix: tinygo 0.35.0 policies exit at startup (#1034)\\n- fix(docs): remove invalid char in docs website. (#1036)\\n- fix(deps): update rust crate directories to v6 (#1032)\\n\\n## π§° Maintenance\\n\\n- chore(deps): update rust crate hyper to v1.6.0 (#1061)\\n- build(deps): update all patch level dependencies (#1060)\\n- fix(deps): update rust crate rustls-pki-types to v1.11.0 (#1059)\\n- build(deps): update all patch level dependencies (#1058)\\n- build(deps): lock file maintenance (#1056)\\n- build(deps): update all patch level dependencies (#1055)\\n- chore(deps): update fossas/fossa-action action to v1.5.0 (#1054)\\n- chore(deps): update codecov/codecov-action action to v5.3.0 (#1053)\\n- chore(deps): update codecov/codecov-action action to v5.2.0 (#1051)\\n- chore(deps): update actions/attest-build-provenance action to v2.2.0 (#1050)\\n- build(deps): update taiki-e/install-action action to v2.47.24 (#1052)\\n- fix(deps): update rust crate wasmparser to 0.224 (#1047)\\n- build(deps): update taiki-e/install-action action to v2.47.23 (#1046)\\n- build(deps): update all patch level dependencies (#1045)\\n- chore(deps): update release-drafter/release-drafter action to v6.1.0 (#1041)\\n- build(deps): lock file maintenance (#1043)\\n- build(deps): update all patch level dependencies (#1042)\\n- build(deps): update all patch level dependencies (#1040)\\n- build(deps): update kubewarden/gi
|
Run release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5
HttpError: Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
at /home/runner/work/_actions/release-drafter/release-drafter/b1476f6e6eb133afa41ed8589daba6dc69b4d3f5/dist/index.js:7146:21
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/b1476f6e6eb133afa41ed8589daba6dc69b4d3f5/dist/index.js:61885:18)
{
name: 'AggregateError',
event: {
id: '13034653417',
name: 'pull_request',
payload: {
action: 'edited',
changes: {
body: {
from: 'This PR contains the following updates:\n' +
'\n' +
'| Package | Type | Update | Change |\n' +
'|---|---|---|---|\n' +
'| [tempfile](https://stebalien.com/projects/tempfile-rs/) ([source](https://redirect.github.com/Stebalien/tempfile)) | dev-dependencies | minor | `3.15.0` -> `3.16.0` |\n' +
'\n' +
'---\n' +
'\n' +
'### Release Notes\n' +
'\n' +
'<details>\n' +
'<summary>Stebalien/tempfile (tempfile)</summary>\n' +
'\n' +
'### [`v3.16.0`](https://redirect.github.com/Stebalien/tempfile/blob/HEAD/CHANGELOG.md#3160)\n' +
'\n' +
'[Compare Source](https://redirect.github.com/Stebalien/tempfile/compare/v3.15.0...v3.16.0)\n' +
'\n' +
'- Update `getrandom` to `0.3.0` (thanks to [@​paolobarbolini](https://redirect.github.com/paolobarbolini)).\n' +
'- Allow `windows-sys` versions `0.59.x` in addition to `0.59.0` (thanks [@​ErichDonGubler](https://redirect.github.com/ErichDonGubler)).\n' +
'- Improved security documentation (thanks to [@​n0toose](https://redirect.github.com/n0toose) for collaborating with me on this).\n' +
'\n' +
'</details>\n' +
'\n' +
'---\n' +
'\n' +
'### Configuration\n' +
'\n' +
'π
**Schedule**: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC), Automerge - At any time (no schedule defined).\n' +
'\n' +
'π¦ **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n' +
'\n' +
'β» **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.\n' +
'\n' +
"π **Ignore**: Close this PR and you won't be reminded about this update again.\n" +
'\n' +
'---\n' +
'\n' +
' - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box\n' +
'\n' +
'---\n' +
'\n' +
'This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kubewarden/kwctl).\n' +
'<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhcmVhL2RlcGVuZGVuY2llcyJdfQ==-->\n'
}
},
enterprise: {
avatar_url: 'https://avatars.githubusercontent.com/b/9995?v=4',
created_at: '2021-11-03T14:57:36Z',
description: '',
html_url: 'https://github.com/enterprises/cncf',
id: 9995,
name: 'Cloud Native Computing Foundation',
node_id: 'E_kgDNJws',
slug: 'cncf',
updated_at: '2025-01-07T12:08:42Z',
website_url: 'https://cncf.io'
},
number: 1062,
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/80915497?v=4',
description: '',
events_url: 'https://api.github.com/orgs/kubewarden/events',
hooks_url: 'https://api.github.com/orgs/kubewarden/hooks',
id: 80915497,
issues_url: 'https://api.github.com/orgs/kubewarden/issues',
login: 'kubewarden',
members_url: 'https://api.github.com/orgs/kubewarden/members{/mem
|
Run release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
Run release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
Run release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
Run release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
Loading