github inspektor-gadget/inspektor-gadget v0.35.0
Release v0.35.0

latest releases: v0.52.0, v0.51.1, v0.51.0...
17 months ago

Welcome to the v0.35.0 release of Inspektor Gadget!
Some relevant changes for this version are:

General Improvements

Bug Fixes

Documentation Improvements

  • Add ADOPTERS.md file by @alban in #3671
  • Readme: Update the declarative config line in the features list by @blixtra in #3685
  • Readme: Update section to only show recent videos by @blixtra in #3686

Testing and Continue Integration

New Contributors

⚠️ Breaking Changes

Json Output Format

The format of the json output for the image-based gadgets was changed on #3506. Now all the process related information such as command name (comm), process identifier (pid), thread identifier (tid), user identifier (uid), group identifier (gid), parent process (pcomm) and mount namespace inode id (mntns_id) is consolidated on the "proc" leaf. If you are consuming the json output from the image-based gadgets, please update the unmarshaling logic. This is usually done by updating the types used to represent the events generated by the gadget.

Please notice that this change only affects the image-based gadgets (the ones under gadgets/). Built-in ones (under pkg/gadgets/) aren't affected by this).

Full Changelog: v0.34.0...v0.35.0

Don't miss a new inspektor-gadget release

NewReleases is sending notifications on new releases.