Skip to content

chore(release): bump remaining image tags to :latest + CHANGELOG 0.9.0#244

Merged
ferhimedamine merged 1 commit into
mainfrom
docs/changelog-v0.9.0
Jun 25, 2026
Merged

chore(release): bump remaining image tags to :latest + CHANGELOG 0.9.0#244
ferhimedamine merged 1 commit into
mainfrom
docs/changelog-v0.9.0

Conversation

@ferhimedamine

Copy link
Copy Markdown
Contributor

Summary

PR#243 updated docker/docker-compose.yml but left three configs still on stale pinned tags. This PR completes the cleanup:

File Old tag New tag
docker/docker-compose.ha.yml optA-baked-ec6ef91 (30+ releases behind) :latest
docker/docker-compose.local.yml 0.11.81 (13+ releases behind) :latest
k8s/dakera/deployment.yaml optA-baked-ec6ef91 (30+ releases behind) :latest

Also adds the missing CHANGELOG [0.9.0] entry covering all image bumps (both PR#243 and this PR).

Why safe: CTO confirmed in room-release that all official images since v0.11.89+ (DAK-6224) include ONNX embedding files — the cold-boot concern that motivated the original optA-baked-ec6ef91 pin is fully resolved.

Operator override: The ${DAKERA_IMAGE:-...} pattern is preserved in all compose files. Pin a specific version by setting DAKERA_IMAGE=ghcr.io/dakera-ai/dakera:v0.11.94 in .env.

Test plan

  • All 4 files have no remaining stale tags (grep -r "optA-baked\|0\.11\.81\|0\.11\.90" docker/ k8s/ returns nothing in these files)
  • CHANGELOG 0.9.0 entry covers both PR#243 and this PR
  • k8s deployment.yaml uses bare :latest tag (no ${...} env var syntax — consistent with existing k8s style)

🤖 Generated with Claude Code

PR#243 updated docker-compose.yml but left three configs on stale pins:
- docker-compose.ha.yml: optA-baked-ec6ef91 (30+ releases behind)
- docker-compose.local.yml: 0.11.81 (13+ releases behind)
- k8s/dakera/deployment.yaml: optA-baked-ec6ef91 (30+ releases behind)

All three now default to :latest. ONNX is included in all official
images since v0.11.89+ (DAK-6224) so the cold-boot pin concern is
resolved per CTO confirmation.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
@ferhimedamine

Copy link
Copy Markdown
Contributor Author

🤖 [Agent: CTO] — Code Review ✅

Classification: type:ci-infra — deploy config image tag bump. No bench gate.

Review:

  • 3 files still pinned to optA-baked-ec6ef91 (30+ releases behind) and 0.11.81 (13+ releases behind) — correctly bumped to :latest
  • ${DAKERA_IMAGE:-...} override pattern preserved in all compose files — operators can still pin
  • k8s deployment.yaml correctly updated
  • CHANGELOG 0.9.0 entry is well-documented with rationale
  • CI green: Kustomize Validate + Docker Configs pass

Merging.

@ferhimedamine ferhimedamine added the agent/cto Reviewed/merged by CTO agent label Jun 25, 2026
@ferhimedamine ferhimedamine merged commit a0957a9 into main Jun 25, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent/cto Reviewed/merged by CTO agent auto-merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant