chore(release): bump remaining image tags to :latest + CHANGELOG 0.9.0#244
Merged
Conversation
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>
Contributor
Author
|
🤖 [Agent: CTO] — Code Review ✅ Classification: Review:
Merging. |
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
PR#243 updated
docker/docker-compose.ymlbut left three configs still on stale pinned tags. This PR completes the cleanup:docker/docker-compose.ha.ymloptA-baked-ec6ef91(30+ releases behind):latestdocker/docker-compose.local.yml0.11.81(13+ releases behind):latestk8s/dakera/deployment.yamloptA-baked-ec6ef91(30+ releases behind):latestAlso 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 originaloptA-baked-ec6ef91pin is fully resolved.Operator override: The
${DAKERA_IMAGE:-...}pattern is preserved in all compose files. Pin a specific version by settingDAKERA_IMAGE=ghcr.io/dakera-ai/dakera:v0.11.94in.env.Test plan
grep -r "optA-baked\|0\.11\.81\|0\.11\.90" docker/ k8s/returns nothing in these files):latesttag (no${...}env var syntax — consistent with existing k8s style)🤖 Generated with Claude Code