Skip to content

Use StrategicMergePatch to apply overrides (#175) #25

Use StrategicMergePatch to apply overrides (#175)

Use StrategicMergePatch to apply overrides (#175) #25

Triggered via push April 18, 2024 04:26
Status Success
Total duration 16s
Artifacts
release-drafter
6s
release-drafter
Fit to window
Zoom out
Zoom in

Annotations

2 errors
release-drafter
Resource not accessible by integration { name: 'HttpError', id: '8732390078', status: 403, response: { url: 'https://api.github.com/repos/aenix-io/etcd-operator/releases', status: 403, 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-encoding': 'gzip', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Thu, 18 Apr 2024 04:26:46 GMT', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', server: 'GitHub.com', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', 'transfer-encoding': 'chunked', 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': '4FC4:179B98:1B85EC66:1BA318F4:6620A106', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4997', 'x-ratelimit-reset': '1713418005', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '3', 'x-xss-protection': '0' }, data: { message: 'Resource not accessible by integration', documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release' } }, request: { method: 'POST', url: 'https://api.github.com/repos/aenix-io/etcd-operator/releases', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/20.8.1 (linux; x64)', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: '{"target_commitish":"main","name":"v0.1.1","tag_name":"v0.1.1","body":"## Changes\\n- Use StrategicMergePatch to apply overrides @lllamnyp (#175)\\n- Update OWNERS as per community meeting @lllamnyp (#176)\\n- [104] Simple e2e test case @hiddenmarten (#168)\\n- Add Kamaji example @kvaps (#164)\\n- chore(deps): update grouped non-major updates @renovate (#171)\\n\\n## Features\\n\\n- [161] Add plain manifests to release process @hiddenmarten (#173)\\n- Fix double import core/v1 pkg for sts test file @sergeimonakhov (#170)\\n\\n## Maintenance\\n\\n- [161] Add plain manifests to release process @hiddenmarten (#173)\\n","draft":true,"prerelease":false,"make_latest":"true"}', request: {} }, event: { id: '8732390078', name: 'push', payload: { after: 'bee8012acd3cd708f05e8678d3924686cb395eef', base_ref: null, before: 'f7a5298bfe99cee29280665b465f6d735960b680', commits: [ { author: { email: 'lllamnyp@gmail.com', name: 'Timofei Larkin', username: 'lllamnyp' }, committer: { email: 'lllamnyp@gmail.com', name: 'Timofei Larkin', username: 'lllamnyp' }, distinct: false, id: '180c1949a424e6f57e49159618c54e2520ee7740', message: 'Use StrategicMergePatch to apply overrides\n' + '\n' + 'This commit removes the custom etcdaenixiov1alpha1.PodSpec type in\n' + 'favor of corev1.PodSpec. As a result, StrategicMergePatch may be used\n' + 'to correctly applythe overrides from EtcdCluster.Spec.PodTemplate.Spec\n' + 'on top of the default PodSpec, generated by the operator. In turn, this\n' + 'allows removal of dozens of lines of code responsible for custom merging\n' + 'logic.', timestamp: '2024-04-17T19:37
release-drafter
HttpError: Resource not accessible by integration at /home/runner/work/_actions/release-drafter/release-drafter/v6.0.0/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/v6.0.0/dist/index.js:30793:18) { name: 'AggregateError', event: { id: '8732390078', name: 'push', payload: { after: 'bee8012acd3cd708f05e8678d3924686cb395eef', base_ref: null, before: 'f7a5298bfe99cee29280665b465f6d735960b680', commits: [ { author: { email: 'lllamnyp@gmail.com', name: 'Timofei Larkin', username: 'lllamnyp' }, committer: { email: 'lllamnyp@gmail.com', name: 'Timofei Larkin', username: 'lllamnyp' }, distinct: false, id: '180c1949a424e6f57e49159618c54e2520ee7740', message: 'Use StrategicMergePatch to apply overrides\n' + '\n' + 'This commit removes the custom etcdaenixiov1alpha1.PodSpec type in\n' + 'favor of corev1.PodSpec. As a result, StrategicMergePatch may be used\n' + 'to correctly applythe overrides from EtcdCluster.Spec.PodTemplate.Spec\n' + 'on top of the default PodSpec, generated by the operator. In turn, this\n' + 'allows removal of dozens of lines of code responsible for custom merging\n' + 'logic.', timestamp: '2024-04-17T19:37:04+03:00', tree_id: '2d83602584b5c1ca2e8decc3541197d088909328', url: 'https://github.com/aenix-io/etcd-operator/commit/180c1949a424e6f57e49159618c54e2520ee7740' }, { author: { email: 'lllamnyp@gmail.com', name: 'Timofei Larkin', username: 'lllamnyp' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: false, id: '9f3f24c47bdda5131f639c3523611a1259edd513', message: "Merge branch 'main' into feat/corev1-podspec", timestamp: '2024-04-17T22:17:56+04:00', tree_id: '66957117952fbd5440f759aa9ff9eadffaeb3504', url: 'https://github.com/aenix-io/etcd-operator/commit/9f3f24c47bdda5131f639c3523611a1259edd513' }, { author: { email: 'lllamnyp@gmail.com', name: 'Timofei Larkin', username: 'lllamnyp' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: 'bee8012acd3cd708f05e8678d3924686cb395eef', message: 'Use StrategicMergePatch to apply overrides (#175)', timestamp: '2024-04-18T08:26:31+04:00', tree_id: '66957117952fbd5440f759aa9ff9eadffaeb3504', url: 'https://github.com/aenix-io/etcd-operator/commit/bee8012acd3cd708f05e8678d3924686cb395eef' } ], compare: 'https://github.com/aenix-io/etcd-operator/compare/f7a5298bfe99...bee8012acd3c', created: false, deleted: false, forced: false, head_commit: { author: { email: 'lllamnyp@gmail.com', name: 'Timofei Larkin', username: 'lllamnyp' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: 'bee8012acd3cd708f05e8678d3924686cb395eef', message: 'Use StrategicMergePatch to apply overrides (#175)', timestamp: '2024-04-18T08:26:31+04:00', tree_id: '66957117952fbd5440f759aa9ff9eadffaeb3504', url: 'https://github.com/aenix-io/etcd-operator/commit/bee8012acd3cd708f05e8678d3924686cb395eef' }, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/150755121?v=4', description: 'Amplify your data center wi