From 1133da2bfd5a7988245726aca1c8c03d121bcf54 Mon Sep 17 00:00:00 2001 From: Dominic Ayre Date: Wed, 7 Jan 2026 20:18:17 +0000 Subject: [PATCH 1/4] Bump genpolicy version --- src/confcom/azext_confcom/kata_proxy.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/confcom/azext_confcom/kata_proxy.py b/src/confcom/azext_confcom/kata_proxy.py index 123ae912f24..d6bae3b3481 100644 --- a/src/confcom/azext_confcom/kata_proxy.py +++ b/src/confcom/azext_confcom/kata_proxy.py @@ -23,8 +23,8 @@ _kata_binaries = { "Linux": { "path": _binaries_dir / "genpolicy-linux", - "url": "https://github.com/microsoft/kata-containers/releases/download/3.2.0.azl3.genpolicy3/genpolicy", - "sha256": "4cd497ca5e995ddacb53af4da47449c16291aea62e9f8b8ee0fe36ca8d41fe66", + "url": "https://github.com/microsoft/kata-containers/releases/download/3.2.0.azl3.genpolicy4/genpolicy", + "sha256": "8ce7b6d93809c2c999845986784e75a114af5c29e880c5ac90522e856c49b546", }, "Windows": { "path": _binaries_dir / "genpolicy-windows.exe", @@ -36,12 +36,12 @@ _kata_data = [ { "path": _data_dir / "genpolicy-settings.json", - "url": "https://github.com/microsoft/kata-containers/releases/download/3.2.0.azl3.genpolicy3/genpolicy-settings.json", # pylint: disable=line-too-long + "url": "https://github.com/microsoft/kata-containers/releases/download/3.2.0.azl3.genpolicy4/genpolicy-settings.json", # pylint: disable=line-too-long "sha256": "c38be1474b133d49800a43bd30c40e7585b5f302179a307f9c6d89f195daee94", }, { "path": _data_dir / "rules.rego", - "url": "https://github.com/microsoft/kata-containers/releases/download/3.2.0.azl3.genpolicy3/rules.rego", + "url": "https://github.com/microsoft/kata-containers/releases/download/3.2.0.azl3.genpolicy4/rules.rego", "sha256": "2ca6c0e9617f97a922724112bd738fd73881d35b9ae5d31d573f0871d1ecf897", }, ] From dd70bcfe5fc3bf42c4e3504549e6cf56a3882fbd Mon Sep 17 00:00:00 2001 From: Dominic Ayre Date: Wed, 7 Jan 2026 20:21:18 +0000 Subject: [PATCH 2/4] Bump confcom version --- src/confcom/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/confcom/setup.py b/src/confcom/setup.py index 7b8c1157a0d..6c3cb233302 100644 --- a/src/confcom/setup.py +++ b/src/confcom/setup.py @@ -19,7 +19,7 @@ logger.warn("Wheel is not available, disabling bdist_wheel hook") -VERSION = "1.4.5" +VERSION = "1.4.6" # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers From 640bc13369770e5f21bbdaaa202d10e82f19ce71 Mon Sep 17 00:00:00 2001 From: Dominic Ayre Date: Wed, 7 Jan 2026 20:34:21 +0000 Subject: [PATCH 3/4] . --- src/confcom/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/confcom/setup.py b/src/confcom/setup.py index 6c3cb233302..b775742e880 100644 --- a/src/confcom/setup.py +++ b/src/confcom/setup.py @@ -19,7 +19,7 @@ logger.warn("Wheel is not available, disabling bdist_wheel hook") -VERSION = "1.4.6" +VERSION = "1.5.1" # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers From bbfd665e8731b716d6565eb3e9412e1f94b1a982 Mon Sep 17 00:00:00 2001 From: Dominic Ayre Date: Tue, 13 Jan 2026 08:44:01 +0000 Subject: [PATCH 4/4] Update history.rst --- src/confcom/HISTORY.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/confcom/HISTORY.rst b/src/confcom/HISTORY.rst index 70a2ef341f6..b4727798d4c 100644 --- a/src/confcom/HISTORY.rst +++ b/src/confcom/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +1.5.1 +++++++ +* Bumped the Kata genpolicy version to gen4 + 1.5.0 ++++++ * restored the behaviour of --upload-fragment in acifragmentgen to attach to first image in input