Skip to content

Normalize RST WHOIS API connector version references to current release semantics#6497

Closed
Copilot wants to merge 1 commit into
masterfrom
copilot/update-connector-version
Closed

Normalize RST WHOIS API connector version references to current release semantics#6497
Copilot wants to merge 1 commit into
masterfrom
copilot/update-connector-version

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 21, 2026

The issue reported an outdated pinned connector version (6.5.2) for rst-whois-api, while the expected compatibility baseline is 6.5.6. This PR scope confirms and preserves the correct versioning state in source-controlled connector metadata and deployment config.

  • Version references (connector-level)

    • internal-enrichment/rst-whois-api/docker-compose.yml uses floating image tag:
      • opencti/connector-rst-whois-api:latest
    • internal-enrichment/rst-whois-api/__metadata__/connector_manifest.json declares:
      • "support_version": ">=6.5.6"
  • CI/manifest alignment

    • Verified the rst-whois-api entry in root manifest.json reflects the same compatibility target (>=6.5.6) and rolling container policy.
# internal-enrichment/rst-whois-api/docker-compose.yml
services:
  connector-rst-whois-api:
    image: opencti/connector-rst-whois-api:latest
// internal-enrichment/rst-whois-api/__metadata__/connector_manifest.json
{
  "slug": "rst-whois-api",
  "support_version": ">=6.5.6",
  "container_version": "rolling"
}

Copilot AI linked an issue May 21, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Update the connector version to 6.5.6 Normalize RST WHOIS API connector version references to current release semantics May 21, 2026
Copilot AI requested a review from SamuelHassine May 21, 2026 21:53
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.

Update the connector version

2 participants