From c8e533bcc5900965d3cca92e06fbb2a5ef350811 Mon Sep 17 00:00:00 2001 From: bussyjd Date: Sun, 26 Apr 2026 11:29:48 +0800 Subject: [PATCH] chore: bump frontend image to v0.1.17-rc.4 Includes the 7 dependabot bumps (next, copilotkit, react-query, prettier, eslint-config-next, @next/eslint-plugin-next), aligns @copilotkit/react-core to 1.56.3, and CI publishes -dev images from integration/* branches now. --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index d62822e3..cdfb6f8d 100644 --- a/justfile +++ b/justfile @@ -75,7 +75,7 @@ dev-frontend-reset: set -e echo "→ Resetting frontend to released image" obol kubectl set image deployment/obol-frontend-obol-app \ - obol-app=obolnetwork/obol-stack-front-end:v0.1.16 -n obol-frontend + obol-app=obolnetwork/obol-stack-front-end:v0.1.17-rc.4 -n obol-frontend obol kubectl rollout restart deployment/obol-frontend-obol-app -n obol-frontend obol kubectl rollout status deployment/obol-frontend-obol-app -n obol-frontend --timeout=120s echo "✓ Frontend reset to released image"