Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .agents/skills/bump-dependency/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/docs/operations/latest-release.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
Loading