File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 33 Release History
44===============
55
6+ 2.0.0
7+ +++++
8+ * Add Windows container support with CIM-based layer hashing
9+ * Support for mounted_cim field in security policies for Windows containers
10+
6111.8.0
712+++++
813* Ensure that fragments are attached to the correct manifest for a multiarch image.
Original file line number Diff line number Diff line change 2828_dmverity_vhd_binaries = {
2929 "Linux" : {
3030 "path" : _binaries_dir / "dmverity-vhd" ,
31- "url" : "https://github.com/microsoft/integrity-vhd/releases/download/dev-cwcow-20260401 /dmverity-vhd" ,
32- "sha256" : "61fed52f6a0aee47b2d0a1316b1153f868f25a84daa94b0de37ce4b2e8c6254c " ,
31+ "url" : "https://github.com/microsoft/integrity-vhd/releases/download/v2.0 /dmverity-vhd" ,
32+ "sha256" : "e7ad858fef018acd7d8a4ccb74f1b7a9cc1b3d6db5a7f8da5a259f71b26c12ea " ,
3333 },
3434 "Windows" : {
3535 "path" : _binaries_dir / "dmverity-vhd.exe" ,
36- "url" : "https://github.com/microsoft/integrity-vhd/releases/download/dev-cwcow-20260401 /dmverity-vhd.exe" ,
37- "sha256" : "f4ec22b1b5f42e1f6621ee8d4c7588ed334e7719e155b588d05e773b3b23941e " ,
36+ "url" : "https://github.com/microsoft/integrity-vhd/releases/download/v2.0 /dmverity-vhd.exe" ,
37+ "sha256" : "6ef425c4bd07739d9cc90e57488985c1fca41f8d106fc816123b95b6305ee0af " ,
3838 },
3939}
4040
Original file line number Diff line number Diff line change 1919
2020 logger .warn ("Wheel is not available, disabling bdist_wheel hook" )
2121
22- VERSION = "1.8.0-dev+wcow "
22+ VERSION = "2.0.0 "
2323
2424# The full list of classifiers is available at
2525# https://pypi.python.org/pypi?%3Aaction=list_classifiers
You can’t perform that action at this time.
0 commit comments