From 9209fb4d6295a67901507c3b32f806f0d62acde0 Mon Sep 17 00:00:00 2001 From: Seth Hollandsworth Date: Tue, 14 Nov 2023 09:33:16 -0500 Subject: [PATCH 1/2] taking out print statement --- src/confcom/azext_confcom/kata_proxy.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/confcom/azext_confcom/kata_proxy.py b/src/confcom/azext_confcom/kata_proxy.py index fc6eb38d75e..320d3046db6 100644 --- a/src/confcom/azext_confcom/kata_proxy.py +++ b/src/confcom/azext_confcom/kata_proxy.py @@ -23,7 +23,6 @@ class KataPolicyGenProxy: # pylint: disable=too-few-public-methods # static variable to cache layer hashes between container groups layer_cache = {} - # TODO: update this to only take stable releases once the release cycle is more consistent @staticmethod def download_binaries(): dir_path = os.path.dirname(os.path.realpath(__file__)) @@ -133,7 +132,6 @@ def kata_genpolicy( # only take the last part of the path for the settings file settings_file_name = os.path.basename(settings_file_name) arg_list.append(settings_file_name) - print("arg_list: ", arg_list) item = subprocess.run( arg_list, From 63dbae28105fddaaf6002d41eef6796317f82e72 Mon Sep 17 00:00:00 2001 From: Seth Hollandsworth Date: Tue, 14 Nov 2023 09:38:54 -0500 Subject: [PATCH 2/2] updating docs for new version --- src/confcom/HISTORY.rst | 4 ++++ src/confcom/azext_confcom/data/internal_config.json | 2 +- src/confcom/setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/confcom/HISTORY.rst b/src/confcom/HISTORY.rst index 75644fd8514..472669adcd1 100644 --- a/src/confcom/HISTORY.rst +++ b/src/confcom/HISTORY.rst @@ -2,6 +2,10 @@ Release History =============== +0.3.1 +++++++ +* removing unneeded print statement + 0.3.0 ++++++ * adding katapolicygen as a subcommand diff --git a/src/confcom/azext_confcom/data/internal_config.json b/src/confcom/azext_confcom/data/internal_config.json index d2b45d4f8fc..180906a96b7 100644 --- a/src/confcom/azext_confcom/data/internal_config.json +++ b/src/confcom/azext_confcom/data/internal_config.json @@ -1,5 +1,5 @@ { - "version": "0.3.0", + "version": "0.3.1", "hcsshim_config": { "maxVersion": "1.0.0", "minVersion": "0.0.1" diff --git a/src/confcom/setup.py b/src/confcom/setup.py index 221af94a101..0cf1c6d6d99 100644 --- a/src/confcom/setup.py +++ b/src/confcom/setup.py @@ -18,7 +18,7 @@ logger.warn("Wheel is not available, disabling bdist_wheel hook") -VERSION = "0.3.0" +VERSION = "0.3.1" # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers