chore: Update module github.com/nobl9/nobl9-go to v0.96.0 #1994
Annotations
2 errors and 4 warnings
Run release-drafter/release-drafter@v6
Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
{
name: 'HttpError',
id: '13554433762',
status: 422,
response: {
url: 'https://api.github.com/repos/nobl9/nobl9-go/releases',
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, 26 Feb 2025 22:16:14 GMT',
'github-authentication-token-expiration': '2026-01-14 12:00:10 +0100',
'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; contents=write,workflows=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': '9481:26F863:1B20BD0:1BC6929:67BF92AD',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4823',
'x-ratelimit-reset': '1740611240',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '177',
'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#create-a-release',
status: '422'
}
},
request: {
method: 'POST',
url: 'https://api.github.com/repos/nobl9/nobl9-go/releases',
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': '13554433762',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: `{"target_commitish":"refs/pull/654/merge","name":"v0.96.1","tag_name":"v0.96.1","body":"# What's Changed\\n\\n* No changes\\n","draft":true,"prerelease":false,"make_latest":"true"}`,
request: {}
},
event: {
id: '13554433762',
name: 'pull_request',
payload: {
action: 'edited',
changes: {
body: {
from: 'This PR contains the following updates:\n' +
'\n' +
'| Package | Change | Age | Adoption | Passing | Confidence |\n' +
'|---|---|---|---|---|---|\n' +
'| [github.com/nobl9/nobl9-go](https://redirect.github.com/nobl9/nobl9-go) | `v0.95.2` -> `v0.96.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |\n' +
'\n' +
'---\n' +
'\n' +
'### Release Notes\n' +
'\n' +
'<details>\n' +
'<summary>nobl9/nobl9-go (github.com/nobl9/nobl9-go)</summary>\n' +
'\n' +
'### [`v0.96.0`](https://redirect.github.com/nobl9/nobl9-go/releases/tag/v0.96.0)\n'
|
Run release-drafter/release-drafter@v6
HttpError: Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
at /home/runner/work/_actions/release-drafter/release-drafter/v6/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/v6/dist/index.js:61885:18)
{
name: 'AggregateError',
event: {
id: '13554433762',
name: 'pull_request',
payload: {
action: 'edited',
changes: {
body: {
from: 'This PR contains the following updates:\n' +
'\n' +
'| Package | Change | Age | Adoption | Passing | Confidence |\n' +
'|---|---|---|---|---|---|\n' +
'| [github.com/nobl9/nobl9-go](https://redirect.github.com/nobl9/nobl9-go) | `v0.95.2` -> `v0.96.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |\n' +
'\n' +
'---\n' +
'\n' +
'### Release Notes\n' +
'\n' +
'<details>\n' +
'<summary>nobl9/nobl9-go (github.com/nobl9/nobl9-go)</summary>\n' +
'\n' +
'### [`v0.96.0`](https://redirect.github.com/nobl9/nobl9-go/releases/tag/v0.96.0)\n' +
'\n' +
'[Compare Source](https://redirect.github.com/nobl9/nobl9-go/compare/v0.95.2...v0.96.0)\n' +
'\n' +
"### What's Changed\n" +
'\n' +
'#### 🚀 Features\n' +
'\n' +
'- feat: Update Honeycomb config to forbid raw metrics; support good total single query only \\[PC-15396] ([#​633](https://redirect.github.com/nobl9/nobl9-go/issues/633)) [@​nikodemrafalski](https://redirect.github.com/nikodemrafalski)\n' +
'\n' +
'#### 🧰 Maintenance\n' +
'\n' +
'- chore: Update dependency cspell to v8.17.5 ([#​652](https://redirect.github.com/nobl9/nobl9-go/issues/652)) @​[renovate\\[bot\\]](https://redirect.github.com/apps/renovate)\n' +
'- chore: Update dependency cspell to v8.17.4 ([#​651](https://redirect.github.com/nobl9/nobl9-go/issues/651)) @​[renovate\\[bot\\]](https://redirect.github.com/apps/renovate)\n' +
'- chore: Update module github.com/nobl9/nobl9-go to v0.95.2 ([#​650](https://redirect.github.com/nobl9/nobl9-go/issues/650)) @​[renovate\\[bot\\]](https://redirect.github.com/apps/renovate)\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**: Enabled.\n' +
'\n' +
'♻ **Rebasing**: Whenever PR becomes conflicted, 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' +
' - [ ] <!-- 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/gith
|
Run release-drafter/release-drafter@v6
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
Run release-drafter/release-drafter@v6
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
Run release-drafter/release-drafter@v6
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
Run release-drafter/release-drafter@v6
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
Loading