diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f35fc5..7d8c933 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [v2.23.0+scarthgap] - 2024-05-13 + +### Added + +* [layer] Make compatible with scarthgap + +## [v2.22.0] - 2024-04-11 + +### Added + +* [layer] Make layer compatible with nanbield release +* [CHANGELOG.md] add changelog +* [vigiles.conf] add vigiles tool version - VIGILES_TOOL_VERSION + +### Changed + +* [vigiles.bbclass] populate info of packages included as build dependencies in SBOM +* [README.md] Update link to Yocto's Reference Manual +* [vigiles.bbclass] add packages related to Trusted OS as components +* [checkcves.py] Display error message if invalid linuxlink key is used +* [checkcves.py] Display error message if dashboard config is invalid + +### Fixed + +* [vigiles.bbclass] Report runtime dependencies against PN +* [vigiles. bbclass] Resolve circular dependency with meta-tegra +* [general] update get_recipe_pv_without_srcpv to get_recipe_pv_with_pfx_sfx + ## [v2.21.0] - 2023-07-13 ### Changed diff --git a/conf/vigiles.conf b/conf/vigiles.conf index 494a802..f32ccb3 100644 --- a/conf/vigiles.conf +++ b/conf/vigiles.conf @@ -13,7 +13,7 @@ VIGILES_MANIFEST_VERSION = "1.17" VIGILES_MANIFEST_NAME_MAX_LENGTH = "256" VIGILES_MANIFEST_SUFFIX = "-cve.json" VIGILES_REPORT_SUFFIX = "-report.txt" -VIGILES_TOOL_VERSION = "2.21.0" +VIGILES_TOOL_VERSION = "2.23.0+scarthgap" VIGILES_TIMESTAMP = "${@time.strftime('%Y-%m-%d_%H.%M.%S', time.strptime(d.getVar('DATETIME', True), '%Y%m%d%H%M%S') ) }" VIGILES_TIMESTAMP[vardepsexclude] += "DATETIME"