CHANGELOG.md
March 19, 2026 · View on GitHub
Features
- Add
inspectcommand to check arm64 support for a specific image (#37) - Add support for multi-architecture manifest lists (Docker manifest list and OCI image index), correctly detecting arm64 support without resolving to the host platform. (#38)
Bugfixes
- Fix incorrect arm64 detection for multi-arch images where the tool was resolving to the host platform instead of checking for an arm64 entry in the manifest list. (#38)
Improved Documentation
- Update README.md to clarify prerequisites regarding the kube config and container registry authentication (#32)
Features
- Refine legend wording related to arm64 node compatibility (#31)
Features
- Add
versioncommand (#29) - Update Kubernetes support to v1.33 as well as other Go dependencies (#30)
Misc
- #20250205
Features
- Allow to run the application against a given Kube config and K8S context (#24)
Misc
- #22
Features
- Added better error messages for common cases, and added a new
-lflag for logging into a log file. (#19) - ✨ made the image checks run in parallel (#202412041140)
Misc
- #20241029
Features
- Sort images before displaying and improve readability of output. (#15)
Misc
- #14, #18, #20241024
kubearchinspect initial public release
Features
- Initial release (#13092024)