Skip to content

Commit 3adeff0

Browse files
committed
chore: update CHANGELOG and vigiles tool version for 2.28.0
1 parent 841b238 commit 3adeff0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [v2.28.0] - 2025-09-22
4+
5+
### Changed
6+
7+
* [vigiles.bbclass] Remove do_unpack dependency to prevent unnecessary fetch/unpack operations
8+
9+
### Fixed
10+
11+
* [tsmeta.bbclass] Add lockfiles when writing and reading from intermediate json file to avoid race conditions
12+
313
## [v2.27.0] - 2025-09-01
414

515
### 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.18"
1313
VIGILES_MANIFEST_NAME_MAX_LENGTH = "256"
1414
VIGILES_MANIFEST_SUFFIX = "-cve.json"
1515
VIGILES_REPORT_SUFFIX = "-report.txt"
16-
VIGILES_TOOL_VERSION = "2.27.0"
16+
VIGILES_TOOL_VERSION = "2.28.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)