Skip to content

Commit 6c2e41a

Browse files
committed
add: changelog
1 parent 41d5bda commit 6c2e41a

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## v0.1.0 [2025-04-21]
2+
3+
_Initial release_
4+
5+
- New tables added
6+
- `ipgeolocation_ip`
7+
- `ipgeolocation_security`
8+
- `ipgeolocation_abuse`
9+
- `ipgeolocation_asn`

config/ipgeolocation.spc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
connection "ipgeolocation" {
2-
plugin = "local/ipgeolocation"
2+
plugin = "ipgeolocation/ipgeolocation"
33

44
# API key from https://app.ipgeolocation.io/dashboard
55
# Free tier works without a key for basic geolocation.
66
# Paid plans unlock hostname, security, company, abuse, and user-agent modules.
77
# Can also be set with the IPGEOLOCATION_API_KEY environment variable.
8-
api_key = "a3fbecf6536a470b8d3426419f21ae99"
8+
api_key = "YOUR_API_KEY_HERE"
99
}

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
organization: ipgeolocation
33
category: ["saas", "internet", "security"]
44
icon_url: "/images/plugins/ipgeolocation/ipgeolocation.svg"
5-
brand_color: "#FF6B35"
5+
brand_color: "#6c63ff"
66
display_name: "IPGeolocation.io"
77
short_name: "ipgeolocation"
88
description: "Use Steampipe to query IP geolocation, threat intelligence, ASN details, and abuse contacts from IPGeolocation.io."

0 commit comments

Comments
 (0)