Skip to content

chore(data/crawlers): update Huawei Cloud IP list - #1814

Merged
Xe merged 2 commits into
TecharoHQ:mainfrom
dchandekstark:update-huawei-cloud-20260805
Aug 6, 2026
Merged

chore(data/crawlers): update Huawei Cloud IP list#1814
Xe merged 2 commits into
TecharoHQ:mainfrom
dchandekstark:update-huawei-cloud-20260805

Conversation

@dchandekstark

@dchandekstark dchandekstark commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Command (assumes https://bgp.tools/table.jsonl previously download to bgp-tools-data.jsonl):

cat data/crawlers/huawei-cloud.yaml \
    | yq -o json \
    | jq --argjson results "$(jq -s '[.[] | select(.ASN == 136907) | .CIDR]' bgp-tools-data.jsonl)" '.[0].remote_addresses = $results' \
    | yq -P

Checklist:

  • Added a description of the changes to the [Unreleased] section of docs/docs/CHANGELOG.md
  • Added test cases to the relevant parts of the codebase
  • Ran integration tests npm run test:integration (unsupported on Windows, please use WSL)
  • All of my commits have verified signatures

Command (assumes https://bgp.tools/table.jsonl previously download to bgp-tools-data.jsonl):

cat data/crawlers/huawei-cloud.yaml \
    | yq -o json \
    | jq --argjson results "$(jq -s '[.[] | select(.ASN == 136907) | .CIDR]' bgp-tools-data.jsonl)" '.[0].remote_addresses = $results' \
    | yq -P

Signed-off-by: David Chandek-Stark <[email protected]>
@dchandekstark
dchandekstark force-pushed the update-huawei-cloud-20260805 branch from b7fbebf to 84cd877 Compare August 5, 2026 18:18
@Xe
Xe enabled auto-merge (squash) August 6, 2026 04:52
@Xe
Xe merged commit a863439 into TecharoHQ:main Aug 6, 2026
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants