qontract-reconcile 0.10.1rc848__py3-none-any.whl → 0.10.1rc849__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.1rc848.dist-info → qontract_reconcile-0.10.1rc849.dist-info}/METADATA +1 -1
- {qontract_reconcile-0.10.1rc848.dist-info → qontract_reconcile-0.10.1rc849.dist-info}/RECORD +6 -6
- reconcile/utils/three_way_diff_strategy.py +1 -1
- {qontract_reconcile-0.10.1rc848.dist-info → qontract_reconcile-0.10.1rc849.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.1rc848.dist-info → qontract_reconcile-0.10.1rc849.dist-info}/entry_points.txt +0 -0
- {qontract_reconcile-0.10.1rc848.dist-info → qontract_reconcile-0.10.1rc849.dist-info}/top_level.txt +0 -0
{qontract_reconcile-0.10.1rc848.dist-info → qontract_reconcile-0.10.1rc849.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: qontract-reconcile
|
3
|
-
Version: 0.10.
|
3
|
+
Version: 0.10.1rc849
|
4
4
|
Summary: Collection of tools to reconcile services with their desired state as defined in the app-interface DB.
|
5
5
|
Home-page: https://github.com/app-sre/qontract-reconcile
|
6
6
|
Author: Red Hat App-SRE Team
|
{qontract_reconcile-0.10.1rc848.dist-info → qontract_reconcile-0.10.1rc849.dist-info}/RECORD
RENAMED
@@ -701,7 +701,7 @@ reconcile/utils/structs.py,sha256=LcbLEg8WxfRqM6nW7NhcWN0YeqF7SQzxOgntmLs1SgY,35
|
|
701
701
|
reconcile/utils/template.py,sha256=wTvRU4AnAV_o042tD4Mwls2dwWMuk7MKnde3MaCjaYg,331
|
702
702
|
reconcile/utils/terraform_client.py,sha256=mZEKpu6nbfiQd60wRkc8-5sljBTUTOgaAKnF89itMzU,32085
|
703
703
|
reconcile/utils/terrascript_aws_client.py,sha256=87J2RszhfqYkABzZ5yO-JxycOvjvrx3bWgSmISop1tQ,276092
|
704
|
-
reconcile/utils/three_way_diff_strategy.py,sha256=
|
704
|
+
reconcile/utils/three_way_diff_strategy.py,sha256=Jo0M42zvG_K6ygJOSAZZTAPxF2Fkr247O1YsmDbi0TA,4641
|
705
705
|
reconcile/utils/throughput.py,sha256=iP4UWAe2LVhDo69mPPmgo9nQ7RxHD6_GS8MZe-aSiuM,344
|
706
706
|
reconcile/utils/vault.py,sha256=AYGG5aDJ7CSVhTFdZowfEg3iSQWenoAt676aGjHQMX8,14978
|
707
707
|
reconcile/utils/vaultsecretref.py,sha256=3Ed2uBy36TzSvL0B-l4FoWQqB2SbBKDKEuUPIO608Bo,931
|
@@ -834,8 +834,8 @@ tools/test/test_app_interface_metrics_exporter.py,sha256=SX7qL3D1SIRKFo95FoQztvf
|
|
834
834
|
tools/test/test_qontract_cli.py,sha256=_D61RFGAN5x44CY1tYbouhlGXXABwYfxKSWSQx3Jrss,4941
|
835
835
|
tools/test/test_sd_app_sre_alert_report.py,sha256=v363r9zM7__0kR5K6mvJoGFcM9BvE33fWAayrqkpojA,2116
|
836
836
|
tools/test/test_sre_checkpoints.py,sha256=SKqPPTl9ua0RFdSSofnoQX-JZE6dFLO3LRhfQzqtfh8,2607
|
837
|
-
qontract_reconcile-0.10.
|
838
|
-
qontract_reconcile-0.10.
|
839
|
-
qontract_reconcile-0.10.
|
840
|
-
qontract_reconcile-0.10.
|
841
|
-
qontract_reconcile-0.10.
|
837
|
+
qontract_reconcile-0.10.1rc849.dist-info/METADATA,sha256=9kea4FnbZH5tdRzVr18mi4qWWVKwjRXh37Ge0Qo2PzA,2273
|
838
|
+
qontract_reconcile-0.10.1rc849.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
839
|
+
qontract_reconcile-0.10.1rc849.dist-info/entry_points.txt,sha256=GKQqCl2j2X1BJQ69een6rHcR26PmnxnONLNOQB-nRjY,491
|
840
|
+
qontract_reconcile-0.10.1rc849.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
|
841
|
+
qontract_reconcile-0.10.1rc849.dist-info/RECORD,,
|
@@ -61,7 +61,7 @@ def normalize_object(item: OR) -> OR:
|
|
61
61
|
validate_k8s_object=False,
|
62
62
|
)
|
63
63
|
|
64
|
-
annotations = n.body.get("metadata"
|
64
|
+
annotations = n.body.get("metadata").get("annotations") or {}
|
65
65
|
metadata["annotations"] = {
|
66
66
|
k: v for k, v in annotations.items() if k not in NORMALIZE_IGNORE_ANNOTATIONS
|
67
67
|
}
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.1rc848.dist-info → qontract_reconcile-0.10.1rc849.dist-info}/top_level.txt
RENAMED
File without changes
|