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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: qontract-reconcile
3
- Version: 0.10.2.dev143
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
@@ -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=ChryO_v1CkGO1rhHL46qlwrHaW8BraAvuHapuxZ_EZM,287952
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.dev143.dist-info/METADATA,sha256=ILduR_Ii2E9JnGzEpT0pvCxsPhJsv0sO_Voqu-AWUQA,24627
801
- qontract_reconcile-0.10.2.dev143.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
802
- qontract_reconcile-0.10.2.dev143.dist-info/entry_points.txt,sha256=5i9l54La3vQrDLAdwDKQWC0iG4sV9RRfOb1BpvzOWLc,698
803
- qontract_reconcile-0.10.2.dev143.dist-info/RECORD,,
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", "nodejs10.x")
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)