Skip to content

Commit 5737d18

Browse files
committed
chore: update CHANGELOG and vigiles tool version for 2.33.0
1 parent 9db91ab commit 5737d18

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.33.0] - 2026-02-24
4+
5+
### Added
6+
7+
* [layer] Make layer compatible with Whinlatter(5.3) release
8+
* [feature] Add option to download converted SBOMs to deploy image dir
9+
10+
### Fixed
11+
12+
* [tsmeta.bbclass] Fix TypeError when Makefile doesnt exists for kernel
13+
* [tsmeta.bbclass] set BPN as fallback for cve_product
14+
315
## [v2.32.0] - 2026-02-02
416

517
### Added

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.32.0"
16+
VIGILES_TOOL_VERSION = "2.33.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)