Skip to content

Commit 244c1f7

Browse files
committed
Bump confcom version 2.0.0 and pick v2.0 dmverity-vhd release
1 parent 7187010 commit 244c1f7

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

src/confcom/HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
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+
611
1.8.0
712
+++++
813
* Ensure that fragments are attached to the correct manifest for a multiarch image.

src/confcom/azext_confcom/rootfs_proxy.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
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

src/confcom/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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

0 commit comments

Comments
 (0)