From 21079ddecf00fa90c787dcfade557d4e097192d3 Mon Sep 17 00:00:00 2001 From: Hyeonki Hong Date: Fri, 27 Mar 2026 21:03:02 +0900 Subject: [PATCH 1/2] NO-ISSUE: chore(deploy): bump heimdall-proxy to v0.7.0 Co-Authored-By: Claude Opus 4.6 (1M context) --- .../templates/runtime-bases/vllm-decode-dp.helm.yaml | 2 +- .../templates/runtime-bases/vllm-decode-pp.helm.yaml | 2 +- .../templates/runtime-bases/vllm-decode.helm.yaml | 2 +- .../templates/utils/sim-decode-dp.helm.yaml | 2 +- .../moai-inference-preset/templates/utils/sim-decode.helm.yaml | 2 +- website/docs/operations/latest-release.mdx | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deploy/helm/moai-inference-preset/templates/runtime-bases/vllm-decode-dp.helm.yaml b/deploy/helm/moai-inference-preset/templates/runtime-bases/vllm-decode-dp.helm.yaml index 6cc4de6..2ce2c26 100644 --- a/deploy/helm/moai-inference-preset/templates/runtime-bases/vllm-decode-dp.helm.yaml +++ b/deploy/helm/moai-inference-preset/templates/runtime-bases/vllm-decode-dp.helm.yaml @@ -18,7 +18,7 @@ spec: - name: moreh-registry initContainers: - name: proxy - image: 255250787067.dkr.ecr.ap-northeast-2.amazonaws.com/heimdall-proxy:v0.7.0-rc.5 + image: 255250787067.dkr.ecr.ap-northeast-2.amazonaws.com/heimdall-proxy:v0.7.0 restartPolicy: Always command: - /bin/bash diff --git a/deploy/helm/moai-inference-preset/templates/runtime-bases/vllm-decode-pp.helm.yaml b/deploy/helm/moai-inference-preset/templates/runtime-bases/vllm-decode-pp.helm.yaml index d06fad9..c91a663 100644 --- a/deploy/helm/moai-inference-preset/templates/runtime-bases/vllm-decode-pp.helm.yaml +++ b/deploy/helm/moai-inference-preset/templates/runtime-bases/vllm-decode-pp.helm.yaml @@ -18,7 +18,7 @@ spec: - name: moreh-registry initContainers: - name: proxy - image: 255250787067.dkr.ecr.ap-northeast-2.amazonaws.com/heimdall-proxy:v0.7.0-rc.5 + image: 255250787067.dkr.ecr.ap-northeast-2.amazonaws.com/heimdall-proxy:v0.7.0 restartPolicy: Always command: - /bin/bash diff --git a/deploy/helm/moai-inference-preset/templates/runtime-bases/vllm-decode.helm.yaml b/deploy/helm/moai-inference-preset/templates/runtime-bases/vllm-decode.helm.yaml index 5e63346..d1c3b5c 100644 --- a/deploy/helm/moai-inference-preset/templates/runtime-bases/vllm-decode.helm.yaml +++ b/deploy/helm/moai-inference-preset/templates/runtime-bases/vllm-decode.helm.yaml @@ -17,7 +17,7 @@ spec: - name: moreh-registry initContainers: - name: proxy - image: 255250787067.dkr.ecr.ap-northeast-2.amazonaws.com/heimdall-proxy:v0.7.0-rc.5 + image: 255250787067.dkr.ecr.ap-northeast-2.amazonaws.com/heimdall-proxy:v0.7.0 restartPolicy: Always command: - /bin/bash diff --git a/deploy/helm/moai-inference-preset/templates/utils/sim-decode-dp.helm.yaml b/deploy/helm/moai-inference-preset/templates/utils/sim-decode-dp.helm.yaml index 3894fc3..0024b88 100644 --- a/deploy/helm/moai-inference-preset/templates/utils/sim-decode-dp.helm.yaml +++ b/deploy/helm/moai-inference-preset/templates/utils/sim-decode-dp.helm.yaml @@ -18,7 +18,7 @@ spec: - name: moreh-registry initContainers: - name: proxy - image: 255250787067.dkr.ecr.ap-northeast-2.amazonaws.com/heimdall-proxy:v0.7.0-rc.5 + image: 255250787067.dkr.ecr.ap-northeast-2.amazonaws.com/heimdall-proxy:v0.7.0 restartPolicy: Always command: - /bin/bash diff --git a/deploy/helm/moai-inference-preset/templates/utils/sim-decode.helm.yaml b/deploy/helm/moai-inference-preset/templates/utils/sim-decode.helm.yaml index c906d29..131d7d6 100644 --- a/deploy/helm/moai-inference-preset/templates/utils/sim-decode.helm.yaml +++ b/deploy/helm/moai-inference-preset/templates/utils/sim-decode.helm.yaml @@ -17,7 +17,7 @@ spec: - name: moreh-registry initContainers: - name: proxy - image: 255250787067.dkr.ecr.ap-northeast-2.amazonaws.com/heimdall-proxy:v0.7.0-rc.5 + image: 255250787067.dkr.ecr.ap-northeast-2.amazonaws.com/heimdall-proxy:v0.7.0 restartPolicy: Always command: - /bin/bash diff --git a/website/docs/operations/latest-release.mdx b/website/docs/operations/latest-release.mdx index fccdcb2..a6de3b2 100644 --- a/website/docs/operations/latest-release.mdx +++ b/website/docs/operations/latest-release.mdx @@ -22,7 +22,7 @@ The following table lists the latest released versions of MIF components and the | Odin | v0.8.0 | Helm sub-chart | | Odin CRD | v0.8.0 | Helm sub-chart | | Heimdall | v0.7.1 | External Helm chart | -| heimdall-proxy | v0.7.0-rc.5 | Container image | +| heimdall-proxy | v0.7.0 | Container image | | LWS | 0.8.0 | Helm sub-chart | | moreh-vLLM preset | 0.15.0-260226-rc2 | Preset directory | From 4e6ebc9b2139b4afab3e0eddb1ecaec89fe1e2c2 Mon Sep 17 00:00:00 2001 From: Hyeonki Hong Date: Fri, 27 Mar 2026 21:03:07 +0900 Subject: [PATCH 2/2] NO-ISSUE: chore(skills): strengthen latest-release update requirement in bump-dependency skill Co-Authored-By: Claude Opus 4.6 (1M context) --- .agents/skills/bump-dependency/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.agents/skills/bump-dependency/SKILL.md b/.agents/skills/bump-dependency/SKILL.md index dfc9a01..c37a7ea 100644 --- a/.agents/skills/bump-dependency/SKILL.md +++ b/.agents/skills/bump-dependency/SKILL.md @@ -7,7 +7,7 @@ description: Guide for updating MIF dependency versions. Use this skill when ask ## Overview -MIF depends on several components whose versions are tracked across Helm charts, container image references, preset directories, and website documentation. This guide ensures all references are updated consistently when bumping a dependency. After every version bump, also update the version table in `website/docs/operations/latest-release.mdx`. +MIF depends on several components whose versions are tracked across Helm charts, container image references, preset directories, and website documentation. This guide ensures all references are updated consistently when bumping a dependency. After every version bump, you **must** also update the version table in `website/docs/operations/latest-release.mdx`. ## Components