Skip to content

Commit 70806d6

Browse files
Merge pull request #218 from blacklanternsecurity/dev
Cloudcheck 8.8.0
2 parents afb474d + 9b7cac6 commit 70806d6

13 files changed

Lines changed: 221 additions & 245 deletions

File tree

.github/workflows/docker-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ jobs:
6060
type=ref,event=pr
6161
type=sha,prefix=sha-
6262
type=raw,value=latest,enable={{is_default_branch}}
63-
type=raw,value=v1
64-
type=raw,value=v1.0
65-
type=raw,value=v1.0.0
63+
type=raw,value=v8
64+
type=raw,value=v8.8
65+
type=raw,value=v8.8.0
6666
6767
- name: Build and push Docker image
6868
uses: docker/build-push-action@v6

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cloudcheck"
3-
version = "8.7.2"
3+
version = "8.8.0"
44
edition = "2024"
55
description = "CloudCheck is a simple Rust tool to check whether an IP address or hostname belongs to a cloud provider."
66
license = "GPL-3.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ cloudcheck serve --host 0.0.0.0 --port 3000
7171
## REST API
7272

7373
```bash
74-
curl http://127.0.0.1:8080/lookup/8.8.8.8
74+
curl http://127.0.0.1:8080/8.8.8.8
7575
```
7676

7777
## Python Library Usage

0 commit comments

Comments
 (0)