Release/signoz 0.57.0 #14632
release-drafter.yml
on: pull_request
update_release_draft
9s
Annotations
2 errors and 1 warning
update_release_draft
Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
{
name: 'HttpError',
id: '11557763769',
status: 422,
response: {
url: 'https://api.github.com/repos/SigNoz/signoz/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',
connection: 'close',
'content-length': '210',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Mon, 28 Oct 2024 15:55:42 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; 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': '44C0:A3E9B:176DCD1F:17A16AD5:671FB3FE',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4881',
'x-ratelimit-reset': '1730133093',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '119',
'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/SigNoz/signoz/releases',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/20.13.1 (linux; x64)',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: `{"target_commitish":"refs/pull/6300/merge","name":"v0.56.1","tag_name":"v0.56.1","body":"# What's Changed\\n* feat: add Request Dashboard button and improve dashboard list styles (#6251) @sharpshooter90\\n* Fix api query context (#6268) @shivanshuraj1333\\n* Enable offline functionality for frontend (#6152) @saichander17\\n* chore: run all query-service tests (#6098) @Rindrics\\n* Feature flag kafka scenario in pkg instead of ee (#6213) @shivanshuraj1333\\n* feat: kafka Scenario 1, 3, 4 all squashed (#6144) @shivanshuraj1333\\n* Sync/post release v0.56 (#6181) @prashant-shahi\\n* fix: remove trailing slash from http payload example (#6176) @Rohukas\\n* chore: Update README.md (#6172) @ankit01-oss\\n* perf(cache): should delete multiple keys at once to reduce operations in Redis cache (#6170) @git-hulk\\n* Release/v0.56.x (#6156) @prashant-shahi\\n* #5861 Changes query which improves performance (#6081) @eKuG\\n\\n## 🚀 Features\\n\\n* feat(integrations): whitelist /deployments/me (#6275) @grandwizard28\\n* feat: add get and update apis for org and user preferences (#6249) @YounixM\\n* feat: add org onboarding preference (#6248) @YounixM\\n* feat: remove hardcode is darkmode value from get anomaly data func (#6245) @YounixM\\n* feat: tooltip plugin to show series data in tooltip (#6194) @YounixM\\n* feat: move resource qb to its own package and use common options (#6238) @nityanandagohain\\n* feat: onboarding API via proxy (#6058) @makeavish\\n* feat: bulk invite user api (#6057) @makeavish\\n* feat: search series in anomaly response data (#6185) @YounixM\\n* chore: update default feature flag and error response for formula (#6184) @srikanthccv\\n* feat: move anomaly detection behind ff and show beta (#6180) @YounixM\\n* Revert \\"Rever
|
update_release_draft
HttpError: Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
at /home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:8462:21
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:30793:18)
{
name: 'AggregateError',
event: {
id: '11557763769',
name: 'pull_request',
payload: {
action: 'synchronize',
after: 'cdde36974802e06d450eeace832658a276c78687',
before: '523cbcd6fc93abc533159205916aef5d01ace9e4',
number: 6300,
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/76905799?v=4',
description: 'Open source Observability Platform',
events_url: 'https://api.github.com/orgs/SigNoz/events',
hooks_url: 'https://api.github.com/orgs/SigNoz/hooks',
id: 76905799,
issues_url: 'https://api.github.com/orgs/SigNoz/issues',
login: 'SigNoz',
members_url: 'https://api.github.com/orgs/SigNoz/members{/member}',
node_id: 'MDEyOk9yZ2FuaXphdGlvbjc2OTA1Nzk5',
public_members_url: 'https://api.github.com/orgs/SigNoz/public_members{/member}',
repos_url: 'https://api.github.com/orgs/SigNoz/repos',
url: 'https://api.github.com/orgs/SigNoz'
},
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/SigNoz/signoz/issues/6300/comments'
},
commits: {
href: 'https://api.github.com/repos/SigNoz/signoz/pulls/6300/commits'
},
html: { href: 'https://github.com/SigNoz/signoz/pull/6300' },
issue: {
href: 'https://api.github.com/repos/SigNoz/signoz/issues/6300'
},
review_comment: {
href: 'https://api.github.com/repos/SigNoz/signoz/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/SigNoz/signoz/pulls/6300/comments'
},
self: {
href: 'https://api.github.com/repos/SigNoz/signoz/pulls/6300'
},
statuses: {
href: 'https://api.github.com/repos/SigNoz/signoz/statuses/cdde36974802e06d450eeace832658a276c78687'
}
},
active_lock_reason: null,
additions: 9754,
assignee: null,
assignees: [],
author_association: 'MEMBER',
auto_merge: null,
base: {
label: 'SigNoz:main',
ref: 'main',
repo: {
allow_auto_merge: true,
allow_forking: true,
allow_merge_commit: true,
allow_rebase_merge: true,
allow_squash_merge: true,
allow_update_branch: true,
archive_url: 'https://api.github.com/repos/SigNoz/signoz/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/SigNoz/signoz/assignees{/user}',
blobs_url: 'https://api.github.com/repos/SigNoz/signoz/git/blobs{/sha}',
branches_url: 'https://api.github.com/repos/SigNoz/signoz/branches{/branch}',
clone_url: 'https://github.com/SigNoz/signoz.git',
collaborators_url: 'https://api.github.com/repos/SigNoz/signoz/collaborators{/collaborator}',
comments_url: 'https://api.github.com/repos/SigNoz/signoz/comments{/number}',
commits_url: 'https://api.github.com/repos/SigNoz/signoz/commits{/sha}',
compare_url: 'https://api.github.com/repos/SigNoz/signoz/compare/{base}...{head}',
contents_url: 'https://api.github.com/repos/SigNoz/signoz/contents/{+path}',
contributors_url: 'https://api.github.com/repos/SigNoz/signoz/contributors',
created_at: '2021-01-03T12:44:36Z',
default_branch: 'develop',
delete_branch_on_merge: false,
deployments_url: 'https://api.github.com/repos/SigNoz/signoz/deployments',
descriptio
|
update_release_draft
The following actions use a deprecated Node.js version and will be forced to run on node20: release-drafter/release-drafter@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|