From f7296339b74e4910dd42fdb6cd8ebea061630114 Mon Sep 17 00:00:00 2001 From: hbansal Date: Mon, 8 Apr 2024 14:24:10 +0530 Subject: [PATCH] chore: update CHANGELOG and vigiles tool version for v2.20.0+thud --- CHANGELOG.md | 20 ++++++++++++++++++++ conf/vigiles.conf | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ca7444..14fbd89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [v2.20.0+thud] - 2024-04-11 + +### Added + +* [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 + ## [v2.19.0+thud] - 2023-07-13 ### Changed diff --git a/conf/vigiles.conf b/conf/vigiles.conf index 7573546..247ad7d 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.19.0+thud" +VIGILES_TOOL_VERSION = "2.20.0+thud" 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"