qontract-reconcile 0.10.2.dev280__py3-none-any.whl → 0.10.2.dev281__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.
Files changed (71) hide show
  1. {qontract_reconcile-0.10.2.dev280.dist-info → qontract_reconcile-0.10.2.dev281.dist-info}/METADATA +1 -1
  2. {qontract_reconcile-0.10.2.dev280.dist-info → qontract_reconcile-0.10.2.dev281.dist-info}/RECORD +71 -71
  3. reconcile/acs_policies.py +7 -7
  4. reconcile/aus/base.py +1 -1
  5. reconcile/aus/models.py +4 -5
  6. reconcile/aus/version_gate_approver.py +4 -1
  7. reconcile/aws_account_manager/merge_request_manager.py +5 -3
  8. reconcile/aws_ami_cleanup/integration.py +5 -8
  9. reconcile/aws_cloudwatch_log_retention/integration.py +6 -6
  10. reconcile/database_access_manager.py +1 -1
  11. reconcile/deadmanssnitch.py +1 -1
  12. reconcile/dynatrace_token_provider/ocm.py +10 -11
  13. reconcile/fleet_labeler/dependencies.py +7 -3
  14. reconcile/fleet_labeler/ocm.py +6 -4
  15. reconcile/gitlab_housekeeping.py +2 -2
  16. reconcile/gitlab_permissions.py +1 -1
  17. reconcile/jenkins_webhooks.py +8 -4
  18. reconcile/jenkins_worker_fleets.py +2 -2
  19. reconcile/ocm_internal_notifications/integration.py +6 -4
  20. reconcile/ocm_labels/integration.py +7 -7
  21. reconcile/ocm_upgrade_scheduler_org_updater.py +2 -4
  22. reconcile/openshift_cluster_bots.py +1 -1
  23. reconcile/resource_scraper.py +1 -1
  24. reconcile/saas_auto_promotions_manager/integration.py +7 -3
  25. reconcile/saas_auto_promotions_manager/s3_exporter.py +6 -3
  26. reconcile/saas_file_validator.py +1 -2
  27. reconcile/skupper_network/models.py +4 -2
  28. reconcile/statuspage/page.py +1 -1
  29. reconcile/terraform_cloudflare_resources.py +1 -1
  30. reconcile/terraform_resources.py +1 -1
  31. reconcile/terraform_tgw_attachments.py +3 -3
  32. reconcile/terraform_users.py +1 -1
  33. reconcile/utils/aws_api.py +12 -30
  34. reconcile/utils/aws_api_typed/account.py +4 -4
  35. reconcile/utils/aws_api_typed/api.py +4 -2
  36. reconcile/utils/aws_api_typed/dynamodb.py +2 -2
  37. reconcile/utils/aws_api_typed/iam.py +2 -2
  38. reconcile/utils/aws_api_typed/organization.py +10 -7
  39. reconcile/utils/aws_api_typed/s3.py +2 -3
  40. reconcile/utils/aws_api_typed/service_quotas.py +4 -1
  41. reconcile/utils/aws_api_typed/sts.py +2 -2
  42. reconcile/utils/aws_api_typed/support.py +2 -2
  43. reconcile/utils/dynatrace/client.py +4 -1
  44. reconcile/utils/expiration.py +1 -1
  45. reconcile/utils/external_resource_spec.py +4 -2
  46. reconcile/utils/gitlab_api.py +4 -4
  47. reconcile/utils/glitchtip/models.py +4 -2
  48. reconcile/utils/jira_client.py +4 -4
  49. reconcile/utils/mr/base.py +1 -1
  50. reconcile/utils/oc_connection_parameters.py +4 -1
  51. reconcile/utils/ocm/base.py +4 -1
  52. reconcile/utils/ocm/ocm.py +6 -5
  53. reconcile/utils/ocm/products.py +7 -4
  54. reconcile/utils/saasherder/interfaces.py +5 -2
  55. reconcile/utils/slack_api.py +4 -5
  56. reconcile/utils/state.py +9 -9
  57. reconcile/utils/terraform_client.py +1 -1
  58. reconcile/utils/terrascript_aws_client.py +3 -3
  59. reconcile/utils/vaultsecretref.py +1 -1
  60. reconcile/utils/vcs.py +14 -10
  61. reconcile/vault_replication.py +1 -1
  62. reconcile/vpc_peerings_validator.py +2 -4
  63. tools/app_interface_reporter.py +1 -2
  64. tools/cli_commands/erv2.py +7 -4
  65. tools/cli_commands/gpg_encrypt.py +4 -1
  66. tools/qontract_cli.py +10 -8
  67. tools/saas_metrics_exporter/commit_distance/channel.py +6 -3
  68. tools/saas_metrics_exporter/main.py +4 -1
  69. tools/saas_promotion_state/saas_promotion_state.py +4 -1
  70. {qontract_reconcile-0.10.2.dev280.dist-info → qontract_reconcile-0.10.2.dev281.dist-info}/WHEEL +0 -0
  71. {qontract_reconcile-0.10.2.dev280.dist-info → qontract_reconcile-0.10.2.dev281.dist-info}/entry_points.txt +0 -0