Skip to content

Commit f6439e6

Browse files
committed
Bump released Restate version to 1.5.5
We are currently preparing for the v1.6 release on restatedev/restate:main and have merged changes that might not longer be compatible with v1.4. Hence, we bump the released Restate version to the latest v1.5 version.
1 parent 2082760 commit f6439e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-verification.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
export DRIVER_IMAGE=${DRIVER_IMAGE:-"ghcr.io/restatedev/e2e-verification-runner:main"}
77
export RESTATE_CONTAINER_IMAGE=${RESTATE_CONTAINER_IMAGE:-"ghcr.io/restatedev/restate:main"}
8-
export RESTATE_RELEASED_CONTAINER_IMAGE=${RESTATE_RELEASED_CONTAINER_IMAGE:-"restatedev/restate:1.4.4"}
8+
export RESTATE_RELEASED_CONTAINER_IMAGE=${RESTATE_RELEASED_CONTAINER_IMAGE:-"restatedev/restate:1.5.5"}
99
export SERVICES_CONTAINER_IMAGE=${SERVICES_CONTAINER_IMAGE:-"ghcr.io/restatedev/test-services-node:main"}
1010
export ENV_FILE=${ENV_FILE:-"correctness/env.json"}
1111
export PARAMS_FILE=${PARAMS_FILE:-"correctness/params.json"}

0 commit comments

Comments
 (0)