New
v1.6.4
Major changes
- Introduction of TTPs from MITRE ATT&CK framework. Each attack is bound to one TTP.
- Fix issue with missing namespace for Service Account in specific condition.
- Fix issue in KHaaS to avoid concurrency processing on the same RunID.
What's Changed
- graph/edge: Typo in
daemonsetsby @Minosity-VR in https://github.com/DataDog/KubeHound/pull/308 - chore(doc): add graph model page. by @Zenithar in https://github.com/DataDog/KubeHound/pull/307
- chore(ci): update step actions. by @Zenithar in https://github.com/DataDog/KubeHound/pull/309
- chore(ci): update dependencies. by @Zenithar in https://github.com/DataDog/KubeHound/pull/310
- feat(graph): document mitre attck in schema. by @Zenithar in https://github.com/DataDog/KubeHound/pull/311
- feat(graph): embed MITRE Attck technique and tactic into edges by @Zenithar in https://github.com/DataDog/KubeHound/pull/312
- [Fix] Add resilience and logs when failing during edges insertion step by @jt-dd in https://github.com/DataDog/KubeHound/pull/313
- [Fix] Add rolebinding namespace on namespace less ServiceAccount by @jt-dd in https://github.com/DataDog/KubeHound/pull/314
- Kubehound with no Docker lib dependency by @jt-dd in https://github.com/DataDog/KubeHound/pull/315
- chore(doc): document backend overrides capabilities. by @Zenithar in https://github.com/DataDog/KubeHound/pull/317
- [Fix] Concurrency processing of runID by @jt-dd in https://github.com/DataDog/KubeHound/pull/318
- Using sync.Map instead of mutex + Map for concurrency lock by @jt-dd in https://github.com/DataDog/KubeHound/pull/319
- [Fix] breaking changes in upload-artifacts v4 by @jt-dd in https://github.com/DataDog/KubeHound/pull/320
- [Fix] Invalid character in build-binary CI job by @jt-dd in https://github.com/DataDog/KubeHound/pull/321
- [Fix] missing artifacts in build-binaries CI job by @jt-dd in https://github.com/DataDog/KubeHound/pull/322
- [Fix] checkout v4 release missing artifact by @jt-dd in https://github.com/DataDog/KubeHound/pull/323
Full Changelog: https://github.com/DataDog/KubeHound/compare/v1.6.3...v1.6.4