Anchore Engine Release Notes - Version 0.9.2

Anchore Engine 0.9.2

Anchore Engine 0.9.2 bug fixes, and improvements. The latest summary can always be found in the Anchore Engine CHANGELOG on github.

Changes of Note

Fixed

  • Fixed - Fixes empty string value for “metadata” field which should be empty array in response for GET /images/{digest}/metadata/dockerfile when no actual dockerfile is presented. Fixes #937
  • Fixed - Fixes oauth2_clients table upgrade to include all needed keys in client_metadata field. Fixes #931
  • Fixed - Updates syft to 0.13.1 and adds filtering of packages by new ‘relationship’ field to remove duplicate packages that are application packages provided by distro packages managers (e.g. RPMs that install python eggs, will only use the RPM version). Fixes #460
  • Fixed - Updates syft to 0.12.7 to fix analysis failure due to malformed python egg files. Fixes #910
  • Fixed - Updates cryptography version from 3.3.1 to 3.3.2. Fixes #909
  • Fixed - Updates jsonschema version to avoid legacy validator import issues.

Additional minor fixes and enhancements

Upgrading


Last modified March 10, 2021: Merge v0.9.2-dev to master (#946) (0bb613bb)