qontract-reconcile 0.10.2.dev109__py3-none-any.whl → 0.10.2.dev111__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {qontract_reconcile-0.10.2.dev109.dist-info → qontract_reconcile-0.10.2.dev111.dist-info}/METADATA +1 -1
- {qontract_reconcile-0.10.2.dev109.dist-info → qontract_reconcile-0.10.2.dev111.dist-info}/RECORD +12 -7
- reconcile/automated_actions/__init__.py +0 -0
- reconcile/automated_actions/config/__init__.py +0 -0
- reconcile/automated_actions/config/integration.py +300 -0
- reconcile/cli.py +23 -0
- reconcile/gql_definitions/automated_actions/__init__.py +0 -0
- reconcile/gql_definitions/automated_actions/instance.py +204 -0
- reconcile/gql_definitions/introspection.json +838 -137
- reconcile/utils/promtool.py +1 -1
- {qontract_reconcile-0.10.2.dev109.dist-info → qontract_reconcile-0.10.2.dev111.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.2.dev109.dist-info → qontract_reconcile-0.10.2.dev111.dist-info}/entry_points.txt +0 -0
reconcile/utils/promtool.py
CHANGED
@@ -9,7 +9,7 @@ import yaml
|
|
9
9
|
from reconcile.utils.defer import defer
|
10
10
|
from reconcile.utils.structs import CommandExecutionResult
|
11
11
|
|
12
|
-
PROMTOOL_VERSION = ["2.
|
12
|
+
PROMTOOL_VERSION = ["2.54.1"]
|
13
13
|
PROMTOOL_VERSION_REGEX = r"^promtool,\sversion\s([\d]+\.[\d]+\.[\d]+).+$"
|
14
14
|
|
15
15
|
|
{qontract_reconcile-0.10.2.dev109.dist-info → qontract_reconcile-0.10.2.dev111.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|