Skip to content

Commit

Permalink
chore: update CHANGELOG and vigiles tool version for v2.22.0+gatesgarth
Browse files Browse the repository at this point in the history
  • Loading branch information
harish-bansal committed Apr 8, 2024
1 parent a9c2824 commit 6e32965
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [v2.22.0+gatesgarth] - 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.21.0+gatesgarth] - 2023-07-13

### Changed
Expand Down
2 changes: 1 addition & 1 deletion conf/vigiles.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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+gatesgarth"
VIGILES_TOOL_VERSION = "2.22.0+gatesgarth"

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"
Expand Down

0 comments on commit 6e32965

Please sign in to comment.