File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 33 Release History
44===============
55
6+ 1.5.1
7+ ++++++
8+ * Bumped the Kata genpolicy version to gen4
9+
6101.5.0
711++++++
812* restored the behaviour of --upload-fragment in acifragmentgen to attach to first image in input
Original file line number Diff line number Diff line change 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" ,
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]
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.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
You can’t perform that action at this time.
0 commit comments