Skip to content

Releases: DataDog/KubeHound

v1.6.4

28 Jan 12:43
4a4e377
Compare
Choose a tag to compare

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 daemonsets by @Minosity-VR in #308
  • chore(doc): add graph model page. by @Zenithar in #307
  • chore(ci): update step actions. by @Zenithar in #309
  • chore(ci): update dependencies. by @Zenithar in #310
  • feat(graph): document mitre attck in schema. by @Zenithar in #311
  • feat(graph): embed MITRE Attck technique and tactic into edges by @Zenithar in #312
  • [Fix] Add resilience and logs when failing during edges insertion step by @jt-dd in #313
  • [Fix] Add rolebinding namespace on namespace less ServiceAccount by @jt-dd in #314
  • Kubehound with no Docker lib dependency by @jt-dd in #315
  • chore(doc): document backend overrides capabilities. by @Zenithar in #317
  • [Fix] Concurrency processing of runID by @jt-dd in #318
  • Using sync.Map instead of mutex + Map for concurrency lock by @jt-dd in #319
  • [Fix] breaking changes in upload-artifacts v4 by @jt-dd in #320
  • [Fix] Invalid character in build-binary CI job by @jt-dd in #321
  • [Fix] missing artifacts in build-binaries CI job by @jt-dd in #322
  • [Fix] checkout v4 release missing artifact by @jt-dd in #323

Full Changelog: v1.6.3...v1.6.4

v1.6.3

20 Dec 09:10
06bf54c
Compare
Choose a tag to compare

What's Changed

  • fix(ci): fix and update license enumeration. by @Zenithar in #304
  • Feat graph investigate query time explosion by @Zenithar in #306

Full Changelog: v1.6.2...v1.6.3

v1.6.2

09 Dec 16:09
5672467
Compare
Choose a tag to compare

Major changes

  • Handle errors in janusgraph/gremlin-go drive during ingestion process
  • Fix errors in KubeHound data models (umh_core_pattern and role_bind edges)
  • Update DSL queries to use Janugraph indexed property

What's Changed

New Contributors

Full Changelog: v1.6.1...v1.6.2

v1.6.1

21 Nov 07:40
14e5b84
Compare
Choose a tag to compare

What's Changed

  • Adding error reporting on failure on client cmd by @jt-dd in #292

Full Changelog: v1.6.0...v1.6.1

v1.6.0

15 Nov 12:10
e5ae1af
Compare
Choose a tag to compare

Major changes

  • Migrate from logrus to zap.
  • Various minor fixes.
  • Documentation update.

What's Changed

New Contributors

Full Changelog: v1.5.3...v1.6.0

v1.5.3

23 Sep 07:37
ac9a270
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.2...v1.5.3

v1.5.2

23 Sep 07:36
a4269df
Compare
Choose a tag to compare

What's Changed

  • Fix for collector in k8s environment by @jt-dd in #266
  • Rename remote bucket flag to bucket-url by @jt-dd in #267
  • remove KH_K8S_CLUSTER_NAME_ENV_PTR var by @jt-dd in #270

Full Changelog: v1.5.1...v1.5.2

v1.5.1

13 Sep 14:38
57a2384
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.1

v1.5.0

13 Sep 12:48
057c0da
Compare
Choose a tag to compare

Breaking changes

  • kubehound-ingestor has been renamed to kubehound-binary since now only one binary is built for all KubeHound component (collector/ingestor/grpc client).
  • --cluster flag from kubehound ingestor local has been deprecated. A metadata.json is now generated on each dump. For retro compatibility KubeHound will check the path to extract the metadata info (run_id and cluster_name) if not provided from inputs.

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

05 Aug 12:12
34358f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.4.0