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