Skip to content

Merge pull request #435 from linode/linode-interfaces #3

Merge pull request #435 from linode/linode-interfaces

Merge pull request #435 from linode/linode-interfaces #3

Triggered via push August 20, 2025 13:58
Status Success
Total duration 1m 6s
Artifacts
update_release_draft
1m 1s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
update_release_draft
HttpError: <html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx</center> </body> </html> 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: '17100625640', name: 'push', payload: { after: 'df343501bfc908814dc897a4c33d8ae9ba0ae0fc', base_ref: null, before: '36df8ece2cff6570baed14efa6229578075fb622', commits: [ { author: { email: 'ashley.dumaine@gmail.com', name: 'Ashley Dumaine', username: 'AshleyDumaine' }, committer: { email: 'ashley.dumaine@gmail.com', name: 'Ashley Dumaine', username: 'AshleyDumaine' }, distinct: true, id: 'b64ad428bb4d75d505f4d30035e2fd0c497f3719', message: 'massive refactor to deal with cyclic imports if we want to use the instance cache in the node IPAM controller', timestamp: '2025-08-14T17:37:03-04:00', tree_id: 'a42f8f7d47b6a39e52666b497b994ccace47fedf', url: 'https://github.com/hcwagner/linode-cloud-controller-manager/commit/b64ad428bb4d75d505f4d30035e2fd0c497f3719' }, { author: { email: 'ashley.dumaine@gmail.com', name: 'Ashley Dumaine', username: 'AshleyDumaine' }, committer: { email: 'ashley.dumaine@gmail.com', name: 'Ashley Dumaine', username: 'AshleyDumaine' }, distinct: true, id: 'd33b1834d0347262b244e39f4c94ae7230b7c669', message: 'make package for linode services', timestamp: '2025-08-15T11:05:36-04:00', tree_id: '6fd6e6a5bad602708cc6b00f7dfec1a3fede2306', url: 'https://github.com/hcwagner/linode-cloud-controller-manager/commit/d33b1834d0347262b244e39f4c94ae7230b7c669' }, { author: { email: '5779804+AshleyDumaine@users.noreply.github.com', name: 'Ashley Dumaine', username: 'AshleyDumaine' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: 'ee8fb730061a12a29c4907767a889e36bede4ea5', message: 'Merge pull request #438 from linode/package-refactor\n' + '\n' + '[cleanup] refactoring packages', timestamp: '2025-08-15T14:03:30-04:00', tree_id: '6fd6e6a5bad602708cc6b00f7dfec1a3fede2306', url: 'https://github.com/hcwagner/linode-cloud-controller-manager/commit/ee8fb730061a12a29c4907767a889e36bede4ea5' }, { author: { email: 'ashley.dumaine@gmail.com', name: 'Ashley Dumaine', username: 'AshleyDumaine' }, committer: { email: 'ashley.dumaine@gmail.com', name: 'Ashley Dumaine', username: 'AshleyDumaine' }, distinct: true, id: '713be6469adaaa012b8c0c6811e6569695f8d7cd', message: 'Add support for using linode interfaces (beta-only)', timestamp: '2025-08-15T16:51:18-04:00', tree_id: 'bc19f8d9453d030dd86464e68228c78cc0ea0f44', url: 'https://github.com/hcwagner/linode-cloud-controller-manager/commit/713be6469adaaa012b8c0c6811e6569695f8d7cd' }, { author: { email: 'ashley.dumaine@gmail.com', name: 'Ashley Dumaine', username: 'AshleyDumaine' }, committer: { email: 'ashley.dumaine@gmail.com', name: 'Ashley Dumaine', username: 'AshleyDumaine' }, distinct:
update_release_draft
<html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx</center> </body> </html> { name: 'HttpError', id: '17100625640', status: 502, response: { url: 'https://api.github.com/graphql', status: 502, headers: { 'content-length': '150', 'content-type': 'text/html', date: 'Wed, 20 Aug 2025 13:59:42 GMT', server: 'github.com', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-github-request-id': '5C20:3A3B60:458AF78:475613B:68A5D4C4' }, data: '<html>\r\n' + '<head><title>502 Bad Gateway</title></head>\r\n' + '<body>\r\n' + '<center><h1>502 Bad Gateway</h1></center>\r\n' + '<hr><center>nginx</center>\r\n' + '</body>\r\n' + '</html>\r\n' }, request: { method: 'POST', url: 'https://api.github.com/graphql', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/12.4.0 octokit-core.js/3.6.0 Node.js/20.19.3 (linux; x64)', 'x-github-delivery': '17100625640', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: '{"query":"\\n query findCommitsWithAssociatedPullRequests(\\n $name: String!\\n $owner: String!\\n $targetCommitish: String!\\n $withPullRequestBody: Boolean!\\n $withPullRequestURL: Boolean!\\n $since: GitTimestamp\\n $after: String\\n $withBaseRefName: Boolean!\\n $withHeadRefName: Boolean!\\n $pullRequestLimit: Int!\\n ) {\\n repository(name: $name, owner: $owner) {\\n object(expression: $targetCommitish) {\\n ... on Commit {\\n history(first: 100, since: $since, after: $after) {\\n totalCount\\n pageInfo {\\n hasNextPage\\n endCursor\\n }\\n nodes {\\n id\\n committedDate\\n message\\n author {\\n name\\n user {\\n login\\n }\\n }\\n associatedPullRequests(first: $pullRequestLimit) {\\n nodes {\\n title\\n number\\n url @include(if: $withPullRequestURL)\\n body @include(if: $withPullRequestBody)\\n author {\\n login\\n __typename\\n url\\n }\\n baseRepository {\\n nameWithOwner\\n }\\n mergedAt\\n isCrossRepository\\n labels(first: 100) {\\n nodes {\\n name\\n }\\n }\\n merged\\n baseRefName @include(if: $withBaseRefName)\\n headRefName @include(if: $withHeadRefName)\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n","variables":{"name":"linode-cloud-controller-manager","owner":"hcwagner","targetCommitish":"refs/heads/main","withPullRequestBody":false,"withPullRequestURL":false,"withBaseRefName":false,"withHeadRefName":false,"pullRequestLimit":5}}', request: { retryCount: 3, retries: 3, retryAfter: 16 } }, event: { id: '17100625640', name: 'push', payload: { after: 'df343501bfc908814dc897a4c33d8ae9ba0ae0fc', base_ref: null, before: '36df8ece2cff6570baed14efa6229578075fb622', commits: [ { author: { email: 'ashley.dumaine@gmail.com', name: 'Ashley Dumaine', username: 'AshleyDumaine' }, committer: { email: 'ashley.dumaine@gmail.com', name: 'Ashley Dumaine', username: 'AshleyDumaine' }, distinct: true, id: 'b64ad428bb4d75d505f4d30035e2fd0c497f3719', message: 'massive refactor to deal with cyclic imports if we want to use the instance cach
update_release_draft
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
update_release_draft
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
update_release_draft
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
update_release_draft
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)