Skip to content

Commit

Permalink
chore: update CHANGELOG and vigiles tool version for 2.23.0+scarthgap
Browse files Browse the repository at this point in the history
  • Loading branch information
harish-bansal committed May 13, 2024
1 parent 18e297e commit d092430
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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"
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"
Expand Down

0 comments on commit d092430

Please sign in to comment.