qontract-reconcile 0.10.2.dev143__py3-none-any.whl → 0.10.2.dev144__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.dev143.dist-info → qontract_reconcile-0.10.2.dev144.dist-info}/METADATA +1 -1
- {qontract_reconcile-0.10.2.dev143.dist-info → qontract_reconcile-0.10.2.dev144.dist-info}/RECORD +5 -5
- reconcile/utils/terrascript_aws_client.py +1 -1
- {qontract_reconcile-0.10.2.dev143.dist-info → qontract_reconcile-0.10.2.dev144.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.2.dev143.dist-info → qontract_reconcile-0.10.2.dev144.dist-info}/entry_points.txt +0 -0
{qontract_reconcile-0.10.2.dev143.dist-info → qontract_reconcile-0.10.2.dev144.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: qontract-reconcile
|
3
|
-
Version: 0.10.2.
|
3
|
+
Version: 0.10.2.dev144
|
4
4
|
Summary: Collection of tools to reconcile services with their desired state as defined in the app-interface DB.
|
5
5
|
Project-URL: homepage, https://github.com/app-sre/qontract-reconcile
|
6
6
|
Project-URL: repository, https://github.com/app-sre/qontract-reconcile
|
{qontract_reconcile-0.10.2.dev143.dist-info → qontract_reconcile-0.10.2.dev144.dist-info}/RECORD
RENAMED
@@ -657,7 +657,7 @@ reconcile/utils/state.py,sha256=az4tBmZ0EdbFcAGiBVUxs3cr2-BVWsuDQiNTvjjQq8s,1637
|
|
657
657
|
reconcile/utils/structs.py,sha256=LcbLEg8WxfRqM6nW7NhcWN0YeqF7SQzxOgntmLs1SgY,352
|
658
658
|
reconcile/utils/template.py,sha256=wTvRU4AnAV_o042tD4Mwls2dwWMuk7MKnde3MaCjaYg,331
|
659
659
|
reconcile/utils/terraform_client.py,sha256=IDlrNvGEc2i6ElZIL_fzaJEad1nRC3DkP9_VXhJXmU0,37329
|
660
|
-
reconcile/utils/terrascript_aws_client.py,sha256=
|
660
|
+
reconcile/utils/terrascript_aws_client.py,sha256=Xhx8QbLXN_Savhrep_sTJcNgwKOHlaocNNXqgX4i4g4,287952
|
661
661
|
reconcile/utils/three_way_diff_strategy.py,sha256=oQcHXd9LVhirJfoaOBoHUYuZVGfyL2voKr6KVI34zZE,4833
|
662
662
|
reconcile/utils/throughput.py,sha256=iP4UWAe2LVhDo69mPPmgo9nQ7RxHD6_GS8MZe-aSiuM,344
|
663
663
|
reconcile/utils/vault.py,sha256=aSA8l9cJlPUHpChFGl27nSY-Mpq9FMjBo7Dcgb1BVfM,15036
|
@@ -797,7 +797,7 @@ tools/saas_promotion_state/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
|
|
797
797
|
tools/saas_promotion_state/saas_promotion_state.py,sha256=UfwwRLS5Ya4_Nh1w5n1dvoYtchQvYE9yj1VANt2IKqI,3925
|
798
798
|
tools/sre_checkpoints/__init__.py,sha256=CDaDaywJnmRCLyl_NCcvxi-Zc0hTi_3OdwKiFOyS39I,145
|
799
799
|
tools/sre_checkpoints/util.py,sha256=zEDbGr18ZeHNQwW8pUsr2JRjuXIPz--WAGJxZo9sv_Y,894
|
800
|
-
qontract_reconcile-0.10.2.
|
801
|
-
qontract_reconcile-0.10.2.
|
802
|
-
qontract_reconcile-0.10.2.
|
803
|
-
qontract_reconcile-0.10.2.
|
800
|
+
qontract_reconcile-0.10.2.dev144.dist-info/METADATA,sha256=W4dinHk19OLb8OmTDvt77mBpLL_E05WwUn2e0sDnRr0,24627
|
801
|
+
qontract_reconcile-0.10.2.dev144.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
802
|
+
qontract_reconcile-0.10.2.dev144.dist-info/entry_points.txt,sha256=5i9l54La3vQrDLAdwDKQWC0iG4sV9RRfOb1BpvzOWLc,698
|
803
|
+
qontract_reconcile-0.10.2.dev144.dist-info/RECORD,,
|
@@ -3700,7 +3700,7 @@ class TerrascriptClient: # pylint: disable=too-many-public-methods
|
|
3700
3700
|
}
|
3701
3701
|
|
3702
3702
|
lambda_values["function_name"] = lambda_identifier
|
3703
|
-
lambda_values["runtime"] = common_values.get("runtime", "
|
3703
|
+
lambda_values["runtime"] = common_values.get("runtime", "nodejs18.x")
|
3704
3704
|
lambda_values["timeout"] = common_values.get("timeout", 30)
|
3705
3705
|
lambda_values["handler"] = common_values.get("handler", "index.handler")
|
3706
3706
|
lambda_values["memory_size"] = common_values.get("memory_size", 128)
|
{qontract_reconcile-0.10.2.dev143.dist-info → qontract_reconcile-0.10.2.dev144.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|