qontract-reconcile 0.10.2.dev500__py3-none-any.whl → 0.10.2.dev501__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.dev500
3
+ Version: 0.10.2.dev501
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
@@ -737,7 +737,7 @@ reconcile/utils/mr/labels.py,sha256=9QRTRjZAtq45zELd9SwavaraczMjwjn5no3RK1YxFTg,
737
737
  reconcile/utils/mr/notificator.py,sha256=ip2Yj5Y8Mqd5R4BqIKdy1H9Ys8QYj-a5Qi7iONm4_Eg,2976
738
738
  reconcile/utils/mr/ocm_update_recommended_version.py,sha256=KGOBURLE3XMynjAFej5D5PO9MJRDqMeoL1C8jLJMhD8,1570
739
739
  reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py,sha256=Ykktb8diTv1u5ierJmbtbG04gkzUl3N3FgekKlUc5zg,3117
740
- reconcile/utils/mr/promote_qontract.py,sha256=46FF0fWCBgSlN297ZHck1C3UJYQ9Yqf209MaUFHsqIg,7893
740
+ reconcile/utils/mr/promote_qontract.py,sha256=UIHhEarygH797wtwHd1G7O6YdE3Q-MAVsX2Nuxw3Xfo,8348
741
741
  reconcile/utils/mr/update_access_report_base.py,sha256=qtB_8Oz0cje_z9Ze_CiJ2tgWqIxt-z03rIO7M5KBQVI,4377
742
742
  reconcile/utils/mr/user_maintenance.py,sha256=fcYVu66APCbr4VzuO8Lo_5fCgMB1ibaEhn_z4hkMLqQ,5757
743
743
  reconcile/utils/ocm/__init__.py,sha256=Y-bp8GomMpyCo0tFW6kJ78-ZG1UIupYRtBzbMWU0kwM,798
@@ -817,7 +817,7 @@ tools/saas_promotion_state/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
817
817
  tools/saas_promotion_state/saas_promotion_state.py,sha256=uQv2QJAmUXP1g2GPIH30WTlvL9soY6m9lefpZEVDM5w,3965
818
818
  tools/sre_checkpoints/__init__.py,sha256=CDaDaywJnmRCLyl_NCcvxi-Zc0hTi_3OdwKiFOyS39I,145
819
819
  tools/sre_checkpoints/util.py,sha256=KcYVfa3UmJHVP_ocgrKe8NkrO5IDB9aWEDydSokPcRk,975
820
- qontract_reconcile-0.10.2.dev500.dist-info/METADATA,sha256=89OFED54tD38PC58tGBdYHB9nuxQVvYasIZKeXEEXZo,24958
821
- qontract_reconcile-0.10.2.dev500.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
822
- qontract_reconcile-0.10.2.dev500.dist-info/entry_points.txt,sha256=5i9l54La3vQrDLAdwDKQWC0iG4sV9RRfOb1BpvzOWLc,698
823
- qontract_reconcile-0.10.2.dev500.dist-info/RECORD,,
820
+ qontract_reconcile-0.10.2.dev501.dist-info/METADATA,sha256=5KI3nXk5biUIU2VnNoJUtQz4jzIspX_1Pfp5SZoGpO4,24958
821
+ qontract_reconcile-0.10.2.dev501.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
822
+ qontract_reconcile-0.10.2.dev501.dist-info/entry_points.txt,sha256=5i9l54La3vQrDLAdwDKQWC0iG4sV9RRfOb1BpvzOWLc,698
823
+ qontract_reconcile-0.10.2.dev501.dist-info/RECORD,,
@@ -204,6 +204,15 @@ Please use `/retest` once the RPA finished (that should be the case after ~5min
204
204
  replace_text=self.commit_sha,
205
205
  )
206
206
 
207
+ # data/services/app-interface/cicd/ci-int/saas-qontract-api.yaml
208
+ self._process_by(
209
+ "json_path",
210
+ gitlab_cli=gitlab_cli,
211
+ path="data/services/app-interface/cicd/ci-int/saas-qontract-api.yaml",
212
+ search_text="$.resourceTemplates[?(@.url == 'https://github.com/app-sre/qontract-reconcile')].targets[?(@.name == 'qontract-api-production')].ref",
213
+ replace_text=self.commit_sha,
214
+ )
215
+
207
216
  # data/services/app-interface/terraform-repo/cicd/ci-int/saas-terraform-repo.yaml
208
217
  self._process_by(
209
218
  "json_path",