AnchoreCTL Release Notes - Version 5.27.1
Note: AnchoreCTL v5.27.x versions are compatible with Enterprise v5.27.x deployments.
AnchoreCTL v5.27.1
Fixes
- Fixes a regression, introduced in v5.25, where
anchorectl image add --from registry --platformpulled and analyzed the wrong platform when the specifier included a variant (e.g.linux/arm64/v8). The--platformflag now correctly handles fullos/arch[/variant]forms as well as single-token shorthands (e.g.linux,arm64), and reports an error for invalid values. - Fixes an issue where the
anchorectl image vulnerabilities -o json-rawoutput did not match the API response. Previously several fields returned by the API were dropped from the output. Thejson-rawoutput now includes the complete vulnerability data returned by the API, and field names follow the API’s snake_case convention (for example, theextendedSupportfield is nowextended_support, both per-vulnerability and in the top-level response).