Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 112758,
"has_wiki": true,
"homepage": "https://github.com/kubernetes-sigs/descheduler",
"languages": {
"Go": 1479139,
"Shell": 38682,
"Makefile": 5677,
"Mustache": 3451,
"Dockerfile": 1021
},
"pushed_at": "2026-05-20T12:34:43Z",
"created_at": "2021-05-11T20:47:10Z",
"owner_type": "User",
"updated_at": "2026-05-19T20:35:18Z",
"description": "Descheduler for Kubernetes",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Amir Alavi",
"type": "User",
"login": "a7i",
"company": "@zendesk ",
"location": "Atlanta",
"followers": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/9448877?v=4",
"created_at": "2018-02-07T20:14:40Z",
"is_verified": null,
"public_repos": 116,
"account_age_days": 3090
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "descheduler-helm-chart-0.28.1",
"kind": "other",
"published_at": "2023-11-29T16:45:41Z"
},
{
"tag": "descheduler-helm-chart-0.27.1",
"kind": "other",
"published_at": "2023-11-26T20:14:01Z"
},
{
"tag": "descheduler-helm-chart-0.28.0",
"kind": "other",
"published_at": "2023-08-26T03:52:56Z"
},
{
"tag": "descheduler-helm-chart-0.26.0",
"kind": "other",
"published_at": "2023-04-03T00:21:41Z"
}
],
"recent_commits": [
{
"oid": "8005cdf78391e2c071cfa653c462dfefc2de8856",
"body": "[v0.36.0] release prep: bump k8s/go deps, manifests, docs, and CI matrix",
"is_bot": false,
"headline": "Merge pull request #1874 from a7i/descheduler-v0.36.0",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-05-19T20:19:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "745146e4112c64c0ffe6191a69234101864f6cde",
"body": "KubeVirt v1.8.2 publishes VMI status checksum fields (uint32 in Go) as\nformat: int32 in its generated CRD schema. k8s 1.36 enables strict\nnumeric format validation in CRDs via\nhttps://github.com/kubernetes/kubernetes/pull/136582, which now rejects\nthe legacy schema and causes virt-handler to enter a\n[…]\nIRT_VERSION to v1.9.0-alpha.0 so the e2e suite consumes a\nrelease whose generated CRDs are compatible with k8s 1.36's stricter\nvalidator.\n\nTracked in https://github.com/kubevirt/kubevirt/issues/17858.",
"is_bot": false,
"headline": "ci(e2e): bump KubeVirt to v1.9.0-alpha.0 for k8s 1.36 compatibility",
"author_name": "Amir Alavi",
"author_login": "a7i",
"committed_at": "2026-05-19T19:06:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2119baee3d75c6b42dd2c88f0b9982fbfcdceb02",
"body": "Reverts b767b9c0f. The helper was added to work around what looked like\nthe virt-handler containerdisk-socket race on k8s 1.36, but the actual\nroot cause is unrelated: k8s 1.36's stricter CRD numeric format\nvalidation (kubernetes/kubernetes#136582) rejects VMI status updates\nwith the pre-fix uint32 \n[…]\n included in v1.9.0-alpha.0, not in v1.8.x).\n\nThe follow-up commit bumps KUBEVIRT_VERSION so the test consumes a\nKubeVirt release that contains the fix, which removes the need for any\ntest-side retry.",
"is_bot": false,
"headline": "revert: ensureVMIsLiveMigratable retry helper",
"author_name": "Amir Alavi",
"author_login": "a7i",
"committed_at": "2026-05-19T19:05:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b767b9c0f7005e676235689e1ce344c8dd9290c8",
"body": "Adds ensureVMIsLiveMigratable in TestLiveMigrationInBackground. After\nthe existing wait for virt-launcher pods to reach Running, poll each\nVMI for the LiveMigratable=True condition. If a VMI fails to become\nmigratable within 120s, delete and recreate it (up to 3 attempts).\n\nThis works around an upst\n[…]\nndler's first attempt.\n\nThe race surfaces consistently with the kind v1.36.1 node image,\ncausing TestLiveMigrationInBackground to fail with \"Expected at least\n3 finished live migrations, got less: 0\".",
"is_bot": false,
"headline": "test(e2e): wait for VMIs to be LiveMigratable, recreate on race",
"author_name": "Amir Alavi",
"author_login": "a7i",
"committed_at": "2026-05-19T13:16:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "03f7dc5889f0a9698d36fd442fe26ef5579c6c2f",
"body": "- Update kubevirt.io/api from v1.3.0 to v1.8.2\n- Update kubevirt.io/client-go from v1.3.0 to v1.8.2\n- Update kubevirt.io/containerized-data-importer-api from v1.57.0-alpha1 to v1.64.0\n- Migrate e2e test from deprecated generated clientset path\n (kubevirt.io/client-go/generated/kubevirt/clientset/versioned)\n to new kubevirt.io/client-go/kubevirt client package\n- Update vendor and dependencies for Kubernetes 1.36 compatibility",
"is_bot": false,
"headline": "Bump KubeVirt dependencies to v1.8.2 and migrate to new client package",
"author_name": "Amir Alavi",
"author_login": "a7i",
"committed_at": "2026-05-19T02:39:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfc3166787f5895f1e0265a2164c5315d537ffa5",
"body": null,
"is_bot": false,
"headline": "test(e2e): harden kind install and align lint tooling",
"author_name": "Amir Alavi",
"author_login": "a7i",
"committed_at": "2026-05-18T16:15:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0883de763b77f13be3515d2442de94e3e69efbb1",
"body": null,
"is_bot": false,
"headline": "ci(manifests): build kind node image for k8s v1.36.1",
"author_name": "Amir Alavi",
"author_login": "a7i",
"committed_at": "2026-05-18T16:15:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f8f9bb74e9282f8fc9b24f2f2b2c7409692fa66",
"body": null,
"is_bot": false,
"headline": "[v0.36.0] release prep: bump k8s/go deps, manifests, docs, and CI matrix",
"author_name": "Amir Alavi",
"author_login": "a7i",
"committed_at": "2026-05-18T16:15:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6720f509cfb0c8016ddb07d72a3a173a0fef969",
"body": "fix(test/setupTestSandbox): wait until initial objects are propagated to informers",
"is_bot": false,
"headline": "Merge pull request #1878 from ingvagabund/setupTestSandbox-fix",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-05-18T15:18:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66918dc553beeb1465860508b8115345fd81b2bb",
"body": "… to informers",
"is_bot": false,
"headline": "fix(test/setupTestSandbox): wait until initial objects are propagated…",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-05-18T14:46:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b5f6b450cfc9b7c09d5350346dba074e4fafbc0",
"body": "…selector (#1853)",
"is_bot": false,
"headline": "chore(defaultevictor): add matchlabels compatibility to the namespace…",
"author_name": "Linus Fankhauser",
"author_login": "Fankhauserli",
"committed_at": "2026-05-18T11:15:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ea8051e1e27bfc1ba74fb3a299b19d09c946f69",
"body": "…ic_race\n\nevictions: fix assumePod silently dropping success metric on informer race",
"is_bot": false,
"headline": "Merge pull request #1873 from tiraboschi/fix_background_eviction_metr…",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-05-17T13:23:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57105044ad01a5c5983806638ff2dde6f0d24f75",
"body": "ci: pin GitHub Actions to immutable SHAs",
"is_bot": false,
"headline": "Merge pull request #1875 from a7i/pin-github-actions-sha",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-05-16T13:04:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5a7c076f37a67c049850ebdcec52e23c3d53879",
"body": null,
"is_bot": false,
"headline": "ci: pin GitHub Actions to commit SHAs",
"author_name": "Amir Alavi",
"author_login": "a7i",
"committed_at": "2026-05-16T02:24:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7ac072c7dcb7fd4ab5b233d7e24518683b89a16",
"body": "… race\n\nWhen KubeVirt sets EvictionInProgressAnnotationKey before returning\nTooManyRequests, the informer's UpdateFunc can call addPod\n(evictionAssumed=false) before evictPod's assumePod call arrives.\nassumePod found the entry already present and returned early, leaving\nevictionAssumed=false. Delete\n[…]\nace without double-counting the pod in the counters.\n\nAdds TestEvictionInBackgroundMetrics_InformerRace to reproduce the race\ndeterministically.\n\nSigned-off-by: Simone Tiraboschi <stirabos@redhat.com>",
"is_bot": false,
"headline": "evictions: fix assumePod silently dropping success metric on informer…",
"author_name": "Simone Tiraboschi",
"author_login": "tiraboschi",
"committed_at": "2026-05-14T15:23:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c00d88f9edb916fd4fa130ea1347da68a61edbf2",
"body": "chart: allow overriding ServiceMonitor apiVersion",
"is_bot": false,
"headline": "Merge pull request #1837 from a7i/feat/servicemonitor-apiversion-1824",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-05-11T12:15:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "290d7f3dfbdda2d2ad4d833378e23b911e6b8084",
"body": "…e_38936\n\ncloudbuild: pin gcb-docker-gcloud image by digest",
"is_bot": false,
"headline": "Merge pull request #1871 from Paramesh324/bump-gcb-docker-gcloud_issu…",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-05-11T08:45:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fab0f2ab70dcca48ec8cc3fe4db31fbc5f9f48d7",
"body": "tag comment (v20260205-38cfa9523f) so Cloud Build keeps working after\nstaging registry retention.\nRelated: kubernetes/kubernetes#138936\n\nSigned-off-by: Parameshwaran Krishnasamy <Parameshwaran.K@ibm.com>",
"is_bot": false,
"headline": "Replace the GC'd tag v20211118-2f2d816b90 with digest pinning and a",
"author_name": "Parameshwaran Krishnasamy",
"author_login": "Paramesh324",
"committed_at": "2026-05-10T06:55:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddadd33ab2a3b2cbc866b24db96336ebab03bb41",
"body": "fix(.github/workflows/manifests.yaml): pin actions to a sha",
"is_bot": false,
"headline": "Merge pull request #1868 from ingvagabund/pin-gh-actions-to-sha",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-05-06T14:50:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7be855f7a5ac801b86251875ddf520aca3b8b685",
"body": null,
"is_bot": false,
"headline": "fix(.github/workflows/manifests.yaml): pin actions to a sha",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-05-06T14:11:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67a20369b848927bbf01174e73cd442c979db1e7",
"body": "fix(descheduler): reset prometheus usage client at each extension point",
"is_bot": false,
"headline": "Merge pull request #1862 from tiraboschi/fix_1840",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-05-04T14:38:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e56144c7a2fa1e1756363d83ea674ea4020260b1",
"body": "Profile creation was moved outside the descheduling cycle in b214c147,\nbut reconcileInClusterSAToken() still runs only in runFnc(), after\nnewDescheduler() returns. This leaves the prometheus client nil when\nLowNodeUtilization's New() runs, causing \"prometheus client not\ninitialized\" at startup.\n\nAvo\n[…]\np the latest client regardless\nof when the SA token is reconciled or rotated.\n\nFixes: https://github.com/kubernetes-sigs/descheduler/issues/1840\n\nSigned-off-by: Simone Tiraboschi <stirabos@redhat.com>",
"is_bot": false,
"headline": "fix(descheduler): reset prometheus usage client at each extension point",
"author_name": "Simone Tiraboschi",
"author_login": "tiraboschi",
"committed_at": "2026-04-29T09:36:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fa8ae489aef9d86b2395b1b5e091fc60fbf17788",
"body": "evictions: fix missing observability for background evictions",
"is_bot": false,
"headline": "Merge pull request #1856 from tiraboschi/background_eviction_metrics",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-04-20T09:53:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc0f0354c69c916ab06241cb89eb4ec44631659f",
"body": "Background evictions were completely invisible in metrics: the ignore=true\npath caused EvictPod to return before incrementing any counter, leaving\noperators with no signal that a background eviction had been triggered or\ncompleted.\n\nAdd a \"background\" result label emitted at eviction request time an\n[…]\nhing \"success\" if the descheduler restarts before the pod is deleted,\nwhile \"success\" confirms the eviction completed within the same lifecycle.\n\nSigned-off-by: Simone Tiraboschi <stirabos@redhat.com>",
"is_bot": false,
"headline": "evictions: fix missing observability for background evictions",
"author_name": "Simone Tiraboschi",
"author_login": "tiraboschi",
"committed_at": "2026-04-20T09:20:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0bc278a8160dc93b730d3532ee8be0edd64a8e20",
"body": "security: upgrade grpc and otel sdk dependencies",
"is_bot": false,
"headline": "Merge pull request #1859 from sammedsingalkar09/master",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-04-18T14:45:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "212b7069509265b3bd526e6edbd8b9787d2996c0",
"body": "Bump gRPC and OpenTelemetry SDK/exporter dependencies to patched releases and refresh vendored modules to address reported vulnerabilities while keeping tracing resource schema versions consistent.\n\nMade-with: Cursor",
"is_bot": false,
"headline": "security: upgrade grpc and otel sdk dependencies",
"author_name": "sammedsingalkar09",
"author_login": "sammedsingalkar09",
"committed_at": "2026-04-18T07:42:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f9d5c607dab5129e3e340abf18a9a11a856a1ae",
"body": "…ction-v0.35.0\n\nsecurity: Update trivy-action to use sha for v0.35.0",
"is_bot": false,
"headline": "Merge pull request #1854 from kubernetes-sigs/security/update-trivy-a…",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-03-23T10:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ca2edbb5954ad9252271d640831b2598c49ddfa",
"body": "Updates aquasecurity/trivy-action from mutable references to SHA-pinned\nversion to address security vulnerabilities.\n\n- Updates to v0.35.0 (57a97c7e)\n- Pins to specific SHA for immutability\n- Addresses issue: aquasecurity/trivy#10425\n\nSigned-off-by: Priyanka Saggu <priyankasaggu11929@gmail.com>",
"is_bot": false,
"headline": "security: Update trivy-action to v0.35.0",
"author_name": "Priyanka Saggu",
"author_login": "Priyankasaggu11929",
"committed_at": "2026-03-22T17:42:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fafc09fff142f4046e737cc9550b9d887dc0a94",
"body": "Extend PodLifeTime with condition, exit code, owner kind, and transition time filters",
"is_bot": false,
"headline": "Merge pull request #1844 from a7i/extend-podlifetime-transitions",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-03-06T19:34:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4391ea73b231ce07748cff76ec97eb6687e46ec",
"body": "Move container waiting/terminated state checking from PodLifeTime and\nRemovePodsHavingTooManyRestarts into podutil as separate exported helpers:\nHasMatchingContainerWaitingState and HasMatchingContainerTerminatedState.\nEach plugin composes only the helpers it needs.",
"is_bot": false,
"headline": "Extract shared container state matching helpers into podutil",
"author_name": "Amir Alavi",
"author_login": "a7i",
"committed_at": "2026-03-06T17:18:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a845ed3b36728ca4ffecc3b0d8d4ebb856019b33",
"body": "…ion time filters",
"is_bot": false,
"headline": "Extend PodLifeTime with condition, exit code, owner kind, and transit…",
"author_name": "Amir Alavi",
"author_login": "a7i",
"committed_at": "2026-03-06T17:17:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac815c26f6f5780dbf71e6d5e4c3d72d276e3dd6",
"body": "update golang semconv dependencies",
"is_bot": false,
"headline": "Merge pull request #1848 from sammedsingalkar09/master",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-03-06T14:30:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e76287fbbfd9da83ae7e22590af67328432f8fbf",
"body": null,
"is_bot": false,
"headline": "update go dependencies",
"author_name": "sammedsingalkar09",
"author_login": "sammedsingalkar09",
"committed_at": "2026-03-06T05:54:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "751ba2e76ebad1fc4bf806b74cac6d9d8ad6d0a1",
"body": "fix(ci): upgrade codeql-action to v4 and clean up security workflow",
"is_bot": false,
"headline": "Merge pull request #1847 from a7i/fix/upgrade-codeql-action-v4",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-03-05T03:36:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d82437286b081d8022105203981fa0e2e5f8d48b",
"body": "CodeQL Action v1 and v2 have been deprecated. Update\nupload-sarif to v4, remove unnecessary strategy block\n(missing required matrix property), and remove invalid\nexit-code input from the upload-sarif step.",
"is_bot": false,
"headline": "fix(ci): upgrade codeql-action to v4 and clean up security workflow",
"author_name": "Amir Alavi",
"author_login": "a7i",
"committed_at": "2026-03-05T03:06:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "905e7626037d2e425863cd7c975522f480ba5e8a",
"body": "fix: resolve detected data races",
"is_bot": false,
"headline": "Merge pull request #1842 from ingvagabund/data-races",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-02-25T16:08:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbdab93459300140ccba041be6d7750d333fc062",
"body": null,
"is_bot": false,
"headline": "fix: resolve detected data races",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-25T15:38:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af6e2adf42e1af6e78486893c0ce7f41dcd9788c",
"body": "Change icon URL in Chart.yaml",
"is_bot": false,
"headline": "Merge pull request #1838 from a7i/helm-icon",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-02-24T14:35:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5d8ec102bcbc5b5d65972c4215f9e123ef559fa",
"body": null,
"is_bot": false,
"headline": "chart: allow overriding ServiceMonitor apiVersion",
"author_name": "Amir Alavi",
"author_login": "a7i",
"committed_at": "2026-02-21T05:03:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bfdbe92e910a2f86e84329d212f2857cfbb1893",
"body": "This commit adds support for init containers in the descheduler Helm chart,\nallowing users to run initialization tasks before the main descheduler\ncontainer starts.\n\nChanges:\n- Add initContainers field to values.yaml with example usage\n- Update deployment.yaml template to render init containers\n- Up\n[…]\nchecks\n\nExample usage in values.yaml:\ninitContainers:\n - name: init-config\n image: busybox:1.28\n command: ['sh', '-c', 'echo Initializing && sleep 5']\n\nSigned-off-by: kjoshi <kjoshi@egnyte.com>",
"is_bot": false,
"headline": "Add init containers support to Helm chart (#1826)",
"author_name": "Kamlesh Joshi",
"author_login": "kamleshjoshi8102",
"committed_at": "2026-02-21T02:33:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9e9595357a9bf587c4ecb19f68607d11f05966dc",
"body": "* Synchronize helm clusterrole RBAC with base yaml\n\nI noticed in v0.35.\n\n```\nE0219 23:53:57.761596 1 reflector.go:204] \"Failed to watch\" err=\"failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \\\"system:serviceaccount:kube-system:descheduler\\\" cannot list resour\n[…]\ntps://github.com/kubernetes-sigs/descheduler/blob/bec9cd38d01eab2d35f1d76b1b9845649e11bffa/kubernetes/base/rbac.yaml#L38-L40\n\nSo I figured this just needed a bump\n\n* remove dupe\n\n* undo version change",
"is_bot": false,
"headline": "Update helm RBAC to account for pvc failure on 0.35.0 (#1836)",
"author_name": "Cayla Fauver",
"author_login": "cayla",
"committed_at": "2026-02-21T00:47:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bec9cd38d01eab2d35f1d76b1b9845649e11bffa",
"body": "[v0.35.0] update helm chart",
"is_bot": false,
"headline": "Merge pull request #1835 from a7i/descheduler-chart-v0.35.0",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-02-19T21:07:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d387fc794501347ae5624765e38dafbd79aa7af",
"body": null,
"is_bot": false,
"headline": "[v0.35.0] update helm chart",
"author_name": "Amir Alavi",
"author_login": "a7i",
"committed_at": "2026-02-19T16:57:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2efac6ae8af3dd2a869d358e566b98917c7e0626",
"body": "fix(ci): pin helm-unittest plugin version and bump chart-testing-action",
"is_bot": false,
"headline": "Merge pull request #1834 from a7i/fix/helm-unittest-plugin-version",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-02-19T16:01:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4013fd80d8a2a9aee9e47d581c65886467fe9bb",
"body": "The helm-unittest plugin install was failing with:\n error unmarshaling JSON: while decoding JSON: json: unknown field \"platformHooks\"\n\nPin helm-unittest to v1.0.3 and bump chart-testing-action to v2.8.0.",
"is_bot": false,
"headline": "fix(ci): pin helm-unittest plugin version and bump chart-testing-action",
"author_name": "Amir Alavi",
"author_login": "a7i",
"committed_at": "2026-02-19T13:00:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b49fd27d108a2bd7ecea79fd602e61eb5c67749a",
"body": "Change annotations condition to deploymentAnnotations for Deployment object annotations",
"is_bot": false,
"headline": "Merge pull request #1830 from davidandreoletti/patch-1",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-02-19T08:43:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce6bf5b735e3365d6f3ee7408b9fb04dca304454",
"body": "[v0.35.0] update docs and manifests",
"is_bot": false,
"headline": "Merge pull request #1832 from a7i/v0.35.0-docs-manifests",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-02-19T04:53:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86e96b5b04565b103ec4415736cda2b7a24fd70d",
"body": "chore: upgrade github.com/gomarkdown/markdown to latest version",
"is_bot": false,
"headline": "Merge pull request #1831 from a7i/amir/CVE-2024-44337",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-02-19T04:07:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86070c62c60ebf3175020a90bd940730b7b6dd4e",
"body": null,
"is_bot": false,
"headline": "[v0.35.0] update docs and manifests",
"author_name": "Amir Alavi",
"author_login": "a7i",
"committed_at": "2026-02-19T03:49:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "118f466290e1678d5f405f7ef1a2bb0745102e9a",
"body": "Upgrade github.com/gomarkdown/markdown from v0.0.0-20240328165702-4d01890c35c0\nto v0.0.0-20260217112301-37c66b85d6ab (latest as of 2026-02-17)",
"is_bot": false,
"headline": "chore: upgrade github.com/gomarkdown/markdown to latest version",
"author_name": "Amir Alavi",
"author_login": "a7i",
"committed_at": "2026-02-19T03:39:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0de5bad232d969cec4ba71498a7f6e2d51fa185d",
"body": "[v0.35.0] bump to kubernetes 1.35 deps",
"is_bot": false,
"headline": "Merge pull request #1827 from a7i/k8s-1.35",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-02-18T11:01:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66075b069ad54752a5ace40c78d8e451dbb4b13a",
"body": null,
"is_bot": false,
"headline": "Change annotations condition to deploymentAnnotations",
"author_name": "David Andreoletti",
"author_login": "davidandreoletti",
"committed_at": "2026-02-18T09:59:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f587486296132eee9f20fa11eb3285069ffea0a1",
"body": "bump(golangci-lint): update and migrate",
"is_bot": false,
"headline": "Merge pull request #1829 from ingvagabund/bump-golangci-lint",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-02-18T09:33:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a868c8d1296f5ee5fc3cda1024d9298271b3fbad",
"body": null,
"is_bot": false,
"headline": "chore: update the code based on golangci-lint report",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-17T21:01:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91c1297a54eaa1cdbbf38929b00b6e995df718fa",
"body": "golangci-lint migrate to make .golangci.yaml v2 compatible",
"is_bot": false,
"headline": "bump(golangci-lint): update and migrate",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-17T20:53:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "760e9cc2e1e81a86bf6db96101815af5066f1784",
"body": "…-versions\n\nchore: extend the list of supported Go versions",
"is_bot": false,
"headline": "Merge pull request #1828 from ingvagabund/extend-list-of-supported-go…",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-02-17T10:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4ac8447b6ea1360b61d5f2d2b55b3aefa5602f0",
"body": null,
"is_bot": false,
"headline": "chore: extend the list of supported Go versions",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-17T10:27:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a206a88d86312fa3c879ca2a0ee46fc7b1a8b5ae",
"body": "Signed-off-by: Amir Alavi <amiralavi7@gmail.com>",
"is_bot": false,
"headline": "[v0.35.0] bump to kubernetes 1.35 deps",
"author_name": "Amir Alavi",
"author_login": "a7i",
"committed_at": "2026-02-16T00:50:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7221fa7613e5857f6607ab2ca124185944736504",
"body": "Update go dependecies to fix vulnerabilities",
"is_bot": false,
"headline": "Merge pull request #1822 from sammedsingalkar09/master",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-02-05T20:22:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e33b690d75356aba0da1831343b8e8fcf7d763b",
"body": "refactor: move prometheus client controller related code under a seperate file",
"is_bot": false,
"headline": "Merge pull request #1823 from ingvagabund/prom-client-controller",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-02-05T15:44:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4718bf928b5d2937747763449bb69577c0ae22f",
"body": "…o ctrl",
"is_bot": false,
"headline": "refactor(prom client controllers): change the one letter receiver int…",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-05T14:54:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f149f5a0833850d48b15ea815415aba2b968e208",
"body": "…rate file",
"is_bot": false,
"headline": "refactor: move prometheus client controller related code under a sepe…",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-05T14:42:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8de50a8a1776f60fec6c0a8e1f188660db70888a",
"body": "…eduler\n\nfeat(pkg/descheduler): create profiles outside the descheduling cycle",
"is_bot": false,
"headline": "Merge pull request #1815 from ingvagabund/new-profile-under-new-desch…",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-02-05T09:06:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b214c1479389c7c2e15014e260c1f7d4fefb1fca",
"body": null,
"is_bot": false,
"headline": "feat(pkg/descheduler): create profiles outside the descheduling cycle",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-04T19:04:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc863ff58dc0c937c8c09de9ad5b3c85b54c8177",
"body": "refactor(promClientController): split it into two prom client controllers",
"is_bot": false,
"headline": "Merge pull request #1821 from ingvagabund/prom-client-controllers",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-02-04T17:18:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f801f3434627475d4e05b3327aa8a6f8340ea16e",
"body": null,
"is_bot": false,
"headline": "update dependecies",
"author_name": "sammedsingalkar09",
"author_login": "sammedsingalkar09",
"committed_at": "2026-02-04T17:02:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d262c7af448586040273e354d280e52918b47232",
"body": "…about the target expectations",
"is_bot": false,
"headline": "refactor(TestPromClientControllerSync_EventHandler): be more verbose …",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-04T16:44:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b5be0a772041ce2a0e0ef6c5927e43442cf48f5",
"body": "…e previous connection\n\nTo avoid stalling connections that are not expected to be kept. E.g.\nwhen an invalid secret is provided.",
"is_bot": false,
"headline": "feat(prometheus client reconciling): be more strict about clearing th…",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-04T16:16:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29e5a51cb5555644af18b644f909c936df4a4b88",
"body": "…rovider into newSecretBasedPromClientController",
"is_bot": false,
"headline": "refactor(newSecretBasedPromClientController): inline setupPrometheusP…",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-04T16:16:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a91a02cadc3036fd87f24e5ecd23b7dfdd8f8951",
"body": "…validation under newSecretBasedPromClientController",
"is_bot": false,
"headline": "refactor(newSecretBasedPromClientController): move prometheus config …",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-04T16:14:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "964df4ce952fcfe75035aeec5429b919d188c90d",
"body": "…lers",
"is_bot": false,
"headline": "refactor(promClientController): split it into two prom client control…",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-04T15:59:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fb70c12c74f58f0e8560a2b936d97261c3da2d1",
"body": "test(token reconciling): have tests initialize the prom client reconciling through the descheduler's bootstraping entry too",
"is_bot": false,
"headline": "Merge pull request #1820 from ingvagabund/refactorings",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-02-04T13:01:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c357bc3d28756795f5f05b97674acbb8b29b84ef",
"body": "…ld an entire descheduler as well",
"is_bot": false,
"headline": "test(TestReconcileInClusterSAToken): have prometheus client tests bui…",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-04T12:26:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8a4efd4f00386584a0993cc63422a6b0f5c9687",
"body": null,
"is_bot": false,
"headline": "format(TestReconcileInClusterSAToken): indent the code by two tabs",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-04T12:18:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0822f6f99aa974d526d803e317e3a3285e34c3d4",
"body": "…nt tests build an entire descheduler as well",
"is_bot": false,
"headline": "test(TestPromClientControllerSync_EventHandler): have prometheus clie…",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-04T12:18:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4361c133e9c5d8411bff6044cbce28d55f846ec5",
"body": "… two tabs",
"is_bot": false,
"headline": "format(TestPromClientControllerSync_EventHandler): indent the code by…",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-04T12:11:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "818675f73e6c3b48609c647b12809db2896aeffe",
"body": "…and namespace from the implicitly generated secret object",
"is_bot": false,
"headline": "refactor(TestPromClientControllerSync_EventHandler): get secret name …",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-04T11:47:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8f618c3fdb3a1bacd7baf6c59bbb6c57a7592c8",
"body": "…ient tests build an entire descheduler as well",
"is_bot": false,
"headline": "test(TestPromClientControllerSync_ClientCreation): have prometheus cl…",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-04T11:41:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "760bacab344a7bfd625c8439b3816ba76d3d7419",
"body": "…by two tabs",
"is_bot": false,
"headline": "format(TestPromClientControllerSync_ClientCreation): indent the code …",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-04T11:40:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa21eed809530c50a0b5e18461e3ea057b626d80",
"body": "…eating a stop channel",
"is_bot": false,
"headline": "refactor(setupPromClientControllerTest): inject context instead of cr…",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-04T11:33:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88498829449d17a4a1bb191ba02d7de231a024b8",
"body": "Deduplicate descheduler initialization code so unit tests test more of the production code",
"is_bot": false,
"headline": "Merge pull request #1819 from ingvagabund/bootstrap-descheduler",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-02-04T11:03:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "807f580204ffb5e8a11f5ccd537ec6e53b6b7be0",
"body": "…t secret based token reconciliation\n\nThis test makes sure the secret is reconciled and available in plugins\nwhile running the descheduler from its main entry point.",
"is_bot": false,
"headline": "test(pkg/descheduler): TestPluginPrometheusClientAccess_Secret to tes…",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-04T10:31:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "643179cdace2b192edf3b682a954ffd71332c47a",
"body": "…escheduler as well\n\nThe secret is used for read-only operations so it can be safely wired.",
"is_bot": false,
"headline": "feat(pkg/descheduler): setup prometheus client for the dry run mode d…",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-04T10:29:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1671034dfddf6153244830f9d3a2bfd4b956220",
"body": "…a dedicated function",
"is_bot": false,
"headline": "refactor(pkg/descheduler): move the main descheduler run entry under …",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-03T22:31:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f26ab740fe1c52209f0795540521ff03396d942c",
"body": "…oop fails\n\nWhen the descheduler is running in the dry mode the the kube client sandbox restoring may fail.\nWhich can be caused by timeouts when waiting for internal caches to sync.\nThe internal timeouts depend on the cluster size which changes in time.\nNo reason to cancel the context because of that.",
"is_bot": false,
"headline": "feat(pkg/descheduler): do not cancel the context when runDeschedulerL…",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-03T22:31:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d05e5dd1ff9d8a8dbb1cb382f940a3ecdac653b",
"body": "…ciliation",
"is_bot": false,
"headline": "refactor(pkg/descheduler): dedicated function for setting token recon…",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-03T22:31:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e402adb9f1b782682064fa87eb7f1a70ca00aca8",
"body": "…ler parts during bootstrap\n\nThis will help with testing as the initDescheduler function under\ndescheduler_test.go is now much closer to the production invocation.",
"is_bot": false,
"headline": "refactor(pkg/descheduler): start factory informers and other deschedu…",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-03T20:33:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c307cf7b9244ce4492a9accf540d8e275469c19",
"body": "…d function",
"is_bot": false,
"headline": "refactor(pkg/descheduler): bootstrap a descheduler through a dedicate…",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-03T20:26:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a71c2ab331a77447f26117aa06cd9ab7562a488f",
"body": "…eschedulerStrategies function for consistency",
"is_bot": false,
"headline": "refactor(pkg/descheduler): single ctx with cancel with the whole RunD…",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-03T20:15:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffd05ff9c1a356c80e2a38cf392434c269195cd7",
"body": "tests: Prom client testing",
"is_bot": false,
"headline": "Merge pull request #1818 from ingvagabund/prom-client-testing",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-02-02T13:34:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a60ab7b5ed26e2c23123a059d34554bae8be1221",
"body": "Add namespace label selector",
"is_bot": false,
"headline": "Merge pull request #1786 from W1seKappa/add-namespace-label-selector",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-02-02T12:54:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4361eefaf2872edbb1d11f3248e26094fc982e78",
"body": "Signed-off-by: Danila Bobkov <danila.bobkov@flant.com>",
"is_bot": false,
"headline": "add namespaceLabelSelector",
"author_name": "Danila Bobkov",
"author_login": "W1seKappa",
"committed_at": "2026-02-02T12:22:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a53f16526b61127bff18bde345308450a7e3621",
"body": "Currently, there's a single prometheus client reconciler for both in\ncluster and secret based strategies. The in cluster reconciling is run in\nsync with each descheduling cycle. An in file token either changes or it\ndoes not. If changed a new prometheus client is created. The secret\nbased reconcilin\n[…]\nis to make sure every time a new prometheus\nclient is created a descheduling cycle injects a new profile with the\nupdated prometheus clients. So the future refactoring does not introduce\na regression.",
"is_bot": false,
"headline": "test(promClientController): unit test the implementation",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-01T17:13:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "12b1ddfb52b9c4230bbe16b3fdfe49c09d1dcadd",
"body": "… a dedicated promClientController\n\nThe underlying implementation is the same. Only moving the code under a\nseparate controller that can be unit test independently of the\ndescheduler type implementation.",
"is_bot": false,
"headline": "refactor(pkg/descheduler): move prometheus client specific code under…",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-02-01T11:42:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b4fd3544cc7640e2bb2089a76f966b1c3c728fd",
"body": "test(pkg/descheduler): test a prometheus client update propagates to a plugin profile handle",
"is_bot": false,
"headline": "Merge pull request #1816 from ingvagabund/prometheus-client-update-test",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-01-25T21:31:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe2fb603f4ba29c77e3e692f2d62a6a63ad6a7cd",
"body": "…a plugin profile handle",
"is_bot": false,
"headline": "test(pkg/descheduler): test a prometheus client update propagates to …",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-01-25T21:00:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a500ff9c644cd4ee154d1d4001ace3859cb80665",
"body": "fix(kubeClientSandbox): do not wait for pods in the fake indexers if they are already deleted",
"is_bot": false,
"headline": "Merge pull request #1814 from ingvagabund/refactorings",
"author_name": "Kubernetes Prow Robot",
"author_login": "k8s-ci-robot",
"committed_at": "2026-01-24T14:18:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "263db330527a254eeddd3a62c6b60260abb4369c",
"body": "…they are already deleted",
"is_bot": false,
"headline": "fix(kubeClientSandbox): do not wait for pods in the fake indexers if …",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-01-24T13:49:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45dc5a20d35c3412180a7b1868ac3ea963dc0b3c",
"body": null,
"is_bot": false,
"headline": "test(kubeClientSandbox): more unit tests",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-01-24T13:47:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f520856095f6d3cc28c66536db56b4d3961f93dc",
"body": null,
"is_bot": false,
"headline": "refactor(kubeClientSandbox): move the code under a separate file",
"author_name": "Jan Chaloupka",
"author_login": "ingvagabund",
"committed_at": "2026-01-24T13:47:10Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 451,
"latest_release_at": "2023-11-29T16:45:41Z",
"latest_release_tag": "descheduler-helm-chart-0.28.1",
"releases_from_tags": false,
"days_since_last_push": 66,
"active_weeks_last_year": 35,
"days_since_latest_release": 969,
"mean_days_between_releases": 80.2
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "sigs.k8s.io/descheduler",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": null,
"registry_url": "https://pkg.go.dev/sigs.k8s.io/descheduler",
"is_deprecated": false,
"latest_version": "v0.36.0",
"repository_url": null,
"versions_count": 40,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-05-19T20:19:54Z",
"latest_version_yanked": null,
"days_since_latest_publish": 67
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example",
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile",
"vendor/github.com/BurntSushi/toml/Makefile",
"vendor/github.com/client9/misspell/Makefile",
"vendor/github.com/emicklei/go-restful/v3/Makefile",
"vendor/github.com/felixge/httpsnoop/Makefile",
"vendor/github.com/gogo/protobuf/gogoproto/Makefile",
"vendor/github.com/gogo/protobuf/proto/Makefile",
"vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/Makefile",
"vendor/github.com/munnerz/goautoneg/Makefile",
"vendor/github.com/prometheus/procfs/Makefile",
"vendor/github.com/spf13/cobra/Makefile",
"vendor/go.opentelemetry.io/otel/Makefile",
"vendor/go.uber.org/multierr/Makefile",
"vendor/go.uber.org/zap/Makefile",
"vendor/google.golang.org/grpc/Makefile",
"vendor/k8s.io/gengo/v2/Makefile",
"vendor/sigs.k8s.io/json/Makefile",
"vendor/sigs.k8s.io/mdtoc/Makefile"
],
"api_schema_files": [
"vendor/github.com/gogo/protobuf/gogoproto/gogo.proto",
"vendor/github.com/google/gnostic-models/extensions/extension.proto",
"vendor/github.com/google/gnostic-models/openapiv2/OpenAPIv2.proto",
"vendor/github.com/google/gnostic-models/openapiv3/OpenAPIv3.proto",
"vendor/github.com/google/gnostic-models/openapiv3/annotations.proto",
"vendor/github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options/annotations.proto",
"vendor/github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options/openapiv2.proto",
"vendor/go.etcd.io/etcd/api/v3/authpb/auth.proto",
"vendor/go.etcd.io/etcd/api/v3/etcdserverpb/etcdserver.proto",
"vendor/go.etcd.io/etcd/api/v3/etcdserverpb/raft_internal.proto",
"vendor/go.etcd.io/etcd/api/v3/etcdserverpb/rpc.proto",
"vendor/go.etcd.io/etcd/api/v3/membershippb/membership.proto",
"vendor/go.etcd.io/etcd/api/v3/mvccpb/kv.proto",
"vendor/go.etcd.io/etcd/api/v3/versionpb/version.proto",
"vendor/k8s.io/api/admission/v1/generated.proto",
"vendor/k8s.io/api/admission/v1beta1/generated.proto",
"vendor/k8s.io/api/admissionregistration/v1/generated.proto",
"vendor/k8s.io/api/admissionregistration/v1alpha1/generated.proto",
"vendor/k8s.io/api/admissionregistration/v1beta1/generated.proto",
"vendor/k8s.io/api/apidiscovery/v2/generated.proto",
"vendor/k8s.io/api/apidiscovery/v2beta1/generated.proto",
"vendor/k8s.io/api/apiserverinternal/v1alpha1/generated.proto",
"vendor/k8s.io/api/apps/v1/generated.proto",
"vendor/k8s.io/api/apps/v1beta1/generated.proto",
"vendor/k8s.io/api/apps/v1beta2/generated.proto",
"vendor/k8s.io/api/authentication/v1/generated.proto",
"vendor/k8s.io/api/authentication/v1alpha1/generated.proto",
"vendor/k8s.io/api/authentication/v1beta1/generated.proto",
"vendor/k8s.io/api/authorization/v1/generated.proto",
"vendor/k8s.io/api/authorization/v1beta1/generated.proto",
"vendor/k8s.io/api/autoscaling/v1/generated.proto",
"vendor/k8s.io/api/autoscaling/v2/generated.proto",
"vendor/k8s.io/api/batch/v1/generated.proto",
"vendor/k8s.io/api/batch/v1beta1/generated.proto",
"vendor/k8s.io/api/certificates/v1/generated.proto",
"vendor/k8s.io/api/certificates/v1alpha1/generated.proto",
"vendor/k8s.io/api/certificates/v1beta1/generated.proto",
"vendor/k8s.io/api/coordination/v1/generated.proto",
"vendor/k8s.io/api/coordination/v1alpha2/generated.proto",
"vendor/k8s.io/api/coordination/v1beta1/generated.proto",
"vendor/k8s.io/api/core/v1/generated.proto",
"vendor/k8s.io/api/discovery/v1/generated.proto",
"vendor/k8s.io/api/discovery/v1beta1/generated.proto",
"vendor/k8s.io/api/events/v1/generated.proto",
"vendor/k8s.io/api/events/v1beta1/generated.proto",
"vendor/k8s.io/api/extensions/v1beta1/generated.proto",
"vendor/k8s.io/api/flowcontrol/v1/generated.proto",
"vendor/k8s.io/api/flowcontrol/v1beta1/generated.proto",
"vendor/k8s.io/api/flowcontrol/v1beta2/generated.proto",
"vendor/k8s.io/api/flowcontrol/v1beta3/generated.proto",
"vendor/k8s.io/api/imagepolicy/v1alpha1/generated.proto",
"vendor/k8s.io/api/networking/v1/generated.proto",
"vendor/k8s.io/api/networking/v1beta1/generated.proto",
"vendor/k8s.io/api/node/v1/generated.proto",
"vendor/k8s.io/api/node/v1alpha1/generated.proto",
"vendor/k8s.io/api/node/v1beta1/generated.proto",
"vendor/k8s.io/api/policy/v1/generated.proto",
"vendor/k8s.io/api/policy/v1beta1/generated.proto",
"vendor/k8s.io/api/rbac/v1/generated.proto",
"vendor/k8s.io/api/rbac/v1alpha1/generated.proto",
"vendor/k8s.io/api/rbac/v1beta1/generated.proto",
"vendor/k8s.io/api/resource/v1/generated.proto",
"vendor/k8s.io/api/resource/v1alpha3/generated.proto",
"vendor/k8s.io/api/resource/v1beta1/generated.proto",
"vendor/k8s.io/api/resource/v1beta2/generated.proto",
"vendor/k8s.io/api/scheduling/v1/generated.proto",
"vendor/k8s.io/api/scheduling/v1alpha2/generated.proto",
"vendor/k8s.io/api/scheduling/v1beta1/generated.proto",
"vendor/k8s.io/api/storage/v1/generated.proto",
"vendor/k8s.io/api/storage/v1alpha1/generated.proto",
"vendor/k8s.io/api/storage/v1beta1/generated.proto",
"vendor/k8s.io/api/storagemigration/v1beta1/generated.proto",
"vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/api/resource/generated.proto",
"vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/runtime/generated.proto",
"vendor/k8s.io/apimachinery/pkg/runtime/schema/generated.proto",
"vendor/k8s.io/apimachinery/pkg/util/intstr/generated.proto",
"vendor/k8s.io/apiserver/pkg/apis/audit/v1/generated.proto",
"vendor/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/v2/api.proto",
"vendor/k8s.io/kms/apis/v1beta1/api.proto",
"vendor/k8s.io/kms/apis/v2/api.proto",
"vendor/k8s.io/metrics/pkg/apis/metrics/v1alpha1/generated.proto",
"vendor/k8s.io/metrics/pkg/apis/metrics/v1beta1/generated.proto",
"vendor/sigs.k8s.io/apiserver-network-proxy/konnectivity-client/proto/client/client.proto"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 72070,
"source_files_sampled": 217,
"oversized_source_files": 4,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/client9/misspell",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.3.4"
},
{
"name": "github.com/google/go-cmp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "github.com/prometheus/client_golang",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.23.2"
},
{
"name": "github.com/prometheus/common",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.67.5"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"name": "github.com/spf13/pflag",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.10"
},
{
"name": "go.opentelemetry.io/otel",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.43.0"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.43.0"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.43.0"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.43.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.43.0"
},
{
"name": "golang.org/x/exp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20251219203646-944ab1f22d93"
},
{
"name": "google.golang.org/grpc",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.81.1"
},
{
"name": "k8s.io/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.36.1"
},
{
"name": "k8s.io/apimachinery",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.36.1"
},
{
"name": "k8s.io/apiserver",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.36.1"
},
{
"name": "k8s.io/client-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.36.1"
},
{
"name": "k8s.io/code-generator",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.36.1"
},
{
"name": "k8s.io/component-base",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.36.1"
},
{
"name": "k8s.io/component-helpers",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.36.1"
},
{
"name": "k8s.io/klog/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.140.0"
},
{
"name": "k8s.io/metrics",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.36.1"
},
{
"name": "k8s.io/utils",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260507154919-ff6756f316d2"
},
{
"name": "kubevirt.io/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.2"
},
{
"name": "kubevirt.io/client-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.2"
},
{
"name": "sigs.k8s.io/mdtoc",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.0"
},
{
"name": "sigs.k8s.io/yaml",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 2
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "k8s-ci-robot",
"commits": 746,
"avatar_url": "https://avatars.githubusercontent.com/u/20407524?v=4"
},
{
"type": "User",
"login": "ingvagabund",
"commits": 477,
"avatar_url": "https://avatars.githubusercontent.com/u/8055242?v=4"
},
{
"type": "User",
"login": "a7i",
"commits": 166,
"avatar_url": "https://avatars.githubusercontent.com/u/9448877?v=4"
},
{
"type": "User",
"login": "damemi",
"commits": 115,
"avatar_url": "https://avatars.githubusercontent.com/u/1839101?v=4"
},
{
"type": "User",
"login": "seanmalloy",
"commits": 102,
"avatar_url": "https://avatars.githubusercontent.com/u/685221?v=4"
},
{
"type": "User",
"login": "aveshagarwal",
"commits": 49,
"avatar_url": "https://avatars.githubusercontent.com/u/3596412?v=4"
},
{
"type": "User",
"login": "ravisantoshgudimetla",
"commits": 46,
"avatar_url": "https://avatars.githubusercontent.com/u/11657829?v=4"
},
{
"type": "User",
"login": "googs1025",
"commits": 33,
"avatar_url": "https://avatars.githubusercontent.com/u/86391540?v=4"
},
{
"type": "User",
"login": "lixiang233",
"commits": 31,
"avatar_url": "https://avatars.githubusercontent.com/u/30927701?v=4"
},
{
"type": "User",
"login": "spike-liu",
"commits": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/9884987?v=4"
}
],
"contributors_sampled": 100,
"top_contributor_share": 0.363
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"helm.yaml",
"manifests.yaml",
"release.yaml",
"security.yaml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yaml",
".golangci.yml"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 29 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "22 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 7,
"reason": "dependency not pinned by hash detected -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "28 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "8005cdf78391e2c071cfa653c462dfefc2de8856",
"ran_at": "2026-07-26T09:33:59Z",
"aggregate_score": 3.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-26T04:53:11Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/a7i/descheduler",
"host": "github.com",
"name": "descheduler",
"owner": "a7i"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"security": 34,
"vitality": 61,
"community": 12,
"governance": 53,
"engineering": 73
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 61,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"commits_last_year": 451,
"human_commit_share": 1,
"days_since_last_push": 66,
"active_weeks_last_year": 35
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 66 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 66
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "35/52 weeks with commits",
"points": 24.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 35
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "451 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 451
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "22 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"releases_count": 4,
"latest_release_tag": "descheduler-helm-chart-0.28.1",
"releases_from_tags": false,
"days_since_latest_release": 969,
"mean_days_between_releases": 80.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 969 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 969
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~80.2 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 80.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 67,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 67 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 67
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 53,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 100,
"top_contributor_share": 0.363
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 36% of commits",
"points": 14.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 36
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "100 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 100
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 29 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "0/2 decided PRs merged",
"points": 0,
"status": "missed",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 0,
"decided": 2
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 55,
"inputs": {
"followers": 17,
"owner_type": "User",
"is_verified": null,
"owner_login": "a7i",
"public_repos": 116,
"account_age_days": 3090
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "17 followers of a7i",
"points": 9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 17,
"login": "a7i"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "116 public repos, account ~8 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 116
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"sigs.k8s.io/descheduler"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 67
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 67 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 67
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "40 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 40
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 73,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 88,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yaml, .golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml, .golangci.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://github.com/kubernetes-sigs/descheduler",
"has_readme": false,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://github.com/kubernetes-sigs/descheduler",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 34,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 29 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "22 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 7",
"points": 3.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "28 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 10
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 70,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.91,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "91 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 91,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile",
"vendor/github.com/BurntSushi/toml/Makefile",
"vendor/github.com/client9/misspell/Makefile",
"vendor/github.com/emicklei/go-restful/v3/Makefile",
"vendor/github.com/felixge/httpsnoop/Makefile",
"vendor/github.com/gogo/protobuf/gogoproto/Makefile",
"vendor/github.com/gogo/protobuf/proto/Makefile",
"vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/Makefile",
"vendor/github.com/munnerz/goautoneg/Makefile",
"vendor/github.com/prometheus/procfs/Makefile",
"vendor/github.com/spf13/cobra/Makefile",
"vendor/go.opentelemetry.io/otel/Makefile",
"vendor/go.uber.org/multierr/Makefile",
"vendor/go.uber.org/zap/Makefile",
"vendor/google.golang.org/grpc/Makefile",
"vendor/k8s.io/gengo/v2/Makefile",
"vendor/sigs.k8s.io/json/Makefile",
"vendor/sigs.k8s.io/mdtoc/Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile, vendor/github.com/BurntSushi/toml/Makefile, vendor/github.com/client9/misspell/Makefile, vendor/github.com/emicklei/go-restful/v3/Makefile, vendor/github.com/felixge/httpsnoop/Makefile, vendor/github.com/gogo/protobuf/gogoproto/Makefile, vendor/github.com/gogo/protobuf/proto/Makefile, vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/Makefile, vendor/github.com/munnerz/goautoneg/Makefile, vendor/github.com/prometheus/procfs/Makefile, vendor/github.com/spf13/cobra/Makefile, vendor/go.opentelemetry.io/otel/Makefile, vendor/go.uber.org/multierr/Makefile, vendor/go.uber.org/zap/Makefile, vendor/google.golang.org/grpc/Makefile, vendor/k8s.io/gengo/v2/Makefile, vendor/sigs.k8s.io/json/Makefile, vendor/sigs.k8s.io/mdtoc/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, vendor/github.com/BurntSushi/toml/Makefile, vendor/github.com/client9/misspell/Makefile, vendor/github.com/emicklei/go-restful/v3/Makefile, vendor/github.com/felixge/httpsnoop/Makefile, vendor/github.com/gogo/protobuf/gogoproto/Makefile, vendor/github.com/gogo/protobuf/proto/Makefile, vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/Makefile, vendor/github.com/munnerz/goautoneg/Makefile, vendor/github.com/prometheus/procfs/Makefile, vendor/github.com/spf13/cobra/Makefile, vendor/go.opentelemetry.io/otel/Makefile, vendor/go.uber.org/multierr/Makefile, vendor/go.uber.org/zap/Makefile, vendor/google.golang.org/grpc/Makefile, vendor/k8s.io/gengo/v2/Makefile, vendor/sigs.k8s.io/json/Makefile, vendor/sigs.k8s.io/mdtoc/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yaml, .golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml, .golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 7",
"points": 7,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 72070,
"source_files_sampled": 217,
"oversized_source_files": 4
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "4/217 source files over 60KB",
"points": 54,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 217,
"oversized": 4
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"example",
"examples"
],
"has_mcp_signal": false,
"api_schema_files": [
"vendor/github.com/gogo/protobuf/gogoproto/gogo.proto",
"vendor/github.com/google/gnostic-models/extensions/extension.proto",
"vendor/github.com/google/gnostic-models/openapiv2/OpenAPIv2.proto",
"vendor/github.com/google/gnostic-models/openapiv3/OpenAPIv3.proto",
"vendor/github.com/google/gnostic-models/openapiv3/annotations.proto",
"vendor/github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options/annotations.proto",
"vendor/github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options/openapiv2.proto",
"vendor/go.etcd.io/etcd/api/v3/authpb/auth.proto",
"vendor/go.etcd.io/etcd/api/v3/etcdserverpb/etcdserver.proto",
"vendor/go.etcd.io/etcd/api/v3/etcdserverpb/raft_internal.proto",
"vendor/go.etcd.io/etcd/api/v3/etcdserverpb/rpc.proto",
"vendor/go.etcd.io/etcd/api/v3/membershippb/membership.proto",
"vendor/go.etcd.io/etcd/api/v3/mvccpb/kv.proto",
"vendor/go.etcd.io/etcd/api/v3/versionpb/version.proto",
"vendor/k8s.io/api/admission/v1/generated.proto",
"vendor/k8s.io/api/admission/v1beta1/generated.proto",
"vendor/k8s.io/api/admissionregistration/v1/generated.proto",
"vendor/k8s.io/api/admissionregistration/v1alpha1/generated.proto",
"vendor/k8s.io/api/admissionregistration/v1beta1/generated.proto",
"vendor/k8s.io/api/apidiscovery/v2/generated.proto",
"vendor/k8s.io/api/apidiscovery/v2beta1/generated.proto",
"vendor/k8s.io/api/apiserverinternal/v1alpha1/generated.proto",
"vendor/k8s.io/api/apps/v1/generated.proto",
"vendor/k8s.io/api/apps/v1beta1/generated.proto",
"vendor/k8s.io/api/apps/v1beta2/generated.proto",
"vendor/k8s.io/api/authentication/v1/generated.proto",
"vendor/k8s.io/api/authentication/v1alpha1/generated.proto",
"vendor/k8s.io/api/authentication/v1beta1/generated.proto",
"vendor/k8s.io/api/authorization/v1/generated.proto",
"vendor/k8s.io/api/authorization/v1beta1/generated.proto",
"vendor/k8s.io/api/autoscaling/v1/generated.proto",
"vendor/k8s.io/api/autoscaling/v2/generated.proto",
"vendor/k8s.io/api/batch/v1/generated.proto",
"vendor/k8s.io/api/batch/v1beta1/generated.proto",
"vendor/k8s.io/api/certificates/v1/generated.proto",
"vendor/k8s.io/api/certificates/v1alpha1/generated.proto",
"vendor/k8s.io/api/certificates/v1beta1/generated.proto",
"vendor/k8s.io/api/coordination/v1/generated.proto",
"vendor/k8s.io/api/coordination/v1alpha2/generated.proto",
"vendor/k8s.io/api/coordination/v1beta1/generated.proto",
"vendor/k8s.io/api/core/v1/generated.proto",
"vendor/k8s.io/api/discovery/v1/generated.proto",
"vendor/k8s.io/api/discovery/v1beta1/generated.proto",
"vendor/k8s.io/api/events/v1/generated.proto",
"vendor/k8s.io/api/events/v1beta1/generated.proto",
"vendor/k8s.io/api/extensions/v1beta1/generated.proto",
"vendor/k8s.io/api/flowcontrol/v1/generated.proto",
"vendor/k8s.io/api/flowcontrol/v1beta1/generated.proto",
"vendor/k8s.io/api/flowcontrol/v1beta2/generated.proto",
"vendor/k8s.io/api/flowcontrol/v1beta3/generated.proto",
"vendor/k8s.io/api/imagepolicy/v1alpha1/generated.proto",
"vendor/k8s.io/api/networking/v1/generated.proto",
"vendor/k8s.io/api/networking/v1beta1/generated.proto",
"vendor/k8s.io/api/node/v1/generated.proto",
"vendor/k8s.io/api/node/v1alpha1/generated.proto",
"vendor/k8s.io/api/node/v1beta1/generated.proto",
"vendor/k8s.io/api/policy/v1/generated.proto",
"vendor/k8s.io/api/policy/v1beta1/generated.proto",
"vendor/k8s.io/api/rbac/v1/generated.proto",
"vendor/k8s.io/api/rbac/v1alpha1/generated.proto",
"vendor/k8s.io/api/rbac/v1beta1/generated.proto",
"vendor/k8s.io/api/resource/v1/generated.proto",
"vendor/k8s.io/api/resource/v1alpha3/generated.proto",
"vendor/k8s.io/api/resource/v1beta1/generated.proto",
"vendor/k8s.io/api/resource/v1beta2/generated.proto",
"vendor/k8s.io/api/scheduling/v1/generated.proto",
"vendor/k8s.io/api/scheduling/v1alpha2/generated.proto",
"vendor/k8s.io/api/scheduling/v1beta1/generated.proto",
"vendor/k8s.io/api/storage/v1/generated.proto",
"vendor/k8s.io/api/storage/v1alpha1/generated.proto",
"vendor/k8s.io/api/storage/v1beta1/generated.proto",
"vendor/k8s.io/api/storagemigration/v1beta1/generated.proto",
"vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/api/resource/generated.proto",
"vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/runtime/generated.proto",
"vendor/k8s.io/apimachinery/pkg/runtime/schema/generated.proto",
"vendor/k8s.io/apimachinery/pkg/util/intstr/generated.proto",
"vendor/k8s.io/apiserver/pkg/apis/audit/v1/generated.proto",
"vendor/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/v2/api.proto",
"vendor/k8s.io/kms/apis/v1beta1/api.proto",
"vendor/k8s.io/kms/apis/v2/api.proto",
"vendor/k8s.io/metrics/pkg/apis/metrics/v1alpha1/generated.proto",
"vendor/k8s.io/metrics/pkg/apis/metrics/v1beta1/generated.proto",
"vendor/sigs.k8s.io/apiserver-network-proxy/konnectivity-client/proto/client/client.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "vendor/github.com/gogo/protobuf/gogoproto/gogo.proto, vendor/github.com/google/gnostic-models/extensions/extension.proto, vendor/github.com/google/gnostic-models/openapiv2/OpenAPIv2.proto, vendor/github.com/google/gnostic-models/openapiv3/OpenAPIv3.proto, vendor/github.com/google/gnostic-models/openapiv3/annotations.proto, vendor/github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options/annotations.proto, vendor/github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options/openapiv2.proto, vendor/go.etcd.io/etcd/api/v3/authpb/auth.proto, vendor/go.etcd.io/etcd/api/v3/etcdserverpb/etcdserver.proto, vendor/go.etcd.io/etcd/api/v3/etcdserverpb/raft_internal.proto, vendor/go.etcd.io/etcd/api/v3/etcdserverpb/rpc.proto, vendor/go.etcd.io/etcd/api/v3/membershippb/membership.proto, vendor/go.etcd.io/etcd/api/v3/mvccpb/kv.proto, vendor/go.etcd.io/etcd/api/v3/versionpb/version.proto, vendor/k8s.io/api/admission/v1/generated.proto, vendor/k8s.io/api/admission/v1beta1/generated.proto, vendor/k8s.io/api/admissionregistration/v1/generated.proto, vendor/k8s.io/api/admissionregistration/v1alpha1/generated.proto, vendor/k8s.io/api/admissionregistration/v1beta1/generated.proto, vendor/k8s.io/api/apidiscovery/v2/generated.proto, vendor/k8s.io/api/apidiscovery/v2beta1/generated.proto, vendor/k8s.io/api/apiserverinternal/v1alpha1/generated.proto, vendor/k8s.io/api/apps/v1/generated.proto, vendor/k8s.io/api/apps/v1beta1/generated.proto, vendor/k8s.io/api/apps/v1beta2/generated.proto, vendor/k8s.io/api/authentication/v1/generated.proto, vendor/k8s.io/api/authentication/v1alpha1/generated.proto, vendor/k8s.io/api/authentication/v1beta1/generated.proto, vendor/k8s.io/api/authorization/v1/generated.proto, vendor/k8s.io/api/authorization/v1beta1/generated.proto, vendor/k8s.io/api/autoscaling/v1/generated.proto, vendor/k8s.io/api/autoscaling/v2/generated.proto, vendor/k8s.io/api/batch/v1/generated.proto, vendor/k8s.io/api/batch/v1beta1/generated.proto, vendor/k8s.io/api/certificates/v1/generated.proto, vendor/k8s.io/api/certificates/v1alpha1/generated.proto, vendor/k8s.io/api/certificates/v1beta1/generated.proto, vendor/k8s.io/api/coordination/v1/generated.proto, vendor/k8s.io/api/coordination/v1alpha2/generated.proto, vendor/k8s.io/api/coordination/v1beta1/generated.proto, vendor/k8s.io/api/core/v1/generated.proto, vendor/k8s.io/api/discovery/v1/generated.proto, vendor/k8s.io/api/discovery/v1beta1/generated.proto, vendor/k8s.io/api/events/v1/generated.proto, vendor/k8s.io/api/events/v1beta1/generated.proto, vendor/k8s.io/api/extensions/v1beta1/generated.proto, vendor/k8s.io/api/flowcontrol/v1/generated.proto, vendor/k8s.io/api/flowcontrol/v1beta1/generated.proto, vendor/k8s.io/api/flowcontrol/v1beta2/generated.proto, vendor/k8s.io/api/flowcontrol/v1beta3/generated.proto, vendor/k8s.io/api/imagepolicy/v1alpha1/generated.proto, vendor/k8s.io/api/networking/v1/generated.proto, vendor/k8s.io/api/networking/v1beta1/generated.proto, vendor/k8s.io/api/node/v1/generated.proto, vendor/k8s.io/api/node/v1alpha1/generated.proto, vendor/k8s.io/api/node/v1beta1/generated.proto, vendor/k8s.io/api/policy/v1/generated.proto, vendor/k8s.io/api/policy/v1beta1/generated.proto, vendor/k8s.io/api/rbac/v1/generated.proto, vendor/k8s.io/api/rbac/v1alpha1/generated.proto, vendor/k8s.io/api/rbac/v1beta1/generated.proto, vendor/k8s.io/api/resource/v1/generated.proto, vendor/k8s.io/api/resource/v1alpha3/generated.proto, vendor/k8s.io/api/resource/v1beta1/generated.proto, vendor/k8s.io/api/resource/v1beta2/generated.proto, vendor/k8s.io/api/scheduling/v1/generated.proto, vendor/k8s.io/api/scheduling/v1alpha2/generated.proto, vendor/k8s.io/api/scheduling/v1beta1/generated.proto, vendor/k8s.io/api/storage/v1/generated.proto, vendor/k8s.io/api/storage/v1alpha1/generated.proto, vendor/k8s.io/api/storage/v1beta1/generated.proto, vendor/k8s.io/api/storagemigration/v1beta1/generated.proto, vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto, vendor/k8s.io/apimachinery/pkg/api/resource/generated.proto, vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto, vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/generated.proto, vendor/k8s.io/apimachinery/pkg/runtime/generated.proto, vendor/k8s.io/apimachinery/pkg/runtime/schema/generated.proto, vendor/k8s.io/apimachinery/pkg/util/intstr/generated.proto, vendor/k8s.io/apiserver/pkg/apis/audit/v1/generated.proto, vendor/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/v2/api.proto, vendor/k8s.io/kms/apis/v1beta1/api.proto, vendor/k8s.io/kms/apis/v2/api.proto, vendor/k8s.io/metrics/pkg/apis/metrics/v1alpha1/generated.proto, vendor/k8s.io/metrics/pkg/apis/metrics/v1beta1/generated.proto, vendor/sigs.k8s.io/apiserver-network-proxy/konnectivity-client/proto/client/client.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "vendor/github.com/gogo/protobuf/gogoproto/gogo.proto, vendor/github.com/google/gnostic-models/extensions/extension.proto, vendor/github.com/google/gnostic-models/openapiv2/OpenAPIv2.proto, vendor/github.com/google/gnostic-models/openapiv3/OpenAPIv3.proto, vendor/github.com/google/gnostic-models/openapiv3/annotations.proto, vendor/github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options/annotations.proto, vendor/github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options/openapiv2.proto, vendor/go.etcd.io/etcd/api/v3/authpb/auth.proto, vendor/go.etcd.io/etcd/api/v3/etcdserverpb/etcdserver.proto, vendor/go.etcd.io/etcd/api/v3/etcdserverpb/raft_internal.proto, vendor/go.etcd.io/etcd/api/v3/etcdserverpb/rpc.proto, vendor/go.etcd.io/etcd/api/v3/membershippb/membership.proto, vendor/go.etcd.io/etcd/api/v3/mvccpb/kv.proto, vendor/go.etcd.io/etcd/api/v3/versionpb/version.proto, vendor/k8s.io/api/admission/v1/generated.proto, vendor/k8s.io/api/admission/v1beta1/generated.proto, vendor/k8s.io/api/admissionregistration/v1/generated.proto, vendor/k8s.io/api/admissionregistration/v1alpha1/generated.proto, vendor/k8s.io/api/admissionregistration/v1beta1/generated.proto, vendor/k8s.io/api/apidiscovery/v2/generated.proto, vendor/k8s.io/api/apidiscovery/v2beta1/generated.proto, vendor/k8s.io/api/apiserverinternal/v1alpha1/generated.proto, vendor/k8s.io/api/apps/v1/generated.proto, vendor/k8s.io/api/apps/v1beta1/generated.proto, vendor/k8s.io/api/apps/v1beta2/generated.proto, vendor/k8s.io/api/authentication/v1/generated.proto, vendor/k8s.io/api/authentication/v1alpha1/generated.proto, vendor/k8s.io/api/authentication/v1beta1/generated.proto, vendor/k8s.io/api/authorization/v1/generated.proto, vendor/k8s.io/api/authorization/v1beta1/generated.proto, vendor/k8s.io/api/autoscaling/v1/generated.proto, vendor/k8s.io/api/autoscaling/v2/generated.proto, vendor/k8s.io/api/batch/v1/generated.proto, vendor/k8s.io/api/batch/v1beta1/generated.proto, vendor/k8s.io/api/certificates/v1/generated.proto, vendor/k8s.io/api/certificates/v1alpha1/generated.proto, vendor/k8s.io/api/certificates/v1beta1/generated.proto, vendor/k8s.io/api/coordination/v1/generated.proto, vendor/k8s.io/api/coordination/v1alpha2/generated.proto, vendor/k8s.io/api/coordination/v1beta1/generated.proto, vendor/k8s.io/api/core/v1/generated.proto, vendor/k8s.io/api/discovery/v1/generated.proto, vendor/k8s.io/api/discovery/v1beta1/generated.proto, vendor/k8s.io/api/events/v1/generated.proto, vendor/k8s.io/api/events/v1beta1/generated.proto, vendor/k8s.io/api/extensions/v1beta1/generated.proto, vendor/k8s.io/api/flowcontrol/v1/generated.proto, vendor/k8s.io/api/flowcontrol/v1beta1/generated.proto, vendor/k8s.io/api/flowcontrol/v1beta2/generated.proto, vendor/k8s.io/api/flowcontrol/v1beta3/generated.proto, vendor/k8s.io/api/imagepolicy/v1alpha1/generated.proto, vendor/k8s.io/api/networking/v1/generated.proto, vendor/k8s.io/api/networking/v1beta1/generated.proto, vendor/k8s.io/api/node/v1/generated.proto, vendor/k8s.io/api/node/v1alpha1/generated.proto, vendor/k8s.io/api/node/v1beta1/generated.proto, vendor/k8s.io/api/policy/v1/generated.proto, vendor/k8s.io/api/policy/v1beta1/generated.proto, vendor/k8s.io/api/rbac/v1/generated.proto, vendor/k8s.io/api/rbac/v1alpha1/generated.proto, vendor/k8s.io/api/rbac/v1beta1/generated.proto, vendor/k8s.io/api/resource/v1/generated.proto, vendor/k8s.io/api/resource/v1alpha3/generated.proto, vendor/k8s.io/api/resource/v1beta1/generated.proto, vendor/k8s.io/api/resource/v1beta2/generated.proto, vendor/k8s.io/api/scheduling/v1/generated.proto, vendor/k8s.io/api/scheduling/v1alpha2/generated.proto, vendor/k8s.io/api/scheduling/v1beta1/generated.proto, vendor/k8s.io/api/storage/v1/generated.proto, vendor/k8s.io/api/storage/v1alpha1/generated.proto, vendor/k8s.io/api/storage/v1beta1/generated.proto, vendor/k8s.io/api/storagemigration/v1beta1/generated.proto, vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto, vendor/k8s.io/apimachinery/pkg/api/resource/generated.proto, vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto, vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/generated.proto, vendor/k8s.io/apimachinery/pkg/runtime/generated.proto, vendor/k8s.io/apimachinery/pkg/runtime/schema/generated.proto, vendor/k8s.io/apimachinery/pkg/util/intstr/generated.proto, vendor/k8s.io/apiserver/pkg/apis/audit/v1/generated.proto, vendor/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/v2/api.proto, vendor/k8s.io/kms/apis/v1beta1/api.proto, vendor/k8s.io/kms/apis/v2/api.proto, vendor/k8s.io/metrics/pkg/apis/metrics/v1alpha1/generated.proto, vendor/k8s.io/metrics/pkg/apis/metrics/v1beta1/generated.proto, vendor/sigs.k8s.io/apiserver-network-proxy/konnectivity-client/proto/client/client.proto"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "example, examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example, examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Community profile unavailable",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T09:34:21.043765Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/a7i/descheduler.svg",
"full_name": "a7i/descheduler",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}