Skip to content

VAT 2023.11.21

  • VAT BE: 2.5.0
  • VAT FE: 2.13.0

BLUF of release

  • Update so that the image-catalog endpoint will now return the most recent 3 tags for an image

Bug Fixes and Additional Changes

  • Created an endpoint for CHT to list all child images of a specific parent image.
  • Created an endpoint for listing the number of images meeting ABC criteria.
  • Created an endpoint for listing findings counts by image.
  • Created an endpoint for listing the ORA average of all images.
  • Migrated application build system from create-react-app to vite.
  • Cleaned up SCSS per component. Store commonly applied styles in variables for easy re-use.
  • Removed Requestly browser plugin, added a role picker on the frontend for vat developers.

Tickets Completed

Ticket Description Type
IBVAT-1442 Migrate react-scripts to vite Enhancements
IBVAT-1506 Fix image layers not opening FE/UI Enhancements
3 Update and verify SCSS per component FE/UI Enhancements
33 Add role picker to frontend for development FE/UI Enhancements
68 "Productionize" new endpoints on the hackathon branch BE Enhancements
69 Complete endpoint for listing the number of images meeting ABC criteria BE Enhancements
88 Add 3 most recent tags to the image-catalog endpoint output BE Enhancements
89 imageHierarchy public endpoint for CHT BE Enhancements
91 immediate-children public endpoint for CHT BE Enhancements