Skip to content

Releases: TimesysGit/meta-timesys

v2.21.0+nanbield

16 Apr 11:52
Compare
Choose a tag to compare

Changed

  • [vigiles.bbclass] add default values to mandatory fields in SBOM

Fixed

  • [vigiles.bbclass] Rename function to avoid conflict between vigiles.bbclass and create-spdx.bbclass
  • [tsmeta.bbclass] Improve error handling in the get_manifest_pkgs() function for when the "IMAGE_MANIFEST" does not contain a valid path

v2.20.0+nanbield

16 Apr 11:52
Compare
Choose a tag to compare

Added

  • [vigiles.bbclass] Include build and runtime dependencies in generated SBOM
  • [vigiles.bbclass] Include package checksum in generated SBOM
  • [vigiles.bbclass] Add components to make SBOM NTIA minimum elements compliant

Changed

  • [llapi] Implement retry handling for API calls
  • [vigiles.bbclass] Sort package dependencies and component_type

v2.19.1+nanbield

16 Apr 11:51
Compare
Choose a tag to compare

Fixed

  • [tsmeta.bbclass] fix multiubi build errors due to "override" syntax change

v2.19.0+nanbield

16 Apr 11:51
Compare
Choose a tag to compare

Added

  • [llapi] add enterprise vigiles support
  • [vigiles.bbclass] dont include packages with "CLOSED" License in the SBOM
  • [vigiles.bbclass] added VIGILES_INCLUDE_CLOSED_LICENSES config to toggle adding packages with "CLOSED" Licenses
  • [vigiles.bbclass] include closed license check to extra packages added through VIGILES_EXTRA_PACKAGES CSV files

Changed

  • [vigiles.bbclass] warn for general exceptions while running checkcves
  • [README.md] update readme to be relative to the release
  • [tsmeta.bbclass] Get external u-boot version from Makefile for more accurate version string
  • [vigiles.conf] Set default value to VIGILES_INCLUDE_CLOSED_LICENSES as '1' to include packages with 'CLOSED' licenses by default

v2.18.0+nanbield

16 Apr 11:51
Compare
Choose a tag to compare

Added

  • [layer] Make compatible with honister and kirkstone
  • [classes] add support for cve_check_ignore

Changed

  • [README] added U-Boot config filter section

Fixed

  • [bbclass] fix 'no pkg entry found' warnings
  • [bbclass] fix do_vigiles_uboot_config hang issue on external u-boot config

v2.17.1+nanbield

16 Apr 11:50
Compare
Choose a tag to compare

Fixed

  • [checkcves] remove arch_count and arch_cves from demo summary
  • [llapi] remove deprecated parameter when loading json

v2.17.0+nanbield

16 Apr 11:50
Compare
Choose a tag to compare

Added

  • [bbclass] add package supplier
  • [bbclass] add package download location to manifest
  • [bbclass] add cpe_id to manifest

Changed

  • [tasks] Flag vigiles-check task as needing network access
  • [llapi] use v1 api route for manifest upload
  • [bbclass] truncate manifest name to 256 characters
  • [readme] update instructions for dashboard config

v2.16.0+nanbield

16 Apr 11:50
Compare
Choose a tag to compare

Added

  • [layer] Make compatible with gatesgarth and hardknott
  • [llapi] added subfolder name option

Changed

  • [kernel] Add extra check against falsely identifying package.

Removed

  • [misc] Remove deprecated scripts and modules

v2.15.1+nanbield

16 Apr 11:50
Compare
Choose a tag to compare

Fixed

  • [tsmeta] Make sure we don't rename libubootenv

v2.15.0+nanbield

16 Apr 11:50
Compare
Choose a tag to compare

Added

  • [bbclass] Add support for new backend features

Changed

  • [llapi] Updates for new Vigiles Service / LinuxLink features