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.
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/.github/workflows/docker-tests.yml +2 -2
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/.github/workflows/python-tests.yml +8 -9
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/Cargo.lock +199 -414
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/Cargo.toml +3 -2
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/PKG-INFO +1 -1
- cloudcheck-9.2.0/dist/cloudcheck-9.2.0-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/pyproject.toml +1 -1
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/uv.lock +1 -1
- cloudcheck-9.1.2/dist/cloudcheck-9.1.2-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/.github/dependabot.yml +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/.github/workflows/pipeline-tests.yml +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/.github/workflows/rust-tests.yml +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/.gitignore +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/Dockerfile +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/README.md +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloud_providers.json +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloud_providers_v2.json +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/__init__.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/helpers.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/__init__.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/akamai.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/alibaba.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/amazon.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/arvancloud.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/backblaze.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/baidu.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/base.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/cachefly.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/cdnetworks.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/cisco.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/cloudflare.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/cloudfront.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/ddosguard.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/dell.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/digitalocean.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/dod.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/fastly.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/fbi.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/gabia.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/gcore.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/github.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/gocache.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/google.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/heroku.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/hetzner.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/hostway.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/hpe.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/huawei.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/ibm.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/imperva.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/kamatera.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/kinx.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/ktcloud.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/leaseweb.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/lgtelecom.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/microsoft.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/microsoft365.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/navercloud.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/nhncloud.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/oracle.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/ovh.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/qrator.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/quiccloud.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/rackspace.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/ru_fso.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/salesforce.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/scaleway.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/skbroadband.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/stormwall.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/sucuri.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/tencent.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/uk_mod.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/wasabi.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/x4b.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/yandex.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/zoho.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck/providers/zscaler.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck_update/__init__.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck_update/cli.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/cloudcheck_update/test_cloudcheck_update.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/helm/Chart.yaml +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/helm/cloudcheck/values.yaml +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/helm/templates/cloudcheck.yaml +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/helm/values.yaml +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/pytest.ini +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/scripts/update_readme_table.py +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/src/api.rs +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/src/lib.rs +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/src/main.rs +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/src/python.rs +0 -0
- {cloudcheck-9.1.2 → cloudcheck-9.2.0}/test_cloudcheck.py +0 -0
- {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.
|
|
65
|
-
type=raw,value=v9.
|
|
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 ==
|
|
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
|
|
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:
|
|
156
|
+
echo "Error: No supported package manager found"
|
|
158
157
|
exit 1
|
|
159
158
|
fi
|
|
160
159
|
|