qontract-reconcile 0.10.1rc1187__py3-none-any.whl → 0.10.1rc1188__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.1rc1187.dist-info → qontract_reconcile-0.10.1rc1188.dist-info}/METADATA +1 -1
- {qontract_reconcile-0.10.1rc1187.dist-info → qontract_reconcile-0.10.1rc1188.dist-info}/RECORD +6 -6
- tools/qontract_cli.py +0 -3
- {qontract_reconcile-0.10.1rc1187.dist-info → qontract_reconcile-0.10.1rc1188.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.1rc1187.dist-info → qontract_reconcile-0.10.1rc1188.dist-info}/entry_points.txt +0 -0
- {qontract_reconcile-0.10.1rc1187.dist-info → qontract_reconcile-0.10.1rc1188.dist-info}/top_level.txt +0 -0
{qontract_reconcile-0.10.1rc1187.dist-info → qontract_reconcile-0.10.1rc1188.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.1rc1188
|
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.1rc1187.dist-info → qontract_reconcile-0.10.1rc1188.dist-info}/RECORD
RENAMED
@@ -838,7 +838,7 @@ tools/app_interface_metrics_exporter.py,sha256=zkwkxdAUAxjdc-pzx2_oJXG25fo0Fnyd5
|
|
838
838
|
tools/app_interface_reporter.py,sha256=oZPib4HPq0aZ2Zui1QGJGk6qQdfpeihujGDBnSdKyGE,17627
|
839
839
|
tools/glitchtip_access_reporter.py,sha256=oPBnk_YoDuljU3v0FaChzOwwnk4vap1xEE67QEjzdqs,2948
|
840
840
|
tools/glitchtip_access_revalidation.py,sha256=8kbBJk04mkq28kWoRDDkfCGIF3GRg3pJrFAh1sW0dbk,2821
|
841
|
-
tools/qontract_cli.py,sha256=
|
841
|
+
tools/qontract_cli.py,sha256=cYuovHYsRDm1CyIEdhMgx2qUkyl1tXqOO5glxAN1h8c,143860
|
842
842
|
tools/sd_app_sre_alert_report.py,sha256=e9vAdyenUz2f5c8-z-5WY0wv-SJ9aePKDH2r4IwB6pc,5063
|
843
843
|
tools/template_validation.py,sha256=qpKYaTgk0GOPGa2Ct5_5sKdwIHtCAKIBGzsMPuJU5fw,3371
|
844
844
|
tools/cli_commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -882,8 +882,8 @@ tools/test/test_qontract_cli.py,sha256=iuzKbQ6ahinvjoQmQLBrG4shey0z-1rB6qCgS8T6d
|
|
882
882
|
tools/test/test_saas_promotion_state.py,sha256=dy4kkSSAQ7bC0Xp2CociETGN-2aABEfL6FU5D9Jl00Y,6056
|
883
883
|
tools/test/test_sd_app_sre_alert_report.py,sha256=v363r9zM7__0kR5K6mvJoGFcM9BvE33fWAayrqkpojA,2116
|
884
884
|
tools/test/test_sre_checkpoints.py,sha256=SKqPPTl9ua0RFdSSofnoQX-JZE6dFLO3LRhfQzqtfh8,2607
|
885
|
-
qontract_reconcile-0.10.
|
886
|
-
qontract_reconcile-0.10.
|
887
|
-
qontract_reconcile-0.10.
|
888
|
-
qontract_reconcile-0.10.
|
889
|
-
qontract_reconcile-0.10.
|
885
|
+
qontract_reconcile-0.10.1rc1188.dist-info/METADATA,sha256=GT_x8-c5VlD7dIrPKFWAaFfVJawtfVTFoiH22w4G4Cw,2213
|
886
|
+
qontract_reconcile-0.10.1rc1188.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
887
|
+
qontract_reconcile-0.10.1rc1188.dist-info/entry_points.txt,sha256=GKQqCl2j2X1BJQ69een6rHcR26PmnxnONLNOQB-nRjY,491
|
888
|
+
qontract_reconcile-0.10.1rc1188.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
|
889
|
+
qontract_reconcile-0.10.1rc1188.dist-info/RECORD,,
|
tools/qontract_cli.py
CHANGED
@@ -4399,9 +4399,6 @@ You can view the source of this Markdown to extract the JSON data.
|
|
4399
4399
|
|
4400
4400
|
{len(results)} container images found.
|
4401
4401
|
|
4402
|
-
exclude-pattern = {exclude_pattern}
|
4403
|
-
include-pattern = {include_pattern}
|
4404
|
-
|
4405
4402
|
```json:table
|
4406
4403
|
{json.dumps(json_table)}
|
4407
4404
|
```
|
{qontract_reconcile-0.10.1rc1187.dist-info → qontract_reconcile-0.10.1rc1188.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|