qontract-reconcile 0.10.1rc751__py3-none-any.whl → 0.10.1rc752__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.1rc751.dist-info → qontract_reconcile-0.10.1rc752.dist-info}/METADATA +1 -1
- {qontract_reconcile-0.10.1rc751.dist-info → qontract_reconcile-0.10.1rc752.dist-info}/RECORD +6 -6
- reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +4 -0
- {qontract_reconcile-0.10.1rc751.dist-info → qontract_reconcile-0.10.1rc752.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.1rc751.dist-info → qontract_reconcile-0.10.1rc752.dist-info}/entry_points.txt +0 -0
- {qontract_reconcile-0.10.1rc751.dist-info → qontract_reconcile-0.10.1rc752.dist-info}/top_level.txt +0 -0
{qontract_reconcile-0.10.1rc751.dist-info → qontract_reconcile-0.10.1rc752.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.1rc752
|
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.1rc751.dist-info → qontract_reconcile-0.10.1rc752.dist-info}/RECORD
RENAMED
@@ -336,7 +336,7 @@ reconcile/gql_definitions/templating/template_collection.py,sha256=lS0vzEKV2ZrzO
|
|
336
336
|
reconcile/gql_definitions/templating/templates.py,sha256=ejAvQ13zfNMQTz3FWtRUic6dSvio3aAgBKEqt600hbk,2821
|
337
337
|
reconcile/gql_definitions/terraform_cloudflare_dns/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
338
338
|
reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py,sha256=eyGX9HcTF6MZbOYZ6Kl6Mg3k6nJTUtwqs9gDxBP_8Dk,1920
|
339
|
-
reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py,sha256=
|
339
|
+
reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py,sha256=dBQ2tyAp-eRZs59mguaTc6-x67JUoSxtZ8mOjbRqDuc,5832
|
340
340
|
reconcile/gql_definitions/terraform_cloudflare_resources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
341
341
|
reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py,sha256=WHMyQlosDCby7p1wWd3PXpmooSeEZyR8CgRDP49bunU,3641
|
342
342
|
reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py,sha256=YWjhWTjOR7B-RsX5gPt1PbRfYDzxPqncNq4vmVHpIQ0,12313
|
@@ -778,8 +778,8 @@ tools/test/test_app_interface_metrics_exporter.py,sha256=SX7qL3D1SIRKFo95FoQztvf
|
|
778
778
|
tools/test/test_qontract_cli.py,sha256=w2l4BHB09k1d-BGJ1jBUNCqDv7zkqYrMHojQXg-21kQ,4155
|
779
779
|
tools/test/test_sd_app_sre_alert_report.py,sha256=v363r9zM7__0kR5K6mvJoGFcM9BvE33fWAayrqkpojA,2116
|
780
780
|
tools/test/test_sre_checkpoints.py,sha256=SKqPPTl9ua0RFdSSofnoQX-JZE6dFLO3LRhfQzqtfh8,2607
|
781
|
-
qontract_reconcile-0.10.
|
782
|
-
qontract_reconcile-0.10.
|
783
|
-
qontract_reconcile-0.10.
|
784
|
-
qontract_reconcile-0.10.
|
785
|
-
qontract_reconcile-0.10.
|
781
|
+
qontract_reconcile-0.10.1rc752.dist-info/METADATA,sha256=-pk_8RW3Vy3d6CZqwwtyZx7jMvNTFI0YcXzmgGSuKl4,2382
|
782
|
+
qontract_reconcile-0.10.1rc752.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
783
|
+
qontract_reconcile-0.10.1rc752.dist-info/entry_points.txt,sha256=rIxI5zWtHNlfpDeq1a7pZXAPoqf7HG32KMTN3MeWK_8,429
|
784
|
+
qontract_reconcile-0.10.1rc752.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
|
785
|
+
qontract_reconcile-0.10.1rc752.dist-info/RECORD,,
|
@@ -80,6 +80,8 @@ query CloudflareDnsZone {
|
|
80
80
|
digest
|
81
81
|
key_tag
|
82
82
|
flags
|
83
|
+
tag
|
84
|
+
value
|
83
85
|
}
|
84
86
|
}
|
85
87
|
type
|
@@ -142,6 +144,8 @@ class CloudflareDnsRecordDataSettingsV1(ConfiguredBaseModel):
|
|
142
144
|
digest: Optional[str] = Field(..., alias="digest")
|
143
145
|
key_tag: Optional[int] = Field(..., alias="key_tag")
|
144
146
|
flags: Optional[int] = Field(..., alias="flags")
|
147
|
+
tag: Optional[str] = Field(..., alias="tag")
|
148
|
+
value: Optional[str] = Field(..., alias="value")
|
145
149
|
|
146
150
|
|
147
151
|
class CloudflareDnsRecordV1(ConfiguredBaseModel):
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.1rc751.dist-info → qontract_reconcile-0.10.1rc752.dist-info}/top_level.txt
RENAMED
File without changes
|