cloudcheck 9.1.2__tar.gz → 9.2.0__tar.gz

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 (92) hide show
  1. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/.github/workflows/docker-tests.yml +2 -2
  2. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/.github/workflows/python-tests.yml +8 -9
  3. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/Cargo.lock +199 -414
  4. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/Cargo.toml +3 -2
  5. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/PKG-INFO +1 -1
  6. cloudcheck-9.2.0/dist/cloudcheck-9.2.0-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
  7. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/pyproject.toml +1 -1
  8. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/uv.lock +1 -1
  9. cloudcheck-9.1.2/dist/cloudcheck-9.1.2-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
  10. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/.github/dependabot.yml +0 -0
  11. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/.github/workflows/pipeline-tests.yml +0 -0
  12. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/.github/workflows/rust-tests.yml +0 -0
  13. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/.gitignore +0 -0
  14. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/Dockerfile +0 -0
  15. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/README.md +0 -0
  16. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloud_providers.json +0 -0
  17. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloud_providers_v2.json +0 -0
  18. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/__init__.py +0 -0
  19. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/helpers.py +0 -0
  20. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/__init__.py +0 -0
  21. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/akamai.py +0 -0
  22. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/alibaba.py +0 -0
  23. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/amazon.py +0 -0
  24. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/arvancloud.py +0 -0
  25. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/backblaze.py +0 -0
  26. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/baidu.py +0 -0
  27. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/base.py +0 -0
  28. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/cachefly.py +0 -0
  29. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/cdnetworks.py +0 -0
  30. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/cisco.py +0 -0
  31. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/cloudflare.py +0 -0
  32. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/cloudfront.py +0 -0
  33. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/ddosguard.py +0 -0
  34. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/dell.py +0 -0
  35. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/digitalocean.py +0 -0
  36. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/dod.py +0 -0
  37. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/fastly.py +0 -0
  38. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/fbi.py +0 -0
  39. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/gabia.py +0 -0
  40. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/gcore.py +0 -0
  41. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/github.py +0 -0
  42. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/gocache.py +0 -0
  43. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/google.py +0 -0
  44. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/heroku.py +0 -0
  45. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/hetzner.py +0 -0
  46. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/hostway.py +0 -0
  47. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/hpe.py +0 -0
  48. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/huawei.py +0 -0
  49. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/ibm.py +0 -0
  50. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/imperva.py +0 -0
  51. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/kamatera.py +0 -0
  52. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/kinx.py +0 -0
  53. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/ktcloud.py +0 -0
  54. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/leaseweb.py +0 -0
  55. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/lgtelecom.py +0 -0
  56. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/microsoft.py +0 -0
  57. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/microsoft365.py +0 -0
  58. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/navercloud.py +0 -0
  59. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/nhncloud.py +0 -0
  60. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/oracle.py +0 -0
  61. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/ovh.py +0 -0
  62. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/qrator.py +0 -0
  63. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/quiccloud.py +0 -0
  64. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/rackspace.py +0 -0
  65. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/ru_fso.py +0 -0
  66. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/salesforce.py +0 -0
  67. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/scaleway.py +0 -0
  68. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/skbroadband.py +0 -0
  69. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/stormwall.py +0 -0
  70. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/sucuri.py +0 -0
  71. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/tencent.py +0 -0
  72. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/uk_mod.py +0 -0
  73. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/wasabi.py +0 -0
  74. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/x4b.py +0 -0
  75. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/yandex.py +0 -0
  76. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/zoho.py +0 -0
  77. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/zscaler.py +0 -0
  78. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck_update/__init__.py +0 -0
  79. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck_update/cli.py +0 -0
  80. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck_update/test_cloudcheck_update.py +0 -0
  81. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/helm/Chart.yaml +0 -0
  82. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/helm/cloudcheck/values.yaml +0 -0
  83. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/helm/templates/cloudcheck.yaml +0 -0
  84. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/helm/values.yaml +0 -0
  85. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/pytest.ini +0 -0
  86. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/scripts/update_readme_table.py +0 -0
  87. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/src/api.rs +0 -0
  88. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/src/lib.rs +0 -0
  89. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/src/main.rs +0 -0
  90. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/src/python.rs +0 -0
  91. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/test_cloudcheck.py +0 -0
  92. {cloudcheck-9.1.2 → cloudcheck-9.2.0}/test_docker.py +0 -0
@@ -61,8 +61,8 @@ jobs:
61
61
  type=sha,prefix=sha-
62
62
  type=raw,value=latest,enable={{is_default_branch}}
63
63
  type=raw,value=v9
64
- type=raw,value=v9.1
65
- type=raw,value=v9.1.2
64
+ type=raw,value=v9.2
65
+ type=raw,value=v9.2.0
66
66
 
67
67
  - name: Build and push Docker image
68
68
  uses: docker/build-push-action@v6
@@ -65,7 +65,7 @@ jobs:
65
65
  linux:
66
66
  runs-on: ${{ matrix.platform.runner }}
67
67
  needs: publish
68
- if: github.event_name == 'push' && github.ref == 'refs/heads/stable'
68
+ if: github.event_name == 'push' && github.ref == 'refs/heads/stable'
69
69
  strategy:
70
70
  matrix:
71
71
  platform:
@@ -89,10 +89,6 @@ jobs:
89
89
  python-version: 3.x
90
90
  - name: Build wheels
91
91
  uses: PyO3/maturin-action@v1
92
- env:
93
- # Fix ARM cross-compilation: define __ARM_ARCH for assembly files
94
- CFLAGS_aarch64_unknown_linux_gnu: "-march=armv8-a"
95
- CFLAGS_armv7_unknown_linux_gnueabihf: "-march=armv7-a -mfpu=neon"
96
92
  with:
97
93
  target: ${{ matrix.platform.target }}
98
94
  args: --release --out dist --find-interpreter
@@ -145,16 +141,19 @@ jobs:
145
141
  sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
146
142
  manylinux: musllinux_1_2
147
143
  before-script-linux: |
148
- if command -v apt-get >/dev/null 2>&1; then
144
+ if command -v apk >/dev/null 2>&1; then
145
+ # Alpine (musllinux)
146
+ apk add --no-cache openssl-dev pkgconfig perl make musl-dev
147
+ elif command -v apt-get >/dev/null 2>&1; then
149
148
  # Debian-based
150
149
  sudo apt-get update
151
- sudo apt-get install -y pkg-config libssl-dev
150
+ sudo apt-get install -y pkg-config libssl-dev perl make gcc g++ binutils
152
151
  elif command -v yum >/dev/null 2>&1; then
153
152
  # CentOS-based
154
153
  yum update -y
155
- yum install -y openssl openssl-devel
154
+ yum install -y openssl openssl-devel perl perl-core make gcc gcc-c++ binutils
156
155
  else
157
- echo "Error: Neither apt-get nor yum found"
156
+ echo "Error: No supported package manager found"
158
157
  exit 1
159
158
  fi
160
159