Skip to content

Commit 2e7275a

Browse files
committed
chore: update CHANGELOG and vigiles tool version for 2.32.0
1 parent faedfe0 commit 2e7275a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [v2.32.0] - 2026-02-02
4+
5+
### Added
6+
7+
* [feature] Use sstate to capture patch metadata
8+
9+
### Fixed
10+
11+
* [tsmeta.bbclass] Fix KeyError when SRCREV is not defined
12+
* [vigiles.bbclass] Fix incorrect version splitting in cpe generation
13+
* [vigiles.bbclass] Fix kernel config not getting uploaded
14+
315
## [v2.31.0] - 2025-12-10
416

517
### Changed

conf/vigiles.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ VIGILES_MANIFEST_VERSION = "1.19"
1313
VIGILES_MANIFEST_NAME_MAX_LENGTH = "256"
1414
VIGILES_MANIFEST_SUFFIX = "-cve.json"
1515
VIGILES_REPORT_SUFFIX = "-report.txt"
16-
VIGILES_TOOL_VERSION = "2.31.0"
16+
VIGILES_TOOL_VERSION = "2.32.0"
1717

1818
VIGILES_TIMESTAMP = "${@time.strftime('%Y-%m-%d_%H.%M.%S', time.strptime(d.getVar('DATETIME', True), '%Y%m%d%H%M%S') ) }"
1919
VIGILES_TIMESTAMP[vardepsexclude] += "DATETIME"

0 commit comments

Comments
 (0)