- 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)
- 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)
- Update README.md to clarify prerequisites regarding the kube config and container registry authentication (#32)
- Refine legend wording related to arm64 node compatibility (#31)
- Add
versioncommand (#29) - Update Kubernetes support to v1.33 as well as other Go dependencies (#30)
- #20250205
- Allow to run the application against a given Kube config and K8S context (#24)
- #22
- 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)
- #20241029
- Sort images before displaying and improve readability of output. (#15)
- #14, #18, #20241024
kubearchinspect initial public release
- Initial release (#13092024)