What's Changed
- feat: Add support for ephemeral containers (#28)
Ephemeral containers are now included in the output alongside regular containers and init containers. They are labeled with "(ephemeral)" prefix to distinguish them from other container types.
Fixes #27
Full Changelog: v0.6.3...v0.6.4