Skip to content

Commit ba3bd17

Browse files
authored
[confcom] Bump genpolicy version (Azure#9504)
* Bump genpolicy version * Bump confcom version * . * Update history.rst
1 parent a55b3a3 commit ba3bd17

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

src/confcom/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Release History
44
===============
55

6+
1.5.1
7+
++++++
8+
* Bumped the Kata genpolicy version to gen4
9+
610
1.5.0
711
++++++
812
* restored the behaviour of --upload-fragment in acifragmentgen to attach to first image in input

src/confcom/azext_confcom/kata_proxy.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
_kata_binaries = {
2424
"Linux": {
2525
"path": _binaries_dir / "genpolicy-linux",
26-
"url": "https://github.com/microsoft/kata-containers/releases/download/3.2.0.azl3.genpolicy3/genpolicy",
27-
"sha256": "4cd497ca5e995ddacb53af4da47449c16291aea62e9f8b8ee0fe36ca8d41fe66",
26+
"url": "https://github.com/microsoft/kata-containers/releases/download/3.2.0.azl3.genpolicy4/genpolicy",
27+
"sha256": "8ce7b6d93809c2c999845986784e75a114af5c29e880c5ac90522e856c49b546",
2828
},
2929
"Windows": {
3030
"path": _binaries_dir / "genpolicy-windows.exe",
@@ -36,12 +36,12 @@
3636
_kata_data = [
3737
{
3838
"path": _data_dir / "genpolicy-settings.json",
39-
"url": "https://github.com/microsoft/kata-containers/releases/download/3.2.0.azl3.genpolicy3/genpolicy-settings.json", # pylint: disable=line-too-long
39+
"url": "https://github.com/microsoft/kata-containers/releases/download/3.2.0.azl3.genpolicy4/genpolicy-settings.json", # pylint: disable=line-too-long
4040
"sha256": "c38be1474b133d49800a43bd30c40e7585b5f302179a307f9c6d89f195daee94",
4141
},
4242
{
4343
"path": _data_dir / "rules.rego",
44-
"url": "https://github.com/microsoft/kata-containers/releases/download/3.2.0.azl3.genpolicy3/rules.rego",
44+
"url": "https://github.com/microsoft/kata-containers/releases/download/3.2.0.azl3.genpolicy4/rules.rego",
4545
"sha256": "2ca6c0e9617f97a922724112bd738fd73881d35b9ae5d31d573f0871d1ecf897",
4646
},
4747
]

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.5.0"
22+
VERSION = "1.5.1"
2323

2424
# The full list of classifiers is available at
2525
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)