We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c621c3c commit d60664dCopy full SHA for d60664d
src/confcom/HISTORY.rst
@@ -2,6 +2,10 @@
2
3
Release History
4
===============
5
+1.1.1
6
+++++++
7
+* updating dmverity-vhd version with bugfix for empty image layers
8
+
9
1.1.0
10
++++++
11
* adding support for image-attached fragments via `acifragmentgen`
src/confcom/azext_confcom/data/internal_config.json
@@ -1,5 +1,5 @@
1
{
- "version": "1.1.0",
+ "version": "1.1.1",
"hcsshim_config": {
"maxVersion": "1.0.0",
"minVersion": "0.0.1"
src/confcom/setup.py
@@ -19,7 +19,7 @@
19
20
logger.warn("Wheel is not available, disabling bdist_wheel hook")
21
22
-VERSION = "1.1.0"
+VERSION = "1.1.1"
23
24
# The full list of classifiers is available at
25
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments