feat: add Gridlight AI Platform community pack v1.1.3#247
Open
mannygridlight wants to merge 1 commit into
Open
feat: add Gridlight AI Platform community pack v1.1.3#247mannygridlight wants to merge 1 commit into
mannygridlight wants to merge 1 commit into
Conversation
Adds packs/gridlight-1.1.3 alongside the existing 1.1.2 pack. Highlights vs 1.1.2: - Gateway query routing (modality + model-name routing, dark behind GATEWAY_ROUTING_MODE) - Multi-LLM fleet / per-instance model presets - fsGroup on gateway + Rust agents so the activation signing secret persists - First-class agent model reporting for preset-name routing All six images (gateway, agent, agent-stt, agent-image, agent-voice, agent-video) are published and anonymously pullable at public.ecr.aws/q1c5c5i2/gridlight/*:1.1.3.
There was a problem hiding this comment.
✅ CVE scan completed successfully.
Scan Summary:
- Total images scanned: 6
- Clean images: 0
- Images with CVEs: 6
- Total CVEs found: 1464
🔴 Critical CVEs: 41
🟠 High CVEs: 126
🟡 Medium CVEs: 395
🟢 Low CVEs: 902
Images with CVEs:
- public.ecr.aws/q1c5c5i2/gridlight/agent-image:1.1.3: 197 CVEs (Critical: 6, High: 17, Medium: 51, Low: 123)
Critical CVEs: CVE-2019-1010022, CVE-2023-45853, CVE-2025-7458, CVE-2026-42496, CVE-2026-8376 - public.ecr.aws/q1c5c5i2/gridlight/agent-stt:1.1.3: 435 CVEs (Critical: 12, High: 39, Medium: 119, Low: 265)
Critical CVEs: CVE-2019-1010022, CVE-2023-45853, CVE-2023-6879, CVE-2025-47917, CVE-2025-7458, CVE-2026-40393, CVE-2026-42496, CVE-2026-8376 - public.ecr.aws/q1c5c5i2/gridlight/agent-video:1.1.3: 445 CVEs (Critical: 12, High: 40, Medium: 124, Low: 269)
Critical CVEs: CVE-2019-1010022, CVE-2023-45853, CVE-2023-6879, CVE-2025-47917, CVE-2025-7458, CVE-2026-40393, CVE-2026-42496, CVE-2026-8376 - public.ecr.aws/q1c5c5i2/gridlight/agent-voice:1.1.3: 191 CVEs (Critical: 6, High: 15, Medium: 44, Low: 126)
Critical CVEs: CVE-2019-1010022, CVE-2023-45853, CVE-2025-7458, CVE-2026-42496, CVE-2026-8376 - public.ecr.aws/q1c5c5i2/gridlight/agent:1.1.3: 53 CVEs (Critical: 0, High: 3, Medium: 9, Low: 41)
- public.ecr.aws/q1c5c5i2/gridlight/gateway:1.1.3: 143 CVEs (Critical: 5, High: 12, Medium: 48, Low: 78)
Critical CVEs: CVE-2019-1010022, CVE-2023-45853, CVE-2026-42496, CVE-2026-8376
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
packs/gridlight-1.1.3/— the next release of the Gridlight AI Platform community pack, alongside the existinggridlight-1.1.2.Gridlight is an on-premises AI platform: LLM inference, semantic search (RAG), and specialist agents (image/voice/STT/video), with no data leaving the cluster.
What's new vs 1.1.2
GATEWAY_ROUTING_MODE).modelreporting so explicit preset-name routing (e.g.qwen-7b) resolves.Pack contents
pack.json,values.yaml,schema.yaml,README.md,logo.png, andcharts/gridlight-palette-1.1.3.tgz— same layout asgridlight-1.1.2.Validation
jq empty pack.json✅; required fields (name,displayName,version,layer) present ✅version(1.1.3) matches the directory name ✅logo.png+README.mdpresent ✅pack.content.images, all anonymously pullable:public.ecr.aws/q1c5c5i2/gridlight/{gateway,agent,agent-stt,agent-image,agent-voice,agent-video}:1.1.3✅helm lintclean ✅🤖 Generated with Claude Code