JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"go",
"kernel",
"kubernetes",
"kernel-modules",
"kmm"
],
"is_fork": false,
"size_kb": 4505,
"has_wiki": true,
"homepage": "https://kmm.sigs.k8s.io/",
"languages": {
"C": 449,
"Go": 962307,
"Shell": 23885,
"Makefile": 18620,
"Dockerfile": 963,
"Go Template": 1445
},
"pushed_at": "2026-07-27T06:53:58Z",
"created_at": "2022-01-27T13:50:45Z",
"owner_type": "Organization",
"updated_at": "2026-07-27T07:12:47Z",
"description": "The kernel module management operator builds, signs and loads kernel modules in Kubernetes clusters.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Kubernetes SIGs",
"type": "Organization",
"login": "kubernetes-sigs",
"company": null,
"location": null,
"followers": 4575,
"avatar_url": "https://avatars.githubusercontent.com/u/36015203?v=4",
"created_at": "2018-01-31T21:47:56Z",
"is_verified": null,
"public_repos": 207,
"account_age_days": 3098
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.6.0",
"kind": "minor",
"published_at": "2026-04-15T11:30:39Z"
},
{
"tag": "v2.5.0",
"kind": "minor",
"published_at": "2025-12-14T10:39:49Z"
},
{
"tag": "v2.4.1",
"kind": "patch",
"published_at": "2025-07-10T15:43:16Z"
},
{
"tag": "v2.4.0",
"kind": "minor",
"published_at": "2025-07-08T09:44:00Z"
},
{
"tag": "v2.3.0",
"kind": "minor",
"published_at": "2025-03-10T12:06:01Z"
},
{
"tag": "v2.2.1",
"kind": "patch",
"published_at": "2025-01-04T21:34:03Z"
},
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2024-11-24T12:48:47Z"
},
{
"tag": "v2.1.1",
"kind": "patch",
"published_at": "2024-06-19T09:21:40Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2024-04-25T11:36:04Z"
},
{
"tag": "v2.0.2",
"kind": "patch",
"published_at": "2024-03-06T15:45:03Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2024-01-31T16:12:18Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2023-12-04T14:27:17Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2023-06-06T10:32:32Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2023-02-09T10:47:57Z"
}
],
"recent_commits": [
{
"oid": "5417fb723636ae91203432bf986d3f89a4161076",
"body": "The maxCombinedLength constant was changed from 39 to 41 in the webhook\ncode, but the ordered upgrade documentation was not updated to reflect\nthe new limit.",
"is_bot": false,
"headline": "docs: update max combined length from 39 to 41",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-07-27T06:53:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5b0934520a75018efe4f95f9d2ca4f8f4b7e1d8",
"body": "Add two new e2e test scripts that mirror the existing kustomize-based\ne2e tests but deploy KMM using Helm charts instead:\n\n- ci/prow/e2e-helm-incluster-build: deploys KMM via helm-deploy, then\n runs the full module build/sign/load/unload lifecycle test.\n- ci/prow/e2e-helm-hub-spoke-incluster-build: deploys both KMM and\n KMM-Hub via helm-deploy/helm-deploy-hub with OCM, then validates\n ManagedClusterModule propagation.",
"is_bot": false,
"headline": "Adding Helm-based e2e tests for spoke and hub-spoke",
"author_name": "Yevgeny Shnaidman",
"author_login": "yevgeny-shnaidman",
"committed_at": "2026-07-21T07:42:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5807f61be6b67fb7f3529c52bbb1a772904e90b7",
"body": "Add optional imagePullPolicy field to both kmm and kmm-hub Helm charts\n(controller and webhook-server deployments). When not set, the field is\nomitted and Kubernetes applies its default policy.\n\nAdd HELM_EXTRA_ARGS variable to helm-deploy and helm-deploy-hub Makefile\ntargets, allowing callers to pass additional Helm flags (e.g.\n--set controller.imagePullPolicy=Never).",
"is_bot": false,
"headline": "Adding imagePullPolicy support and HELM_EXTRA_ARGS to Makefile",
"author_name": "Yevgeny Shnaidman",
"author_login": "yevgeny-shnaidman",
"committed_at": "2026-07-19T12:23:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e06e78a9de929ca4425e55bdb276ba9729f28724",
"body": "…is removed\n\nWhen spec.devicePlugin is removed, the DevicePluginReconciler deletes\nDaemonSets and clears status but does not remove device-plugin-target\nnode labels. Call removeDevicePluginTargetLabels in the nil branch,\nmatching the cleanup already done in the deletion path.",
"is_bot": false,
"headline": "Remove stale device-plugin-target node labels when spec.devicePlugin …",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-07-16T06:45:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5d65237299dac2ee2ea5a7f81b904bda06a4941",
"body": "When spec.moduleLoader is removed, the ModuleReconciler returns early\nwithout clearing status.moduleLoader, leaving stale counts. Add\nclearModuleLoaderStatus to zero out the status, matching clearDRAStatus.",
"is_bot": false,
"headline": "Clear stale status.moduleLoader when spec.moduleLoader is removed",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-07-15T10:35:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bc23ee6237593b3295a515296c6943079aba4e1",
"body": "1. adding deployment directory that contains the all the helm charts\n2. adding helm deploy/undeploy commands to the Makefile\n3. adjusting skipper image to include helm utility",
"is_bot": false,
"headline": "Adding helm deployment",
"author_name": "Yevgeny Shnaidman",
"author_login": "yevgeny-shnaidman",
"committed_at": "2026-07-15T08:17:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "658976c0aa1c888cfa2167733802bc0d3cf7b539",
"body": "Document the new DRA (Dynamic Resource Allocation) driver feature across\nthe user-facing and developer docs.\nAlso fix inaccurate serviceAccountName comment in the device plugin\nexample (not auto-created; defaults to namespace's default SA).",
"is_bot": false,
"headline": "Add DRA support documentation",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-07-12T08:29:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01cb4ad80f22b056db213400662d7b5da14b2581",
"body": "When spec.moduleLoader is nil (in-tree mode), the DRA reconciler's\nnodeSelector requires the KMM ready label, which is never set because\nno module loading occurs. Fall back to spec.selector instead, matching\nthe existing behavior in the device plugin reconciler.\n\nSigned-off-by: Anthony Byrne <abyrne@redhat.com>",
"is_bot": false,
"headline": "Fix DRA nodeSelector for in-tree driver mode",
"author_name": "Anthony Byrne",
"author_login": "abyrne55",
"committed_at": "2026-07-08T06:12:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01f137c54ff8a47a2a33d3c93f912dd0405b3ed3",
"body": "We currently try to load 2 kmods in dra ci even though we do not need to, this commit loads the main\nkmod only.",
"is_bot": false,
"headline": "Remove modulesLoadingOrder from CI build-sign module spec",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-07-07T21:26:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b20329271317acd0cbfe597225c9ab63bf9cf7b5",
"body": "This shortens the label prefix by 3 characters, increasing\nmaxCombinedLength from 38 to 41 and allowing longer Module\nname+namespace combinations when versioning is enabled.",
"is_bot": false,
"headline": "Rename version-schedule-plugin label to version-schedule-pod",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-07-07T14:40:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "207e7b49610876d410eb148a6f93bbda395fbdf6",
"body": "Add an end-to-end test that validates the full DRA lifecycle:\nDaemonSet creation, DeviceClass management, node labeling,\nstatus reporting, and cleanup on Module deletion.",
"is_bot": false,
"headline": "Add DRA e2e CI test",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-07-06T09:08:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29bc10179ec746c4a464a3d3be7d6bf93367d8be",
"body": "Bumps [golang.org/x/net](https://github.com/golang/net) from 0.49.0 to 0.55.0.\n- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.55.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-version: 0.55.0\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/net from 0.49.0 to 0.55.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-06T08:50:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f17d16db0c5f7f7aefa5ec2bfcd46725afe43c8f",
"body": "scenario:\n1.KMM Modules needs to load module_a, module_b, module_c\n2. module_a has a hard symbol dependency on module_b.\n3. modulesLoadingOrder defined as: [module_a, module_b, module_c]\n\nThere is no problems when loading. When unloading using softdep, the following happens\n1. module_a is unloaded f\n[…]\n:\n1. no softdep is created.\n2. modprobe -r ocmmand is provided with the list of modules defined in\n the modulesLoadingOrder\n\nThis way it will go over every module in the command and try to unload\nit",
"is_bot": false,
"headline": "Fix collision between sofdep unloading and hard symbol dependency",
"author_name": "Yevgeny Shnaidman",
"author_login": "yevgeny-shnaidman",
"committed_at": "2026-07-02T10:02:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "36567c5294ce5bb1b2acdbd0d3a474d7eaf084b4",
"body": "The DRA reconciler was registered unconditionally, which would crash the\nentire operator on clusters older than 1.34 because the resource.k8s.io/v1\nDeviceClass API does not exist there.\n\nIntroduce an internal/version package with KubeVersion, DiscoverKubeVersion,\nand an AtLeast method to centralise \n[…]\nThe webhook package is updated to\nuse the shared version package instead of its own local types.\n\nAlso fixes a pre-existing bug where /run was missing from the allowed\nhostPath prefixes error message.",
"is_bot": false,
"headline": "Gate DRA reconciler on Kubernetes >= 1.34",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-07-01T12:10:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dfccbc7ca9a6061d1f636153a08cd167b87ea324",
"body": null,
"is_bot": false,
"headline": "Allowing /run mapping to the device-plugin/dra volumes",
"author_name": "Yevgeny Shnaidman",
"author_login": "yevgeny-shnaidman",
"committed_at": "2026-06-30T07:18:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "756ef27198310a370b992b27dc149506e4966f49",
"body": "This commit add mapping of a number of volumes and envs that are\nnecessary for DRA driver <--> kubelet communication",
"is_bot": false,
"headline": "Adding dra-kubelet communication volumes",
"author_name": "Yevgeny Shnaidman",
"author_login": "yevgeny-shnaidman",
"committed_at": "2026-06-29T12:14:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab43e05a99b9786f42573b0552e646db8f58f9b3",
"body": "Add three DRA status feedback JSON path entries\n(dra.availableNumber, dra.desiredNumber,\ndra.nodesMatchingSelectorNumber) to the ManifestWork\nfeedback rules, mirroring the existing devicePlugin\npattern.\n\nValidate DRA hostPath volumes against the same allowlist\n(/dev, /sys, /var, /opt) used for DevicePlugin volumes,\nensuring the hub webhook rejects disallowed mounts before\nthey reach spoke clusters.",
"is_bot": false,
"headline": "Add DRA status feedback to hub-and-spoke ManifestWork",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-06-25T10:34:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8302e3f1a8596f766db8eb09ae66d4e21d065bce",
"body": "Extend the NodeLabelModuleVersionReconciler to handle DRA modules\nthrough the same ordered-upgrade label action table used by device\nplugin modules. The reconciler now detects whether a module uses DRA\n(via spec.dra) and routes label resolution to the version-dra label\ninstead of version-device-plugin, reusing the existing state machine\nwithout modification.",
"is_bot": false,
"headline": "Add DRA support to ordered-upgrade state machine",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-06-24T15:24:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29c905a152b5cbc8ab67b2cc758ef3f7c8f58d88",
"body": "Add webhook validation that rejects hostPath volumes in\nspec.devicePlugin.volumes unless the path resolves under /dev, /sys,\n/var or /opt. This prevents device plugins from mounting arbitrary\nhost directories such as / or /etc.",
"is_bot": false,
"headline": "Restrict device plugin hostPath volumes to allowed prefixes",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-06-23T06:55:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9547ce640701fd5bc76d7083807ac6d1cb68e5ab",
"body": "Merge DevicePluginPodReconciler and the new DRA pod labeling logic into\na single PodNodeLabelReconciler that handles both roles. The reconciler\nwatches DaemonSet pods with a ModuleNameLabel, determines the role from\nthe DaemonSetRole label, and manages the corresponding node label\n(device-plugin-ready or dra-ready) based on pod readiness.",
"is_bot": false,
"headline": "Add DRA node labeling via unified PodNodeLabel reconciler",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-06-22T09:47:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40f1f16500f50d6f8dae6aac5d2ef5ce3d0c6f2e",
"body": "Wire the DRA reconciler into the operator manager:\n\n- Add resourcev1.AddToScheme to register the DRA resource API\n- Construct and register DRAReconciler via SetupWithManager\n- Add RBAC annotation for resource.k8s.io/deviceclasses\n- Add DRA module count to the existing metrics sweep\n- Regenerate RBAC manifests and metrics mock",
"is_bot": false,
"headline": "Register DRA reconciler with manager",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-06-17T10:21:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd9c2fa5051b78465365ac89ff92cca65c8ad636",
"body": "Watch DeviceClass resources so the controller reacts to external\ndrift (e.g. manual deletion). Uses filter.HasLabel predicate to\nonly process KMM-managed DeviceClasses. Also adds list, watch, and\ndeletecollection RBAC verbs for the deviceclasses resource.",
"is_bot": false,
"headline": "Add DeviceClass watch to DRA reconciler",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-06-17T07:53:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6028ad1df8b4b6aeb4472e0cd44313647979cb8c",
"body": "Extend the DRAReconciler to manage cluster-scoped DeviceClass resources\ndeclared in spec.dra.deviceClasses. DeviceClasses use label-based ownership\n(ModuleNameLabel + ModuleNamespaceLabel) since ownerReferences cannot\nreference namespaced resources from cluster-scoped objects.\n\nThe reconciler perfor\n[…]\neans up all DeviceClasses on Module deletion or DRA removal\n\nErrors are aggregated via errors.Join to attempt all operations before\nrequeueing. NotFound errors on delete are tolerated to handle races.",
"is_bot": false,
"headline": "Add DeviceClass lifecycle management to DRA reconciler",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-06-16T11:57:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0ebd56c60bdbffaf462e377094364c0745d01463",
"body": "The ManagedClusterModule webhook on the hub was incorrectly using the\nhub cluster's Kubernetes version to gate DRA usage.\nSince the hub cannot know the target managed cluster's version, this could wrongly reject\nvalid specs or accept invalid ones.\n\nFix by passing an empty KubeVersion to the hub vali\n[…]\non requirement.\n\nAlso moves DiscoverKubeVersion inside the enableModule branch so that\nwebhook modes that don't need cluster version (namespace, preflight)\nno longer require ClusterVersion API access.",
"is_bot": false,
"headline": "Fix hub webhook DRA version gating to skip cluster version check",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-06-14T08:32:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0feeabe74fa913629e99995b4dc79c9dc0ffd231",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67\n[…]\n- dependency-name: actions/checkout\n dependency-version: 6.0.3\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 6.0.2 to 6.0.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-11T16:43:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a834e7f4684cf9f1c360f317e591635a3977faf0",
"body": "Implement admission webhook validation for Modules with spec.dra:\n- Detect cluster Kubernetes version at webhook startup via discovery client\n- Gate DRA usage to Kubernetes 1.34+ with major-version-aware comparison\n- Validate driverName format (DNS subdomain) and presence\n- Validate deviceClasses name uniqueness and format\n- Add KubeVersion struct and ParseKubeVersion/DiscoverKubeVersion utilities\n- Move DRA version constants to internal/constants package",
"is_bot": false,
"headline": "Add DRA webhook validation with Kubernetes version gating",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-06-11T09:28:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa2e9ba6849a2c3cd3659725b4e8909881f11ca2",
"body": "Implement a DRAReconciler that manages DRA driver DaemonSets from\nModule spec.dra, mirroring the DevicePluginReconciler pattern. The\nreconciler creates DaemonSets with mandatory kubelet-plugins and\nkubelet-plugins-registry host-path volumes, DRA-specific container\nnames, and a DaemonSetRole label to\n[…]\nompatibility with\n a TODO(3.0) to switch to direct role-label querying\n- Add cleanup logic to DevicePluginReconciler to delete existing\n DaemonSets and clear status when spec.devicePlugin is removed",
"is_bot": false,
"headline": "Add DRA DaemonSet reconciler",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-06-11T08:30:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3a19578c4587ccab82932a8886393903193563fe",
"body": "Bumps alpine from 3.23 to 3.24.\n\n---\nupdated-dependencies:\n- dependency-name: alpine\n dependency-version: '3.24'\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump alpine from 3.23 to 3.24",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-10T09:38:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "888c95295b62a807614c2caa7291f2b612d86a94",
"body": "Add DRASpec with pod-level fields and DRA-specific driverName and\ndeviceClasses.\nAdd DeviceClassSpec using upstream resourcev1 types\nfor selectors and configuration.",
"is_bot": false,
"headline": "Add DRA spec and status to Module CRD",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-06-08T10:49:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f95e0a149635017a3be95bdd0b42fd74b75d600",
"body": "Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.2 to 4.36.2.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/9\n[…]\nendency-name: github/codeql-action\n dependency-version: 4.36.2\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump github/codeql-action from 4.35.2 to 4.36.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-07T14:42:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1433530dde164d9eed3897f1929cfed1b43741d9",
"body": "Introduce CommonContainerSpec as the canonical container configuration type,\nwith DevicePluginContainerSpec kept as a backward-compatible alias.\nThis prepares for DRA support where DRASpec will reuse CommonContainerSpec for its driver container configuration.",
"is_bot": false,
"headline": "Rename DevicePluginContainerSpec to CommonContainerSpec",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-06-02T14:09:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcc567e05b604f88b589b6dab7f73a17e7d4ecbc",
"body": "When a node is drained, the device plugin DaemonSet pod remains running\nbecause DaemonSet pods auto-tolerate NoSchedule taints and the only\nnodeSelector was the kmm-ready label (which stays while the kmod is\nloaded). This creates a deadlock: the unloader cannot run while the\ndevice plugin holds devi\n[…]\nget to schedulable nodes\nmatching the Module selector, and removes it from unschedulable nodes.\nThis causes the DaemonSet controller to evict the device plugin pod\nduring drain, breaking the deadlock.",
"is_bot": false,
"headline": "Fix device plugin pod not evicted during node drain",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-06-01T08:27:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b8e0265fe059dbb47a074a287f0d6b7d6d8c13ed",
"body": "Product requirements document for adding Dynamic Resource Allocation\n(DRA) support to KMM, covering CRD changes, webhook validation,\nDRA controller, DeviceClass management, and ordered upgrades.",
"is_bot": false,
"headline": "Add PRD for DRA support",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-05-27T07:29:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "177350a66ea98255a0af3f29e4a4c916d52f93d8",
"body": "Replace GenerateName with a deterministic Name for build and sign pods.\nThe name is computed as {name}-{build|sign}-{KernelVersion}.\n\nThis addresses the root cause of a race between\nthe informer cache read (GetResourceByKernel returns 0 results because\nthe cache is stale) and the API server write (C\n[…]\nop.\n\nWith deterministic names, both reconciles attempt to create the exact\nsame pod name. The first succeeds, the second receives AlreadyExists\nfrom the API server and treats it as a successful no-op.",
"is_bot": false,
"headline": "Fix duplicate build/sign pod race with deterministic naming",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-05-12T06:35:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9d626f4604f5e17f25cb459da3027a2e83cc05e0",
"body": "When signing is added to a Module CR after an initial unsigned build, the\noperator entered an infinite rebuild loop because the sign pod expected an\nintermediate image tag (containerImage:ns_name_kmm_unsigned) that was never\npopulated by the original build.\n\nChanges:\n- Remove intermediate image conc\n[…]\ngistry was used as a proof that the sign is\ndone. This is not required anymore since MIC is syncing the sign job\nonly once the build job has succeed.\n\nSigned-off-by: Yoni Bettan <yonibettan@gmail.com>",
"is_bot": false,
"headline": "Remove intermediate image when we have both build and sign.",
"author_name": "Yoni Bettan",
"author_login": "ybettan",
"committed_at": "2026-05-10T13:21:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7f06f37e40616829f8e2650d87c99b2634aeda48",
"body": "Bumps [github.com/docker/cli](https://github.com/docker/cli) from 27.5.0+incompatible to 29.2.0+incompatible.\n- [Commits](https://github.com/docker/cli/compare/v27.5.0...v29.2.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/docker/cli\n dependency-version: 29.2.0+incompatible\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump github.com/docker/cli",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-29T03:55:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75893b1d70e6bed0fd5ddc09b1b5852ad5ead034",
"body": "Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.40.0 to 1.43.0.\n- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)\n- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)\n- [Commits](https://\n[…]\n...v1.43.0)\n\n---\nupdated-dependencies:\n- dependency-name: go.opentelemetry.io/otel/sdk\n dependency-version: 1.43.0\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-28T07:54:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a78579db2fced58a618f4aba16a4c71a426c2cc5",
"body": "Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.40.0 to 1.41.0.\n- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)\n- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)\n- [Commits](https://gith\n[…]\n40.0...v1.41.0)\n\n---\nupdated-dependencies:\n- dependency-name: go.opentelemetry.io/otel\n dependency-version: 1.41.0\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump go.opentelemetry.io/otel from 1.40.0 to 1.41.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-28T07:44:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7395a83d35204f036b9fcca4464013925d5937ed",
"body": "Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.4 to 6.0.0.\n- [Release notes](https://github.com/codecov/codecov-action/releases)\n- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/codecov/codecov-action/c\n[…]\nndency-name: codecov/codecov-action\n dependency-version: 6.0.0\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump codecov/codecov-action from 5.5.4 to 6.0.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-28T07:12:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ffbe5cadad79723b4bdfa3b9163a515642f3c6dc",
"body": null,
"is_bot": false,
"headline": "Bump google.golang.org/grpc from v1.72.2 to v1.80.0",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-04-20T08:25:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "282d2987230ab07fed82d2f177f4ed5253f782d0",
"body": "The kubernetes-sigs org requires all actions to be pinned to a\nfull length commit SHA.\nthis commit replaces version tags with their corresponding\ncommit SHAs across all workflow files.",
"is_bot": false,
"headline": "Pin actions in composite actions to full length commit SHAs",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-04-20T08:09:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ba07c3e8cc8f7a8d0384e7de0a3e192cafab2e8",
"body": "Bump k8s.io/api, k8s.io/apimachinery, k8s.io/client-go\nand k8s.io/kubectl to v0.35.0.\n\nThis should fix 1211-1214 PRs.\n\n---\n\nIn addition because of k8s.io/api v0.35.0 bump,\nToleratesTaint function signature was changed,\n so we need to adjust it in node.go.",
"is_bot": false,
"headline": "Bump k8s.io packages from v0.32.3 to v0.35.0",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-03-25T14:50:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bbeb7bbb61abc86a2c3fd33c842bfbce8057ad9",
"body": "The golang.org/x/net/context package has been deprecated in favor of\nthe standard library context package.\nIt is recommended in the docs to use the standard library instead.",
"is_bot": false,
"headline": "Replace deprecated golang.org/x/net/context with stdlib context",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-03-23T08:58:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "854f2fbcd284d2833120f96c89333bf60404242d",
"body": "Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.\n- [Release notes](https://github.com/actions/cache/releases)\n- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)\n- [Commits](https://github.com/actions/cache/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: actions/cache\n dependency-version: '5'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/cache from 4 to 5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-19T17:33:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "985943702fa9f39a3a7ed95e8900ecb669ceb2ff",
"body": "Bumps [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) from 1.4.0 to 1.6.0.\n- [Release notes](https://github.com/kubernetes-sigs/yaml/releases)\n- [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md)\n- [Commits](https://github.com/kubernetes-sigs/yaml/compare/v1.4.0.\n[…]\n- dependency-name: sigs.k8s.io/yaml\n dependency-version: 1.6.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump sigs.k8s.io/yaml from 1.4.0 to 1.6.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-19T17:33:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4fc622604621cf666b5e4087d24d15ff597eaa27",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v5...v6)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 5 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-19T08:50:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2b466d3af36a7a6e2e84682bb83a328979e58785",
"body": "Bumps alpine from 3.22 to 3.23.\n\n---\nupdated-dependencies:\n- dependency-name: alpine\n dependency-version: '3.23'\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump alpine from 3.22 to 3.23",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-16T13:21:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e389e17446db6044b195ad5641ea2e0ff2172be",
"body": "Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.33.0 to 1.40.0.\n- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)\n- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)\n- [Commits](https://\n[…]\n...v1.40.0)\n\n---\nupdated-dependencies:\n- dependency-name: go.opentelemetry.io/otel/sdk\n dependency-version: 1.40.0\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump go.opentelemetry.io/otel/sdk from 1.33.0 to 1.40.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-16T13:11:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eea9e749a1a8ed71feca559f11caeda1eb13fbfb",
"body": null,
"is_bot": false,
"headline": "Bumping to `go1.25`.",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-03-16T13:01:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bd571a223aa306d647c48da554906b398c077c6",
"body": "Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 7.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/v5...v7)\n\n---\nupdated-dependencies:\n- dependency-name: actions/upload-artifact\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/upload-artifact from 5 to 7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-12T09:33:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4fe868ab033e6ea2821c9587c4f6ccbe82674a9",
"body": "Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 8.\n- [Release notes](https://github.com/actions/download-artifact/releases)\n- [Commits](https://github.com/actions/download-artifact/compare/v6...v8)\n\n---\nupdated-dependencies:\n- dependency-name: actions/download-artifact\n dependency-version: '8'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/download-artifact from 6 to 8",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-12T09:21:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8be071d773c5a792d188d1899fc90fae3e08b56b",
"body": "The previous moduleUpdateWorkerPodsStatus mixed unrelated\nresponsibilities: updating ModuleLoader status fields and propagating\nImageRebuildTriggerGeneration from MIC status.\n\nIntroducing updateModuleStatus function that:\n- calls updateModuleLoaderStatus to compute ModuleLoader fields.\n- calls updateImageRebuildTriggerGenerationStatus to propagate\n ImageRebuildTriggerGeneration from MIC's status.\n- Patching Module's status.",
"is_bot": false,
"headline": "Refactor module status update into separate concerns",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-03-08T12:57:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc864b8d1c2f16781d780cc4db19e6fbfaf32cd6",
"body": "ImageRebuildTriggerGeneration field that was intorduced in\nb96d57a0ca2a53abc15988a23f32531147b9b9bb commit\nwas never updated in the Module's status, even when MIC already finished to re-build the\nimage and ImageRebuildTriggerGeneration field was updated in the MIC's status.\nThis commit fixes it by updating ImageRebuildTriggerGeneration in the Module's status\nat the end of the Module's reconciliation.",
"is_bot": false,
"headline": "updating ImageRebuildTriggerGeneration in module status",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-02-26T13:32:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76b4420160523d03b0aabb8c96b456eaba6d2127",
"body": "Following up on 8a7bc88b4a02cd05c498d4de67d2afdd2530a300 which added\nthis option to the Module.\n\nSigned-off-by: Yoni Bettan <yonibettan@gmail.com>",
"is_bot": false,
"headline": "Documented the `AutomountServiceAccountToken` device-plugin option.",
"author_name": "Yoni Bettan",
"author_login": "ybettan",
"committed_at": "2026-02-18T13:09:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "260716f343d783ac7fbf8af0d2285e037c628458",
"body": "Following \"Add imageRebuildTrigger field to force\nmodule image rebuilds\" commit, we now deleting mbsc\n resources from the hub'scontroller pod,\nbut since we missed the rbac annotation for that,\nit failed to delete.\nThis commits adds the missing rbac annotation.",
"is_bot": false,
"headline": "Adding delete to modulebuildsignconfigs rbac in hub pod",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-02-17T14:11:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a7bc88b4a02cd05c498d4de67d2afdd2530a300",
"body": "AutomountServiceAccountToken is used to disable the auto-mounting of the projected volume\ninto device plugin pod. This volume includes as files: SA token, CAs' file etc'.\nK8s automatically mounts the SA token, root CAs into the\n/var/run/secrets/kubernetes.io/serviceaccount using projected volumes.As\n[…]\nnot allowed.\nsetting AutomountServiceAccountToken to false, will disale auto-mounting, and will allow user to mount\nwhatever configmaps and tokens he deems necessary for the device plugin application.",
"is_bot": false,
"headline": "Allow configuring AutomountServiceAccountToken for DevicePlugin",
"author_name": "Yevgeny Shnaidman",
"author_login": "yevgeny-shnaidman",
"committed_at": "2026-02-15T09:01:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2ec2f67a99cb9feeeac824812080869ddefda85b",
"body": "Doc update for the new glob support feature when signing kmods - explicit paths and Ash globs paths.",
"is_bot": false,
"headline": "Add documentation for filesToSign wildcard and glob pattern support",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-02-15T08:49:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72f17428a09c17c68aa50c306ba498b0c2f27e02",
"body": "Document how to add custom tolerations via OLM Subscription's for\nmanaged Kubernetes environments where worker nodes have custom\ntaints or no accessible control-plane nodes.\n\nrelated to issue:https://github.com/kubernetes-sigs/kernel-module-management/issues/1215\n\nSigned-off-by: Natali Shemtov <nshemtov@redhat.com>",
"is_bot": false,
"headline": "Add documentation for running KMM on tainted worker nodes",
"author_name": "Natali Shemtov",
"author_login": "NataliShemtov",
"committed_at": "2026-02-10T11:43:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3c41fe528cb90b6b60d5cccea95808ac77d8e85",
"body": "This commit adds support for wildcard and glob patterns in the\nfilesToSign field when signing kernel modules. Previously, users\nhad to specify the exact path to each .ko file they wanted to sign.\nToday, the user can add full path to explicit files (required as before),\nor any glob patterns supported by the `Ash` shell.\n\nAdditionally, this commit propegates DirName from the API into the signimage template, and adds the signed files to the\nvalidation webhook.",
"is_bot": false,
"headline": "Add wildcard and glob pattern support for filesToSign in module signing",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-02-10T10:40:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8e84103b2b422b6937f355f928cbd8b7d3dc263",
"body": "Enable OOT modules to depend on in-tree modules by mounting the host's\n/lib/modules into pods at /host/lib/modules.\nThe /host prefix avoids conflicts with Kaniko during builds.\n\nAlso removing /usr/lib/modules mount from build and worker pods.\n\nWorker pods get both paths (/lib/modules and /host/lib/modules) for\nbackward compatibility.\n\nDocs in docs/mkdocs/documentation/kmod_image.md updated with usage example.",
"is_bot": false,
"headline": "Mount host kernel modules in build and worker pods",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-02-05T14:18:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9361d88c83d7db3d322bb4ab49afa5694c36c0d5",
"body": "…r name.\n\nThis is a followup commit on 0b6d54df31939920bcbb83bc0fb5e816168b1c28 in\nwhich we removed the NMC labels which are specified in the Module's\nfinalizer and preventing it from being deleted.\n\nThis commit is complementing the previous commit by also modifying the\nregexp used to remove the ready label on the node upon deletion of\nModules with a `.` in their name.\n\nSigned-off-by: Yoni Bettan <yonibettan@gmail.com>",
"is_bot": false,
"headline": "Removing node's ready labels on deletion for Modules with `.` in thei…",
"author_name": "Yoni Bettan",
"author_login": "ybettan",
"committed_at": "2026-01-29T10:21:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b79267fd946bfb11673d7817d168c0fb2a722bcd",
"body": "Document the new imageRebuildTriggerGeneration field that allows users\nto force KMM to re-verify and rebuild module images when using\nephemeral image registries.\n\nRef: #1206",
"is_bot": false,
"headline": "Add docs for imageRebuildTriggerGeneration field",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-01-29T09:29:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8542dbbaea14c2e66d99c12954fc1ca7f5407855",
"body": "There are some taints that can be created by kuberentes on-the-fly:\ndisk-pressure, memory-pressure, pid-pressure. In case node is tainted in\nsuch way, it should not cause KMM to unload the kernel module, since it\nis already loaded, and the effect of those tolerations is NoSchedule. In\naddition, even in case we are delaing with a kernel module being loaded\nfor the first time, we can proceed, since the whole loading process is a\none-time action: pod is created and then destroyed",
"is_bot": false,
"headline": "Adding internal tolerations support",
"author_name": "Yevgeny Shnaidman",
"author_login": "yevgeny-shnaidman",
"committed_at": "2026-01-25T15:25:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ad4269c2c0f4c9ffa38ec8cdbfa6a21376e5f8a",
"body": "Netlify changed their build image from Ubuntu Focal (20.04) to Ubuntu\nNoble (24.04). In Noble, pip-installed executables are placed in\n~/.local/bin which is not included in PATH during the build phase which\ncauses the deploy previews to fail.\n\nThe fix is to invoke mkdocs as a Python module instead o\n[…]\ning 'python -m mkdocs' bypasses the PATH issue because Python's module system can locate installed packages regardless of shell PATH configuration.\n\nSigned-off-by: Natali Shemtov <nshemtov@redhat.com>",
"is_bot": false,
"headline": "Resolve Netlify deploy failures",
"author_name": "Natali Shemtov",
"author_login": "NataliShemtov",
"committed_at": "2026-01-21T10:37:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e4d80f36f65f6342d99958b592646d857c8edba6",
"body": "Build pods created through the ModuleImagesConfig (MIC) and\nModuleBuildSignConfig (MBSC) flow do not inherit tolerations\nfrom the parent Module, preventing scheduling on tainted nodes.\n\nChanges:\n- Add Tolerations field to ModuleImagesConfigSpec\n- Add Tolerations field to ModuleBuildSignConfigSpec\n- \n[…]\ne MBSC.CreateOrPatch() to copy tolerations from MIC\n- Update createMLD() to set tolerations from MBSC spec\n- Add unit tests for toleration propagation\n\nSigned-off-by: Mehdi Bayazee <bayazee@gmail.com>",
"is_bot": false,
"headline": "Propagate tolerations through MIC/MBSC to build pods",
"author_name": "Mehdi Bayazee",
"author_login": "bayazee",
"committed_at": "2026-01-20T11:41:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d695b936d2eda388abaa511ab7ae5a08ed03165e",
"body": "operator-hub-upgrade CI job is flaky because the operatorhubio-catalog keeps switching between READY and TRANSIENT_FAILURE states.\nFixed by waiting for 6 consecutive READY states (30s) before proceeding.",
"is_bot": false,
"headline": "fix operator-hub-upgrade CI flakiness by adding catalog stability check",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-01-20T10:51:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "179b43217cdaeb29dc58cdcc1d295ab2843570a0",
"body": "Add security settings to manager and webhook-server containers:\n- readOnlyRootFilesystem: true - prevents filesystem tampering\n- capabilities.drop: [ALL] - removes privileged kernel operations",
"is_bot": false,
"headline": "harden container securityContext",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-01-19T12:07:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b96d57a0ca2a53abc15988a23f32531147b9b9bb",
"body": "This change introduces a new optional field\n `imageRebuildTrigger` in the\nModule and ManagedClusterModule CRDs.\nWhen the user changes this field's\nvalue, KMM clears all image statuses in the\ncorresponding ModuleImagesConfig\nand re-verifies image existence,\npotentially triggering a rebuild.",
"is_bot": false,
"headline": "Add imageRebuildTrigger field to force module image rebuilds",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2026-01-19T08:40:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a13956413aa3ca94c3f61b7082a1d0643c1032fc",
"body": "adding public API that can be used by KMM's user:\n1. API to get the module version label format\n2. API to get the module version ready label format",
"is_bot": false,
"headline": "adding public API for additional labels",
"author_name": "Yevgeny Shnaidman",
"author_login": "yevgeny-shnaidman",
"committed_at": "2025-12-02T10:24:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c0d9fffa057c195a3e31383f4e159f63945d6de",
"body": "Signed-off-by: Yoni Bettan <yonibettan@gmail.com>",
"is_bot": false,
"headline": "Adding more explicit documentation regarding the node's ready label.",
"author_name": "Yoni Bettan",
"author_login": "ybettan",
"committed_at": "2025-12-02T10:02:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d1d0876594346c73dc403fe4137da5310a6e855",
"body": "When building the bundle locally we usually use `make bundle` but when\nbuilding it in cloudbuild for publishing in operatorhub.io, we use\n`make bundle ... USE_IMAGEDIGESTS=true` which will eventually generate\nthe manifests and run `operator-sdk generate bundle ...\n--use-image-digests`.\n\nWhile the ma\n[…]\nmit is changing the dummy images with a \"place holder\ndescription\" instead of a valuable URL to prevent `operator-sdk`\ntreating those as real images.\n\nSigned-off-by: Yoni Bettan <yonibettan@gmail.com>",
"is_bot": false,
"headline": "Fixing the image references in the bundle samples.",
"author_name": "Yoni Bettan",
"author_login": "ybettan",
"committed_at": "2025-11-23T11:37:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a7509a1203ddf6ebbb88050383386b51a6d3c8cc",
"body": "In case node becomes unschedulable (cordon, taint wihtout toleration\netc'), the kmod ready version is removed. In addition, the kmod version\nready label should also be removed. We do it unconditionally, since the\naction does not produce error even if the label does not exists on the\nnode",
"is_bot": false,
"headline": "Fixiמg the unschedulable node version ready label removal",
"author_name": "Yevgeny Shnaidman",
"author_login": "yevgeny-shnaidman",
"committed_at": "2025-11-17T09:39:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4794351ba141be380bbf6366561a740f782c5271",
"body": "Users need an official API to determine if their kmod was upgraded to\nthe newer version successfully when using the ordered-upgrade flow.\n\nBefore this commit, we only had a label describing if a specific kmod is\nready to be used or not but the same label was used for all versions.\n\nTo prevent users from watching the ready label being removed and then\nre-appearing for the new kmod, we decided to add a new label with the\nkmod version in it.\n\nSigned-off-by: Yoni Bettan <yonibettan@gmail.com>",
"is_bot": false,
"headline": "Adding documentation for the versioned ready label on the nodes.",
"author_name": "Yoni Bettan",
"author_login": "ybettan",
"committed_at": "2025-11-13T13:41:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9343f17cc16f95c4b84ef723a8f9374a76d58521",
"body": "Currently we have only one \"ready\" label to signify that the kernel\nmodule is loaded successfuly. In order upgrade scenario, the user needs\nto know that the loaded module is actually the one with the targeted\nmodule version, in order to coordinated further actions. This PR\nintroduces a new label: km\n[…]\n- nothing happens\n7. In case \"ready\" label needs to be added, we check if the version\n field exists in the NMC status, and if it does, then we add the\n \"version.ready\" label with appropriate value",
"is_bot": false,
"headline": "Adding \"version.ready\" label to the ordered upgrade flow",
"author_name": "Yevgeny Shnaidman",
"author_login": "yevgeny-shnaidman",
"committed_at": "2025-11-13T12:11:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "02563b9064f626470286125f6fd904afd3c0603f",
"body": "Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6.\n- [Release notes](https://github.com/actions/download-artifact/releases)\n- [Commits](https://github.com/actions/download-artifact/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependency-name: actions/download-artifact\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/download-artifact from 5 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-03T12:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f713b8fc61cdda107cd2ce1befd0e102de81f70",
"body": "Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: actions/upload-artifact\n dependency-version: '5'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/upload-artifact from 4 to 5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-03T12:10:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe964c66ccf1bb194284c66077ca3030013f3d78",
"body": "Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/v3...v4)\n\n-\n[…]\ndependency-name: github/codeql-action\n dependency-version: '4'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump github/codeql-action from 3 to 4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-16T13:20:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "13390c7df592bf95c2a1e261e9f02305e78012a1",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-go\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/setup-go from 5 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-15T06:14:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "636333c4fd8e8b914367e5422632e853e0538af0",
"body": "Adding TomerNewman as a\nreviewer and approver.",
"is_bot": false,
"headline": "Adding TomerNewman to Owners",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2025-09-14T14:12:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1b96a4bd65116880a71f2822c0cd9f9457f83bc",
"body": "When entering KMM's page in operatorhub, we can\nsee buch of CRDs with \"Name Not Available\".\nThis commit updates PROJECT to include those\nmissing crds and adding each one a sample yaml.",
"is_bot": false,
"headline": "Updating KMM's page in OperatorHub",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2025-09-11T14:22:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbe8d3af37931222938cb7b667ee1d07bedf2be6",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v5)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '5'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 4 to 5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-11T13:36:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a5e13e4117c1fa324c34d5219e65c72a31877868",
"body": "…igMap\n\nBecause we will not use OCIArtifacts with Shipwright for build and sign,\nWe can revert KMM to use configmap to store the dockerfile.",
"is_bot": false,
"headline": "Reverting Module CRD change from using OCIArtifacts to DockerfileConf…",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2025-08-28T06:59:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b817750d5273cb038bb974980e9c3605704b00c9",
"body": "Because we will not use OCIArtifacts with Shipwright for build and sign, we can revert KMM's webhook to not validating DockerfileOCIArtifact in Module.",
"is_bot": false,
"headline": "Reverting webhook validation for DockerfileOCIArtifact",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2025-08-27T09:24:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cbe19ed88d12e6419a9a50840ad6787531e8676",
"body": "Because we will not use Shipwright, We should revert kmm to not have\nRBAC for Shipwrights resources like BuildRun.\nThis commit reverts to the old RBAC configuration.",
"is_bot": false,
"headline": "Revert rbac addition for BuildRun resource",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2025-08-27T08:14:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d641bbe48dbbfb41be1d8a0be4311350037c5309",
"body": "We were using an old version that was not supporting the generation or\ninstallation of bundle with `NetworkPolicies` manifests.\n\nSigned-off-by: Yoni Bettan <yonibettan@gmail.com>",
"is_bot": false,
"headline": "Bumping `operator-sdk` and the project layout to `go.kubebuilder.io/v4`.",
"author_name": "Yoni Bettan",
"author_login": "ybettan",
"committed_at": "2025-08-26T14:30:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af6e32133728a3bf838a549d61cde49d717624f3",
"body": "Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.\n- [Release notes](https://github.com/actions/download-artifact/releases)\n- [Commits](https://github.com/actions/download-artifact/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: actions/download-artifact\n dependency-version: '5'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/download-artifact from 4 to 5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-06T08:17:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd6205b6cc6d095b875f55f12a7ceb550bd4dccb",
"body": "Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.25.0 to 0.27.0.\n- [Commits](https://github.com/golang/oauth2/compare/v0.25.0...v0.27.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/oauth2\n dependency-version: 0.27.0\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/oauth2 from 0.25.0 to 0.27.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-07-21T08:16:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e94c15a7d35dc0b953253882827fbc32dd3a1e1",
"body": "As part of transitioning to Shipwright,\nWe have to add RBAC roles for BuildRun\nresource as BuildRuns will be owned by KMM.\nBuildRuns should have the same roles as pods\nbecause they will replace them as the default\nbuild mechanism.",
"is_bot": false,
"headline": "Adding rbac for BuildRun resource",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2025-07-16T13:50:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a89583be3e0cd76ec2e7d619210e6fce1bf37f9",
"body": "As part of KMM transitioning to\nShipwright, KMM's webhook\nshould allow only the following\nscenarios:\n1. DockerfileOCIArtifact is\ndefined and not\nDockerfileConfigMap.\n2. DockerfileConfigMap is defined and not DockerfileOCIArtifact.",
"is_bot": false,
"headline": "Adding webhook validation for new shipwright build logic",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2025-07-14T07:34:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69bf011e5631682bdd6e6966f4bbfe1f6e4f3daf",
"body": "As part of transitioning our\nbuilds to Shipwright using\nOCIArtifacts instead of pods\nrunning the Kaniko container,\nwe need to allow users to\nspecify the registry and artifact\nthat contain the Dockerfile used\nfor building the kernel module\nimage.\nThe DockerfileOCIArtifact field will\nremain optional for now, until\nthe migration to Shipwright is\ncomplete.",
"is_bot": false,
"headline": "Introducing DockerfileOCIArtifact field to Module CRD.",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2025-07-13T14:16:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2740ffe648195bf26305b95eca24e72588fe9276",
"body": "The KMM-hub controller-config configMap had an invalid entry named\n`metricsBindAddress` in addition to the valid entry which is\n`metrics.bindAddress`. This issue didn't exist in the KMM\ncontroller-config configMap.\n\nAs part of making the operators configuration persist operator upgrads,\nwe removed t\n[…]\nntroller pod.\n\nThis commit is only logging an error and use the default configs in case the\nconfigMap parse failed without making the operator crash.\n\nSigned-off-by: Yoni Bettan <yonibettan@gmail.com>",
"is_bot": false,
"headline": "Fixing KMM-hub's upgrade flow from 2.3.0 --> 2.4.0.",
"author_name": "Yoni Bettan",
"author_login": "ybettan",
"committed_at": "2025-07-03T06:11:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4eaf68beb480bfc48b9eeb809a2642766cfdaa5f",
"body": "We need this step in order to install the `manifestwork` and\n`clusterclaim` CRDs in the cluster.\n\nWithout it, `operator-sdk` will still run and manage to do the upgrade\nbut the installed operator will constantly fail due to missing CRDs in\nthe cluster.\n\nThis is not affecting the job correctness whic\n[…]\nrade but it will make thing much easier if it fails and we need\nto inspect the \"real failing logs\" and not the one generated because of\nmissing CRDs.\n\nSigned-off-by: Yoni Bettan <yonibettan@gmail.com>",
"is_bot": false,
"headline": "Setting the cluster as a hub cluster.",
"author_name": "Yoni Bettan",
"author_login": "ybettan",
"committed_at": "2025-07-02T11:46:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4f98acda9778c39ac9a6d3faadda3a26d5c81389",
"body": "Signed-off-by: Yoni Bettan <yonibettan@gmail.com>",
"is_bot": false,
"headline": "Adding a CI job for testing KMM-hub's upgrade flow.",
"author_name": "Yoni Bettan",
"author_login": "ybettan",
"committed_at": "2025-07-02T09:17:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce6f5827300be8825ae8d77aa6a1374f0e727cb1",
"body": "The NMC logic ensure we call this\nfunction in such a way we never fall\ninto one of the 2 buggy `if` sections.\nThat said, if the implementation were\nto change, we could hit this bug in\nreal time, therefore, this method\nshould be fixed.",
"is_bot": false,
"headline": "fixing HashAnnotationDiffer function",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2025-06-26T10:08:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2f76d727e6a77db66899ba4fe2101cef2f1a8fb",
"body": "Removed an outdated default value.\n\nSigned-off-by: Yoni Bettan <yonibettan@gmail.com>",
"is_bot": false,
"headline": "Fixing the metrics-server docs.",
"author_name": "Yoni Bettan",
"author_login": "ybettan",
"committed_at": "2025-06-25T13:50:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24681edd0043995bfdf4082a17e6e59ae715882e",
"body": "The doc says to create a `configMap` with the `Dockerfile` key while KMM\nexpects to see the `dockerfile` key instead which will lead to an error.\n\nSigned-off-by: Yoni Bettan <yonibettan@gmail.com>",
"is_bot": false,
"headline": "Fixing documentation for building in-cluster using a Dockerfile.",
"author_name": "Yoni Bettan",
"author_login": "ybettan",
"committed_at": "2025-06-25T07:50:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d196120ecd76240683f55a6bbe6bab1cee20e72",
"body": "Propagating the PushBuilt image to the MIC object and eventually to the\nMBSC object. Module/MCM reconcilers are setting it to true, Preflight is\nsetting ti based on value of the PushBuiltImage in Preflight Spec",
"is_bot": false,
"headline": "Propagate PushBuiltImage flag from different controllers to Build object",
"author_name": "Yevgeny Shnaidman",
"author_login": "yevgeny-shnaidman",
"committed_at": "2025-06-23T06:38:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fcf28240d78d072679f6200d75010ec4042eff5",
"body": "This flag will be used to signal whether the built object must be also\npush to the destination registry. The main user will be the Preflight.\nIn the regular flow (Module) the image that is built is also always\npushed. When running Preflight, user might specify whether to push the\nbuilt image, or not (he wants to verify that image can be built in time,\nbut does not want to push it right now)",
"is_bot": false,
"headline": "Adding PushBuiltImage variable to MIC and MBSC objects",
"author_name": "Yevgeny Shnaidman",
"author_login": "yevgeny-shnaidman",
"committed_at": "2025-06-22T10:36:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec220ed5dbe9c81b331295f6fffbfd95e94b2bfe",
"body": "Until now users were able to add invalid kernel versions to\nPreflightValidation, which made KMM controller panic.\nThis commit adds a validation webhook for PreflightValidation resource.",
"is_bot": false,
"headline": "Adding PreflightValidation Webhook",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2025-06-19T12:00:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ece8f0f9464e8ba5c973b14949dfeecc0150fd0",
"body": "Kubernetes includes an anti-spam mechanism for events\nthat are created rapidly.\nThis commit adds documentation about it,\nas this feature can cause kernel module events to not be shown.",
"is_bot": false,
"headline": "adding documentation for kmods events that are not shown",
"author_name": "TomerNewman",
"author_login": "TomerNewman",
"committed_at": "2025-06-19T08:58:51Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 14,
"commits_last_year": 85,
"latest_release_at": "2026-04-15T11:30:39Z",
"latest_release_tag": "v2.6.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 33,
"days_since_latest_release": 103,
"mean_days_between_releases": 85.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/kubernetes-sigs/kernel-module-management",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/kubernetes-sigs/kernel-module-management",
"is_deprecated": false,
"latest_version": "v1.1.0",
"repository_url": "https://github.com/kubernetes-sigs/kernel-module-management",
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2023-05-31T06:35:47Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1153
}
]
},
"popularity": {
"forks": 44,
"stars": 126,
"watchers": 7,
"fork_history": {
"days": [
{
"date": "2022-08-03",
"count": 1
},
{
"date": "2022-08-10",
"count": 1
},
{
"date": "2022-08-28",
"count": 1
},
{
"date": "2022-08-30",
"count": 3
},
{
"date": "2022-08-31",
"count": 1
},
{
"date": "2022-09-05",
"count": 1
},
{
"date": "2022-09-07",
"count": 1
},
{
"date": "2022-12-03",
"count": 1
},
{
"date": "2023-02-07",
"count": 1
},
{
"date": "2023-02-15",
"count": 1
},
{
"date": "2023-02-24",
"count": 1
},
{
"date": "2023-03-09",
"count": 1
},
{
"date": "2023-03-13",
"count": 1
},
{
"date": "2023-04-30",
"count": 1
},
{
"date": "2023-07-07",
"count": 1
},
{
"date": "2023-12-12",
"count": 1
},
{
"date": "2024-01-03",
"count": 1
},
{
"date": "2024-06-18",
"count": 1
},
{
"date": "2024-11-18",
"count": 1
},
{
"date": "2024-11-22",
"count": 1
},
{
"date": "2024-12-18",
"count": 1
},
{
"date": "2025-02-10",
"count": 1
},
{
"date": "2025-02-28",
"count": 1
},
{
"date": "2025-03-12",
"count": 1
},
{
"date": "2025-03-27",
"count": 1
},
{
"date": "2025-04-07",
"count": 1
},
{
"date": "2025-04-14",
"count": 1
},
{
"date": "2025-04-23",
"count": 1
},
{
"date": "2025-04-29",
"count": 1
},
{
"date": "2025-05-12",
"count": 1
},
{
"date": "2025-07-07",
"count": 1
},
{
"date": "2025-08-13",
"count": 1
},
{
"date": "2025-10-09",
"count": 1
},
{
"date": "2025-11-22",
"count": 1
},
{
"date": "2025-12-15",
"count": 1
},
{
"date": "2026-01-03",
"count": 1
},
{
"date": "2026-01-19",
"count": 1
},
{
"date": "2026-05-10",
"count": 1
},
{
"date": "2026-06-14",
"count": 1
},
{
"date": "2026-06-29",
"count": 1
},
{
"date": "2026-07-01",
"count": 1
}
],
"complete": true,
"collected": 43,
"total_forks": 44
},
"star_history": null,
"open_issues_and_prs": 15
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"samples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile",
"ci/kmm-kmod/Makefile",
"docs/Makefile",
"docs/mkdocs/developer/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 57632,
"source_files_sampled": 187,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod",
"requirements.txt"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.80.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-hrxh-6v49-42gf"
],
"fixed_version": "1.82.1",
"advisory_count": 1,
"oldest_advisory_days": 5
},
{
"name": "github.com/google/cel-go",
"direct": false,
"version": "v0.26.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-gcjh-h69q-9w9g"
],
"fixed_version": "0.29.0",
"advisory_count": 1,
"oldest_advisory_days": 2
},
{
"name": "golang.org/x/text",
"direct": true,
"version": "v0.37.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 12
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "v1.43.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5158"
],
"fixed_version": "1.44.0",
"advisory_count": 1,
"oldest_advisory_days": 2
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.55.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5942"
],
"fixed_version": "0.56.0",
"advisory_count": 1,
"oldest_advisory_days": 12
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 3,
"critical": 1,
"moderate": 1
},
"advisory_count": 5,
"affected_count": 5,
"assessed_count": 103,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 2,
"direct_affected_count": 1
},
"ecosystems": [
"go",
"pypi"
],
"dependencies": [
{
"name": "github.com/a8m/envsubst",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.2"
},
{
"name": "github.com/budougumi0617/cmpmock",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.1.1"
},
{
"name": "github.com/go-logr/logr",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.3"
},
{
"name": "github.com/google/go-cmp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "github.com/google/go-containerregistry",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.20.3"
},
{
"name": "github.com/google/go-containerregistry/pkg/authn/kubernetes",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20230523181351-c3f8a49229d3"
},
{
"name": "github.com/mitchellh/hashstructure/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.0.2"
},
{
"name": "github.com/onsi/ginkgo/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.27.2"
},
{
"name": "github.com/onsi/gomega",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.38.2"
},
{
"name": "github.com/otiai10/copy",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.14.1"
},
{
"name": "github.com/prometheus/client_golang",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.23.2"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.0"
},
{
"name": "go.uber.org/mock",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.5.1"
},
{
"name": "golang.org/x/exp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20240719175910-8a7402abbf56"
},
{
"name": "golang.org/x/text",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.37.0"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
},
{
"name": "k8s.io/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.35.0"
},
{
"name": "k8s.io/apimachinery",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.35.0"
},
{
"name": "k8s.io/client-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.35.0"
},
{
"name": "k8s.io/klog/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.130.1"
},
{
"name": "k8s.io/kubectl",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.35.0"
},
{
"name": "k8s.io/utils",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20251002143259-bc988d571ff4"
},
{
"name": "open-cluster-management.io/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.16.1"
},
{
"name": "sigs.k8s.io/controller-runtime",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.20.4"
},
{
"name": "sigs.k8s.io/yaml",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/a8m/envsubst",
"direct": true,
"version": "v1.4.2",
"ecosystem": "go"
},
{
"name": "github.com/budougumi0617/cmpmock",
"direct": true,
"version": "v0.1.1",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/logr",
"direct": true,
"version": "v1.4.3",
"ecosystem": "go"
},
{
"name": "github.com/google/go-cmp",
"direct": true,
"version": "v0.7.0",
"ecosystem": "go"
},
{
"name": "github.com/google/go-containerregistry",
"direct": true,
"version": "v0.20.3",
"ecosystem": "go"
},
{
"name": "github.com/google/go-containerregistry/pkg/authn/kubernetes",
"direct": true,
"version": "v0.0.0-20230523181351-c3f8a49229d3",
"ecosystem": "go"
},
{
"name": "github.com/mitchellh/hashstructure/v2",
"direct": true,
"version": "v2.0.2",
"ecosystem": "go"
},
{
"name": "github.com/onsi/ginkgo/v2",
"direct": true,
"version": "v2.27.2",
"ecosystem": "go"
},
{
"name": "github.com/onsi/gomega",
"direct": true,
"version": "v1.38.2",
"ecosystem": "go"
},
{
"name": "github.com/otiai10/copy",
"direct": true,
"version": "v1.14.1",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_golang",
"direct": true,
"version": "v1.23.2",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cobra",
"direct": true,
"version": "v1.10.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/mock",
"direct": true,
"version": "v0.5.1",
"ecosystem": "go"
},
{
"name": "golang.org/x/exp",
"direct": true,
"version": "v0.0.0-20240719175910-8a7402abbf56",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": true,
"version": "v0.37.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": true,
"version": "v3.0.1",
"ecosystem": "go"
},
{
"name": "k8s.io/api",
"direct": true,
"version": "v0.35.0",
"ecosystem": "go"
},
{
"name": "k8s.io/apimachinery",
"direct": true,
"version": "v0.35.0",
"ecosystem": "go"
},
{
"name": "k8s.io/client-go",
"direct": true,
"version": "v0.35.0",
"ecosystem": "go"
},
{
"name": "k8s.io/klog/v2",
"direct": true,
"version": "v2.130.1",
"ecosystem": "go"
},
{
"name": "k8s.io/kubectl",
"direct": true,
"version": "v0.35.0",
"ecosystem": "go"
},
{
"name": "k8s.io/utils",
"direct": true,
"version": "v0.0.0-20251002143259-bc988d571ff4",
"ecosystem": "go"
},
{
"name": "open-cluster-management.io/api",
"direct": true,
"version": "v0.16.1",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/controller-runtime",
"direct": true,
"version": "v0.20.4",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/yaml",
"direct": true,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "cel.dev/expr",
"direct": false,
"version": "v0.25.1",
"ecosystem": "go"
},
{
"name": "github.com/antlr4-go/antlr/v4",
"direct": false,
"version": "v4.13.0",
"ecosystem": "go"
},
{
"name": "github.com/beorn7/perks",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/blang/semver/v4",
"direct": false,
"version": "v4.0.0",
"ecosystem": "go"
},
{
"name": "github.com/cenkalti/backoff/v4",
"direct": false,
"version": "v4.3.0",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.2-0.20180830191138-d8f796af33cc",
"ecosystem": "go"
},
{
"name": "github.com/docker/cli",
"direct": false,
"version": "v29.2.0+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/docker/docker-credential-helpers",
"direct": false,
"version": "v0.8.2",
"ecosystem": "go"
},
{
"name": "github.com/emicklei/go-restful/v3",
"direct": false,
"version": "v3.12.2",
"ecosystem": "go"
},
{
"name": "github.com/evanphx/json-patch/v5",
"direct": false,
"version": "v5.9.11",
"ecosystem": "go"
},
{
"name": "github.com/felixge/httpsnoop",
"direct": false,
"version": "v1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/fsnotify/fsnotify",
"direct": false,
"version": "v1.9.0",
"ecosystem": "go"
},
{
"name": "github.com/fxamacker/cbor/v2",
"direct": false,
"version": "v2.9.0",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/stdr",
"direct": false,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/jsonpointer",
"direct": false,
"version": "v0.21.0",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/jsonreference",
"direct": false,
"version": "v0.20.2",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag",
"direct": false,
"version": "v0.23.0",
"ecosystem": "go"
},
{
"name": "github.com/go-task/slim-sprig/v3",
"direct": false,
"version": "v3.0.0",
"ecosystem": "go"
},
{
"name": "github.com/google/btree",
"direct": false,
"version": "v1.1.3",
"ecosystem": "go"
},
{
"name": "github.com/google/cel-go",
"direct": false,
"version": "v0.26.0",
"ecosystem": "go"
},
{
"name": "github.com/google/gnostic-models",
"direct": false,
"version": "v0.7.0",
"ecosystem": "go"
},
{
"name": "github.com/google/pprof",
"direct": false,
"version": "v0.0.0-20250403155104-27863c87afa6",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/grpc-ecosystem/grpc-gateway/v2",
"direct": false,
"version": "v2.26.3",
"ecosystem": "go"
},
{
"name": "github.com/inconshreveable/mousetrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/josharian/intern",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/json-iterator/go",
"direct": false,
"version": "v1.1.12",
"ecosystem": "go"
},
{
"name": "github.com/mailru/easyjson",
"direct": false,
"version": "v0.7.7",
"ecosystem": "go"
},
{
"name": "github.com/masterminds/semver/v3",
"direct": false,
"version": "v3.4.0",
"ecosystem": "go"
},
{
"name": "github.com/mitchellh/go-homedir",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/modern-go/concurrent",
"direct": false,
"version": "v0.0.0-20180306012644-bacd9c7ef1dd",
"ecosystem": "go"
},
{
"name": "github.com/modern-go/reflect2",
"direct": false,
"version": "v1.0.3-0.20250322232337-35a7c28c31ee",
"ecosystem": "go"
},
{
"name": "github.com/munnerz/goautoneg",
"direct": false,
"version": "v0.0.0-20191010083416-a7dc8b61c822",
"ecosystem": "go"
},
{
"name": "github.com/opencontainers/go-digest",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/otiai10/mint",
"direct": false,
"version": "v1.6.3",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_model",
"direct": false,
"version": "v0.6.2",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/common",
"direct": false,
"version": "v0.66.1",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/procfs",
"direct": false,
"version": "v0.16.1",
"ecosystem": "go"
},
{
"name": "github.com/sirupsen/logrus",
"direct": false,
"version": "v1.9.3",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": false,
"version": "v1.0.9",
"ecosystem": "go"
},
{
"name": "github.com/stoewer/go-strcase",
"direct": false,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/x448/float16",
"direct": false,
"version": "v0.8.4",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/auto/sdk",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
"direct": false,
"version": "v0.61.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace",
"direct": false,
"version": "v1.34.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc",
"direct": false,
"version": "v1.34.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/metric",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/trace",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/proto/otlp",
"direct": false,
"version": "v1.5.0",
"ecosystem": "go"
},
{
"name": "go.yaml.in/yaml/v2",
"direct": false,
"version": "v2.4.3",
"ecosystem": "go"
},
{
"name": "go.yaml.in/yaml/v3",
"direct": false,
"version": "v3.0.4",
"ecosystem": "go"
},
{
"name": "golang.org/x/mod",
"direct": false,
"version": "v0.35.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.55.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/oauth2",
"direct": false,
"version": "v0.34.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.20.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.45.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/term",
"direct": false,
"version": "v0.43.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/time",
"direct": false,
"version": "v0.9.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/tools",
"direct": false,
"version": "v0.44.0",
"ecosystem": "go"
},
{
"name": "gomodules.xyz/jsonpatch/v2",
"direct": false,
"version": "v2.4.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"direct": false,
"version": "v0.0.0-20260120221211-b8f7ae30c516",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"direct": false,
"version": "v0.0.0-20260120221211-b8f7ae30c516",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.80.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": false,
"version": "v1.36.11",
"ecosystem": "go"
},
{
"name": "gopkg.in/evanphx/json-patch.v4",
"direct": false,
"version": "v4.13.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/inf.v0",
"direct": false,
"version": "v0.9.1",
"ecosystem": "go"
},
{
"name": "k8s.io/apiextensions-apiserver",
"direct": false,
"version": "v0.35.0",
"ecosystem": "go"
},
{
"name": "k8s.io/apiserver",
"direct": false,
"version": "v0.35.0",
"ecosystem": "go"
},
{
"name": "k8s.io/component-base",
"direct": false,
"version": "v0.35.0",
"ecosystem": "go"
},
{
"name": "k8s.io/kube-openapi",
"direct": false,
"version": "v0.0.0-20250910181357-589584f1c912",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/apiserver-network-proxy/konnectivity-client",
"direct": false,
"version": "v0.31.2",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/json",
"direct": false,
"version": "v0.0.0-20250730193827-2d320260d730",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/randfill",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/structured-merge-diff/v6",
"direct": false,
"version": "v6.3.0",
"ecosystem": "go"
},
{
"name": "mkdocs",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "mkdocs-exclude",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 105,
"direct_count": 25,
"indirect_count": 80
}
},
"maintainership": {
"issues": {
"open_prs": 13,
"merged_prs": 907,
"open_issues": 2,
"closed_ratio": 0.985,
"closed_issues": 134,
"closed_unmerged_prs": 258
},
"bus_factor": 2,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "qbarrand",
"commits": 226,
"avatar_url": "https://avatars.githubusercontent.com/u/4248434?v=4"
},
{
"type": "User",
"login": "yevgeny-shnaidman",
"commits": 199,
"avatar_url": "https://avatars.githubusercontent.com/u/60741237?v=4"
},
{
"type": "User",
"login": "ybettan",
"commits": 111,
"avatar_url": "https://avatars.githubusercontent.com/u/29724509?v=4"
},
{
"type": "User",
"login": "TomerNewman",
"commits": 70,
"avatar_url": "https://avatars.githubusercontent.com/u/171929205?v=4"
},
{
"type": "User",
"login": "enriquebelarte",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/97092277?v=4"
},
{
"type": "User",
"login": "k8s-ci-robot",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/20407524?v=4"
},
{
"type": "User",
"login": "chr15p",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/3873654?v=4"
},
{
"type": "User",
"login": "erusso7",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/358323?v=4"
},
{
"type": "User",
"login": "fabiendupont",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/1653236?v=4"
},
{
"type": "User",
"login": "iranzo",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/312463?v=4"
}
],
"contributors_sampled": 23,
"top_contributor_share": 0.332
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"codeql-analysis.yml",
"e2e.yaml",
"test-codecov.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"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": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 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": 10,
"reason": "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": "30 commit(s) and 1 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": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "internal error: internal error: invalid Dockerfile",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 9,
"reason": "SAST tool detected but not run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"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": 5,
"reason": "5 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "5417fb723636ae91203432bf986d3f89a4161076",
"ran_at": "2026-07-27T16:47:15Z",
"aggregate_score": 7.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T06:58:45Z",
"oldest_open_prs": [
{
"number": 1240,
"created_at": "2026-03-17T03:42:51Z",
"last_comment_at": "2026-05-03T07:19:04Z",
"last_comment_author": "TomerNewman"
},
{
"number": 1257,
"created_at": "2026-04-29T03:42:48Z",
"last_comment_at": "2026-04-29T03:56:39Z",
"last_comment_author": "k8s-ci-robot"
},
{
"number": 1258,
"created_at": "2026-04-29T03:42:57Z",
"last_comment_at": "2026-05-05T08:40:32Z",
"last_comment_author": "TomerNewman"
},
{
"number": 1259,
"created_at": "2026-04-29T03:43:08Z",
"last_comment_at": "2026-04-29T03:56:36Z",
"last_comment_author": "k8s-ci-robot"
},
{
"number": 1260,
"created_at": "2026-04-29T03:43:48Z",
"last_comment_at": "2026-04-29T03:56:38Z",
"last_comment_author": "k8s-ci-robot"
},
{
"number": 1261,
"created_at": "2026-04-30T03:42:58Z",
"last_comment_at": "2026-04-30T03:43:08Z",
"last_comment_author": "k8s-ci-robot"
},
{
"number": 1267,
"created_at": "2026-05-10T23:45:31Z",
"last_comment_at": "2026-05-21T06:09:26Z",
"last_comment_author": "SAY-5"
},
{
"number": 1281,
"created_at": "2026-06-08T03:42:36Z",
"last_comment_at": "2026-07-20T08:02:24Z",
"last_comment_author": "TomerNewman"
},
{
"number": 1290,
"created_at": "2026-06-19T03:42:19Z",
"last_comment_at": "2026-07-20T08:02:11Z",
"last_comment_author": "TomerNewman"
},
{
"number": 1294,
"created_at": "2026-06-24T03:42:24Z",
"last_comment_at": "2026-07-20T08:01:27Z",
"last_comment_author": "TomerNewman"
},
{
"number": 1296,
"created_at": "2026-06-29T03:42:31Z",
"last_comment_at": "2026-07-20T08:02:54Z",
"last_comment_author": "TomerNewman"
},
{
"number": 1302,
"created_at": "2026-07-03T03:42:27Z",
"last_comment_at": "2026-07-20T21:01:55Z",
"last_comment_author": "yevgeny-shnaidman"
},
{
"number": 1315,
"created_at": "2026-07-25T02:48:45Z",
"last_comment_at": "2026-07-27T06:06:02Z",
"last_comment_author": "kubernetes-prow"
}
],
"last_merged_pr_at": "2026-07-27T06:53:58Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 1244,
"created_at": "2026-03-24T22:48:48Z",
"last_comment_at": "2026-06-27T10:03:44Z",
"last_comment_author": "k8s-triage-robot"
},
{
"number": 1314,
"created_at": "2026-07-23T06:39:51Z",
"last_comment_at": "2026-07-26T07:43:03Z",
"last_comment_author": "yevgeny-shnaidman"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/kubernetes-sigs/kernel-module-management",
"host": "github.com",
"name": "kernel-module-management",
"owner": "kubernetes-sigs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"security": 79,
"vitality": 84,
"community": 67,
"governance": 74,
"engineering": 81
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 84,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"commits_last_year": 85,
"human_commit_share": 0.78,
"days_since_last_push": 0,
"active_weeks_last_year": 33
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "33/52 weeks with commits",
"points": 22.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 33
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "85 commits in the last year",
"points": 17.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 85
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 82,
"inputs": {
"releases_count": 14,
"latest_release_tag": "v2.6.0",
"releases_from_tags": false,
"days_since_latest_release": 103,
"mean_days_between_releases": 85.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "14 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 14
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 103 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 103
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~85.5 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 85.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 67,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"forks": 44,
"stars": 126,
"watchers": 7,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "126 stars",
"points": 34,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 126
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "44 forks",
"points": 13.6,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 44
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "7 watchers",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 7
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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": "good",
"name": "Sustainability & Governance",
"value": 74,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 23,
"top_contributor_share": 0.332
},
"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 33% of commits",
"points": 15,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 33
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "23 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 23
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"merged_prs": 907,
"open_issues": 2,
"closed_issues": 134,
"issue_closed_ratio": 0.985,
"closed_unmerged_prs": 258
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "98% of issues closed",
"points": 46,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 98
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "907/1165 decided PRs merged",
"points": 29.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 907,
"decided": 1165
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 4575,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "kubernetes-sigs",
"public_repos": 207,
"account_age_days": 3098
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "4,575 followers of kubernetes-sigs",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 4575,
"login": "kubernetes-sigs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "207 public repos, account ~8 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 207
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"packages": [
"github.com/kubernetes-sigs/kernel-module-management"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 1153
},
"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 1153 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1153
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "2 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 2
}
}
],
"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": 81,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"go",
"kernel",
"kubernetes",
"kernel-modules",
"kmm"
],
"has_wiki": true,
"homepage": "https://kmm.sigs.k8s.io/",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"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://kmm.sigs.k8s.io/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"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": "good",
"name": "Security",
"value": 79,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "good",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Pinned-Dependencies, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"pinned_dependencies",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 77,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 7.7
},
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"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": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 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": "update tool detected",
"points": 7.5,
"status": "met",
"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": "30 commit(s) and 1 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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "internal error: internal error: invalid Dockerfile",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool detected but not run on all commits",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "5 existing vulnerabilities detected",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 103 resolved dependencies against OSV; 2 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 103
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 2
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 89,
"inputs": {
"source": "osv",
"advisories": 5,
"affected_packages": 5,
"assessed_packages": 103,
"unassessed_packages": 2,
"affected_by_severity": "critical 1, moderate 1, unknown 3",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: golang.org/x/text v0.37.0 (unknown)",
"points": 26.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "golang.org/x/text v0.37.0 (unknown)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory has been public longer than 90 days",
"points": 40,
"status": "met",
"details": [
{
"code": "advisories_none_stale",
"params": {
"days": 90
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 103,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"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": 11
},
"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": "moderate",
"name": "AI Readiness",
"value": 64,
"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.923,
"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": "72 of 78 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 72,
"sampled": 78
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 77,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile",
"ci/kmm-kmod/Makefile",
"docs/Makefile",
"docs/mkdocs/developer/Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.22
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile, ci/kmm-kmod/Makefile, docs/Makefile, docs/mkdocs/developer/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, ci/kmm-kmod/Makefile, docs/Makefile, docs/mkdocs/developer/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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "22 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 22,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "internal error: internal error: invalid Dockerfile",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 57632,
"source_files_sampled": 187,
"oversized_source_files": 0
},
"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": "0/187 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 187,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"samples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "samples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "samples"
}
}
],
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-27T16:47:43.441869Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/kubernetes-sigs/kernel-module-management.svg",
"full_name": "kubernetes-sigs/kernel-module-management",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}