Skip to content

Update stale fragment image versions away from latest#22

Merged
voidrot merged 2 commits intomainfrom
copilot/update-fragment-image-versions-again
Apr 18, 2026
Merged

Update stale fragment image versions away from latest#22
voidrot merged 2 commits intomainfrom
copilot/update-fragment-image-versions-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 18, 2026

Fragments were using latest (or a stale minor pin) for image tags, violating the repo's tag selection policy and making deployments non-reproducible.

Changes

Replaced latest with pinned tags (11 fragments)

Fragment Variable Old New Tag strategy
grafana GRAFANA_VERSION latest 13.0 minor-float (no bare 13 tag exists)
jaeger JAEGER_VERSION latest 1 major-float
nats NATS_VERSION latest 2-alpine major-float + variant
caddy CADDY_VERSION latest 2-alpine major-float + variant
eclipse-mosquitto MOSQUITTO_VERSION latest 2 major-float
traefik TRAEFIK_VERSION v3.3 v3 promoted to major-float
otel-collector OTEL_VERSION latest 0.150.1 semver (no floating tags published)
arcadedb ARCADEDB_VERSION latest 26.3.2 semver (no floating tags published)
chromadb CHROMA_VERSION latest 1.5.8 semver (ghcr.io, no floating tags)
ollama OLLAMA_VERSION latest 0.21.0 semver (no floating tags published)
vllm VLLM_VERSION latest v0.19.1 semver (no floating tags published)

Each change updates both the .json variable default and the :- fallback in the corresponding .yml service definition. Docs regenerated via generate-docs.js.

Copilot AI linked an issue Apr 18, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Update fragment image versions and documentation Update stale fragment image versions away from latest Apr 18, 2026
Copilot AI requested a review from voidrot April 18, 2026 22:45
@voidrot voidrot marked this pull request as ready for review April 18, 2026 22:46
@voidrot voidrot merged commit b42af5a into main Apr 18, 2026
3 checks passed
@voidrot voidrot deleted the copilot/update-fragment-image-versions-again branch April 18, 2026 22:46
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 fragment image versions and docs

2 participants