Skip to content

Latest commit

 

History

History
83 lines (43 loc) · 1.39 KB

File metadata and controls

83 lines (43 loc) · 1.39 KB

Features

  • Add inspect command 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 version command (#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 -l flag 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)