From 1b9adf0e6fa7d38689f37c2a4c7221ff3fc89905 Mon Sep 17 00:00:00 2001 From: hbansal Date: Thu, 11 Apr 2024 10:34:49 +0530 Subject: [PATCH] chore: update CHANGELOG and vigiles tool version for v2.11.0+krogoth --- CHANGELOG.md | 21 +++++++++++++++++++++ conf/vigiles.conf | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcb59ec..f39e5e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [v2.11.0+krogoth] - 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 +* [checkcves.py] Fix AttributeError when checkcves is run with python 2 + ## [v2.10.0+krogoth] - 2023-07-13 ### Changed diff --git a/conf/vigiles.conf b/conf/vigiles.conf index 999b11c..e103c8a 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.10.0+krogoth" +VIGILES_TOOL_VERSION = "2.11.0+krogoth" 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"