Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit fb400f2

Browse files
chore: release runtime v0.18.4 (#939)
1 parent ba9a685 commit fb400f2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ NOTE: all releases may include dependency updates, not specifically mentioned
77
## UNRELEASED
88

99
- feat: integrate try-as library [#912](https://github.com/hypermodeinc/modus/pull/912)
10+
11+
## 2025-07-09 - Runtime v0.18.4
12+
1013
- feat: improve sentry usage [#931](https://github.com/hypermodeinc/modus/pull/931) [#937](https://github.com/hypermodeinc/modus/pull/937)
1114
- fix: write inference history directly [#938](https://github.com/hypermodeinc/modus/pull/938)
1215

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ COPY --from=node-builder /src/dist ./explorer/content/dist
3636

3737
# build the runtime binary
3838
ARG TARGETOS TARGETARCH RUNTIME_RELEASE_VERSION
39-
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o modus_runtime -ldflags "-s -w -X github.com/hypermodeinc/modus/runtime/app.version=$RUNTIME_RELEASE_VERSION" .
39+
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o modus_runtime -ldflags "-X github.com/hypermodeinc/modus/runtime/app.version=$RUNTIME_RELEASE_VERSION" .
4040

4141
# build the container image
4242
FROM ubuntu:24.04

0 commit comments

Comments
 (0)