Inspektor Gadget v0.9.0 Release Notes.
Welcome to this new release of Inspektor Gadget. The most relevant changes:
- We implemented a new library (#877) to improve the way we print events to the terminal. It's not integrated on all the gadgets but is available for trace bind, capabilities, dns, exec, signal and tcp gadgets.
- We continue to support more gadgets on local-gadget. This release brings support for trace tcpconnect, tcp and snapshot gadgets.
Other changes are:
General Improvements
Bug Fixes
- Fix runcfanotify dropping events for docker-ce on WSL2 / Ubuntu 22.04 (#963)
- Probes: Don't set an internal timeout but rely on the probe's timeout (#941)
- Fix logic around container termination notification on advise secomp (#956)
- Lazily enrich ownerReferences to speed up Inspektor Gadget deployment time (#948)
- Fix support for KUBECONFIG variable with several paths (#926)
- Fix standard implementation of profile block-io gadget (#939)
Documentation Improvements
- Improve the project introduction and use the new logo (#904)