cloudcheck 9.1.3__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.3 → cloudcheck-9.2.0}/.github/workflows/docker-tests.yml +2 -2
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/.github/workflows/python-tests.yml +8 -9
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/Cargo.lock +12 -1
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/Cargo.toml +2 -1
- {cloudcheck-9.1.3 → 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.3 → cloudcheck-9.2.0}/pyproject.toml +1 -1
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/uv.lock +1 -1
- cloudcheck-9.1.3/dist/cloudcheck-9.1.3-cp314-cp314-manylinux_2_34_x86_64.whl +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/.github/dependabot.yml +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/.github/workflows/pipeline-tests.yml +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/.github/workflows/rust-tests.yml +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/.gitignore +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/Dockerfile +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/README.md +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloud_providers.json +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloud_providers_v2.json +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/__init__.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/helpers.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/__init__.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/akamai.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/alibaba.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/amazon.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/arvancloud.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/backblaze.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/baidu.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/base.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/cachefly.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/cdnetworks.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/cisco.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/cloudflare.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/cloudfront.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/ddosguard.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/dell.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/digitalocean.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/dod.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/fastly.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/fbi.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/gabia.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/gcore.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/github.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/gocache.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/google.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/heroku.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/hetzner.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/hostway.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/hpe.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/huawei.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/ibm.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/imperva.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/kamatera.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/kinx.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/ktcloud.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/leaseweb.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/lgtelecom.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/microsoft.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/microsoft365.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/navercloud.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/nhncloud.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/oracle.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/ovh.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/qrator.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/quiccloud.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/rackspace.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/ru_fso.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/salesforce.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/scaleway.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/skbroadband.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/stormwall.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/sucuri.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/tencent.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/uk_mod.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/wasabi.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/x4b.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/yandex.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/zoho.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck/providers/zscaler.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck_update/__init__.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck_update/cli.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/cloudcheck_update/test_cloudcheck_update.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/helm/Chart.yaml +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/helm/cloudcheck/values.yaml +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/helm/templates/cloudcheck.yaml +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/helm/values.yaml +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/pytest.ini +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/scripts/update_readme_table.py +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/src/api.rs +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/src/lib.rs +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/src/main.rs +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/src/python.rs +0 -0
- {cloudcheck-9.1.3 → cloudcheck-9.2.0}/test_cloudcheck.py +0 -0
- {cloudcheck-9.1.3 → 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
|
|
|
@@ -231,12 +231,13 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
|
|
|
231
231
|
|
|
232
232
|
[[package]]
|
|
233
233
|
name = "cloudcheck"
|
|
234
|
-
version = "9.
|
|
234
|
+
version = "9.2.0"
|
|
235
235
|
dependencies = [
|
|
236
236
|
"axum",
|
|
237
237
|
"clap",
|
|
238
238
|
"env_logger",
|
|
239
239
|
"log",
|
|
240
|
+
"openssl",
|
|
240
241
|
"pyo3",
|
|
241
242
|
"pyo3-async-runtimes",
|
|
242
243
|
"radixtarget",
|
|
@@ -1036,6 +1037,15 @@ version = "0.1.6"
|
|
|
1036
1037
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1037
1038
|
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
|
1038
1039
|
|
|
1040
|
+
[[package]]
|
|
1041
|
+
name = "openssl-src"
|
|
1042
|
+
version = "300.5.4+3.5.4"
|
|
1043
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1044
|
+
checksum = "a507b3792995dae9b0df8a1c1e3771e8418b7c2d9f0baeba32e6fe8b06c7cb72"
|
|
1045
|
+
dependencies = [
|
|
1046
|
+
"cc",
|
|
1047
|
+
]
|
|
1048
|
+
|
|
1039
1049
|
[[package]]
|
|
1040
1050
|
name = "openssl-sys"
|
|
1041
1051
|
version = "0.9.111"
|
|
@@ -1044,6 +1054,7 @@ checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321"
|
|
|
1044
1054
|
dependencies = [
|
|
1045
1055
|
"cc",
|
|
1046
1056
|
"libc",
|
|
1057
|
+
"openssl-src",
|
|
1047
1058
|
"pkg-config",
|
|
1048
1059
|
"vcpkg",
|
|
1049
1060
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "cloudcheck"
|
|
3
|
-
version = "9.
|
|
3
|
+
version = "9.2.0"
|
|
4
4
|
edition = "2024"
|
|
5
5
|
description = "CloudCheck is a simple Rust tool to check whether an IP address or hostname belongs to a cloud provider."
|
|
6
6
|
license = "GPL-3.0"
|
|
@@ -14,6 +14,7 @@ serde = { version = "1.0", features = ["derive"] }
|
|
|
14
14
|
serde_json = "1.0"
|
|
15
15
|
tokio = { version = "1", features = ["full"] }
|
|
16
16
|
reqwest = { version = "0.13", default-features = false, features = ["json", "native-tls", "http2"] }
|
|
17
|
+
openssl = { version = "0.10", features = ["vendored"] }
|
|
17
18
|
pyo3 = { version = "0.27", optional = true }
|
|
18
19
|
pyo3-async-runtimes = { version = "0.27", features = ["tokio-runtime"], optional = true }
|
|
19
20
|
radixtarget = "4.2"
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|