qontract-reconcile 0.10.1rc702__py3-none-any.whl → 0.10.1rc703__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.1rc702.dist-info → qontract_reconcile-0.10.1rc703.dist-info}/METADATA +1 -1
- {qontract_reconcile-0.10.1rc702.dist-info → qontract_reconcile-0.10.1rc703.dist-info}/RECORD +6 -6
- reconcile/ocm_internal_notifications/integration.py +1 -1
- {qontract_reconcile-0.10.1rc702.dist-info → qontract_reconcile-0.10.1rc703.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.1rc702.dist-info → qontract_reconcile-0.10.1rc703.dist-info}/entry_points.txt +0 -0
- {qontract_reconcile-0.10.1rc702.dist-info → qontract_reconcile-0.10.1rc703.dist-info}/top_level.txt +0 -0
{qontract_reconcile-0.10.1rc702.dist-info → qontract_reconcile-0.10.1rc703.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.1rc703
|
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.1rc702.dist-info → qontract_reconcile-0.10.1rc703.dist-info}/RECORD
RENAMED
@@ -355,7 +355,7 @@ reconcile/ldap_groups/integration.py,sha256=iVfR7bRz8up_bf5Q4aVZHuVoUT6U_aHHkcgY
|
|
355
355
|
reconcile/ocm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
356
356
|
reconcile/ocm/types.py,sha256=ibJYvzfAZyyMFkcF1bP8u3rkXciYJRplt_7Z1pKHFh0,2484
|
357
357
|
reconcile/ocm_internal_notifications/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
358
|
-
reconcile/ocm_internal_notifications/integration.py,sha256=
|
358
|
+
reconcile/ocm_internal_notifications/integration.py,sha256=Gw2oB1Oe1Vvbj-fN_undhkQ2y5tCVhUfW5DenKu9ybM,4395
|
359
359
|
reconcile/ocm_labels/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
360
360
|
reconcile/ocm_labels/integration.py,sha256=SqIgCYhlHEeoH2YXJ8kWIxCo9S3fzzAlZGxt9KCnJ1s,14792
|
361
361
|
reconcile/ocm_labels/label_sources.py,sha256=z5Rg5uMTfRkTi3QbEQK1P82LLciWrSnp65XBEpZf2-o,1877
|
@@ -753,8 +753,8 @@ tools/test/test_app_interface_metrics_exporter.py,sha256=SX7qL3D1SIRKFo95FoQztvf
|
|
753
753
|
tools/test/test_qontract_cli.py,sha256=UEwAW7PA_GIrbqzaLxpkCxbuVjEFLNvnVG-6VyoCGIc,4147
|
754
754
|
tools/test/test_sd_app_sre_alert_report.py,sha256=v363r9zM7__0kR5K6mvJoGFcM9BvE33fWAayrqkpojA,2116
|
755
755
|
tools/test/test_sre_checkpoints.py,sha256=SKqPPTl9ua0RFdSSofnoQX-JZE6dFLO3LRhfQzqtfh8,2607
|
756
|
-
qontract_reconcile-0.10.
|
757
|
-
qontract_reconcile-0.10.
|
758
|
-
qontract_reconcile-0.10.
|
759
|
-
qontract_reconcile-0.10.
|
760
|
-
qontract_reconcile-0.10.
|
756
|
+
qontract_reconcile-0.10.1rc703.dist-info/METADATA,sha256=yoAayu5zHJZhZK0IqR21e6WKXEMXcnLSXPoQ9gd52a8,2382
|
757
|
+
qontract_reconcile-0.10.1rc703.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
758
|
+
qontract_reconcile-0.10.1rc703.dist-info/entry_points.txt,sha256=rIxI5zWtHNlfpDeq1a7pZXAPoqf7HG32KMTN3MeWK_8,429
|
759
|
+
qontract_reconcile-0.10.1rc703.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
|
760
|
+
qontract_reconcile-0.10.1rc703.dist-info/RECORD,,
|
@@ -63,7 +63,7 @@ class OcmInternalNotifications(QontractReconcileIntegration[NoParams]):
|
|
63
63
|
for env in environments:
|
64
64
|
ocm = init_ocm_base_client(env, self.secret_reader)
|
65
65
|
|
66
|
-
if not (env.labels and env.labels
|
66
|
+
if not (env.labels and env.labels.get("internal_notifications")):
|
67
67
|
logging.info(
|
68
68
|
f"skipping environment {env.name} due to no internal_notifications label"
|
69
69
|
)
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.1rc702.dist-info → qontract_reconcile-0.10.1rc703.dist-info}/top_level.txt
RENAMED
File without changes
|