Releases: DataDog/KubeHound
Releases · DataDog/KubeHound
v1.6.0
Major changes
- Migrate from logrus to zap.
- Various minor fixes.
- Documentation update.
What's Changed
- Update docs v1.5.2 by @jt-dd in #268
- K8s collector deployment files example by @jt-dd in #269
- fixing waiting time metric by @jt-dd in #276
- Fix dev system-tests --down command by @jt-dd in #277
- Fix local dev env with datadog by @jt-dd in #279
- adding nocache flag for dev commands by @jt-dd in #278
- fix dump remote bucket by @jt-dd in #280
- Logs refactor - migrating to zap by @jt-dd in #281
- Fixing demo dashboard by @jt-dd in #282
- Adding workshop requirements by @jt-dd in #283
- update KHaaS doc link by @ikraemer-dd in #284
- Fix observability by @jt-dd in #285
- only-one-copy-in-graph-per-cluster by @jt-dd in #286
- adding hacklu materials by @jt-dd in #287
- fixing macos sequoia build by @jt-dd in #288
- fix golang version 1.23 by @jt-dd in #289
- Fix linter issue by @jt-dd in #291
New Contributors
- @ikraemer-dd made their first contribution in #284
Full Changelog: v1.5.3...v1.6.0
v1.5.3
v1.5.2
v1.5.1
What's Changed
- Fix fork based PR system-test by @jt-dd in #263
- fix grpc ingestor (backward compat) by @jt-dd in #262
- Add CE_UMH_CORE_PATTERN edge by @martinvoigt-dd in #209
- Fix docker compose deployment by @jt-dd in #265
- add env variable for ingestor/grpc image by @jt-dd in #264
New Contributors
- @uthark made their first contribution in #241
- @martinvoigt-dd made their first contribution in #209
Full Changelog: v1.4.0...v1.5.1
v1.5.0
Breaking changes
kubehound-ingestor
has been renamed tokubehound-binary
since now only one binary is built for all KubeHound component (collector/ingestor/grpc client).--cluster
flag fromkubehound ingestor local
has been deprecated. Ametadata.json
is now generated on each dump. For retro compatibility KubeHound will check the path to extract the metadata info (run_id
andcluster_name
) if not provided from inputs.
What's Changed
- Fix datadog image by @jt-dd in #243
- Updating/cleaning docs by @jt-dd in #242
- Fix typo in mkdocs.yml by @uthark in #241
- Fix workflows RBAC by @jt-dd in #249
- Remove extra permission for GitHub action by @juliendoutre in #250
- Fix datadog agent release by @jt-dd in #253
- Rename kubehound-ingestor to kubehound by @jt-dd in #252
- Fix-ci-release-branch by @jt-dd in #254
- Adding all symbols in KubeHound binary by @jt-dd in #255
- Commiting terraform.lock.hcl by @jt-dd in #256
- Adding a metadata file to KubeHound dumps by @edznux-dd in #247
- [NOJIRA] Use the ParsePath function to gather the cluster name and run ID by @edznux-dd in #248
- adding config command by @jt-dd in #244
- [NOJIRA] Using service with official image instead of deprecated github action by @edznux-dd in #239
- Fix buildx pipeline for Darwin binary/image by @jt-dd in #258
- Renaming kubehound-binary image by @jt-dd in #259
- fix kubehound image name by @jt-dd in #260
- updating docs to v1.5.0 with new features by @jt-dd in #261
New Contributors
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Fix entrypoint for kubehound-ingestor image by @jt-dd in #231
- Use positionnal argument for directory/file input/output path by @jt-dd in #232
- Adding local config file by @jt-dd in #233
- Updating user doc by @jt-dd in #234
- Fix-darwin-arm-release by @jt-dd in #237
- local-ingest-dump-pipeline by @jt-dd in #238
- Adding developer guide by @jt-dd in #236
- New notebooks - Low Hanging fruits by @jt-dd in #235
- Jt-dd/fixes-release-docs by @jt-dd in #240
Full Changelog: v1.3.3...v1.4.0
v1.3.3
What's Changed
- Adding/modifying content from Troopers / PTS by @jt-dd in #218
- Fix typos in link for references page by @jt-dd in #219
- Bump google.golang.org/grpc from 1.64.0 to 1.64.1 by @dependabot in #220
- Adding invana support by @jt-dd in #224
- Update Jupyter UI by @jt-dd in #225
- Rehydrate last dumps by cluster by @jt-dd in #226
- Fixing dev command by @jt-dd in #227
- adding grpcurl to rehydrate on restart by @jt-dd in #228
- Fixing devenv by using github action instead by @edznux-dd in #216
- Run Datadog static analyzer CI best practices lint rules by @juliendoutre in #221
- Fix CICD pipelines by @jt-dd in #229
- enabling audit mod to list all endpoints to whitelest by @jt-dd in #230
New Contributors
- @juliendoutre made their first contribution in #221
Full Changelog: v1.3.2...v1.3.3
v1.3.2
What's Changed
- Fix sample-graph makefile by @edznux-dd in #215
- Better logs by @edznux-dd in #213
- Add custom filter for text_formatter by @edznux-dd in #212
- Improve doc and readme by @edznux-dd in #214
- New 101 notebook by @jt-dd in #217
Full Changelog: v1.3.1...v1.3.2
v1.3.1
v1.3.0
What's Changed
- Collector offline by @jt-dd in #163
- Refactor unit tests by @jt-dd in #166
- [ASENG-835] Add puller package for s3 by @edznux-dd in #157
- Fix-tag-race-condition by @jt-dd in #170
- Fix span - return err status by @jt-dd in #171
- Refactor writers (multi-thread + enveloped k8s type_ by @jt-dd in #172
- [File collector] Skip file when not exist by @jt-dd in #173
- [Dumper] Rework of the object ingestion by @jt-dd in #174
- [Dumper] Refactor pipeline ingestor by @jt-dd in #175
- Using the new pipeline mechanism in the dumper/ingestor by @jt-dd in #176
- Fix capitalization by @zestysoft in #179
- Refactor core functions and dumper by @jt-dd in #177
- Use
mongosh
instead ofmongo
by @Minosity-VR in #183 - Adding grpc client by @jt-dd in #181
- Bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #186
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #169
- [Ingestor] Adding the ability to ingest multiple cluster successively by @jt-dd in #185
- Insomnihack content and update by @jt-dd in #188
- KHaaS new images by @jt-dd in #189
- fix docker compose ui missing in release by @jt-dd in #187
- [Kubehound] Jt-dd/fixes-logs-notebooks by @jt-dd in #191
- Adding support for authentication on blob for khaas-ingestor by @jt-dd in #192
- Support for TLS in kubehound collector by @jt-dd in #193
- Adding support for http and ws in janusgraph by @jt-dd in #194
- Some cleanup by @jt-dd in #195
- [RC4] Fix for datadog logs output by @jt-dd in #196
- [RC5] fix docker images build by @jt-dd in #197
- merge binaries into one by @jt-dd in #199
- Embed backend docker command by @jt-dd in #200
- Build grpc ingestor image by @jt-dd in #201
- Fix unit test by @jt-dd in #203
- Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.2 to 1.6.0 by @dependabot in #202
- Fixing graphdb to mongodb by @jt-dd in #204
- Adding new ingest local command to process offline dump by @jt-dd in #205
- Interactive mod (safe mod) for collecting cluster by @jt-dd in #206
- small fixes on ingestor by @jt-dd in #207
- small fix for system-tests by @jt-dd in #208
- Fix interactive mod by @jt-dd in #210
New Contributors
- @zestysoft made their first contribution in #179
- @Minosity-VR made their first contribution in #183
Full Changelog: v2.0.0...v1.3.0