diff --git a/maven-java/kalix-maven-archetype-event-sourced-entity/src/main/resources/archetype-resources/docker-compose.yml b/maven-java/kalix-maven-archetype-event-sourced-entity/src/main/resources/archetype-resources/docker-compose.yml index 76d62aee50..46d539c99b 100644 --- a/maven-java/kalix-maven-archetype-event-sourced-entity/src/main/resources/archetype-resources/docker-compose.yml +++ b/maven-java/kalix-maven-archetype-event-sourced-entity/src/main/resources/archetype-resources/docker-compose.yml @@ -5,7 +5,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: ]]#${artifactId}#[[ ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/maven-java/kalix-maven-archetype-value-entity/src/main/resources/archetype-resources/docker-compose.yml b/maven-java/kalix-maven-archetype-value-entity/src/main/resources/archetype-resources/docker-compose.yml index 76d62aee50..46d539c99b 100644 --- a/maven-java/kalix-maven-archetype-value-entity/src/main/resources/archetype-resources/docker-compose.yml +++ b/maven-java/kalix-maven-archetype-value-entity/src/main/resources/archetype-resources/docker-compose.yml @@ -5,7 +5,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: ]]#${artifactId}#[[ ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/maven-java/kalix-spring-boot-archetype/src/main/resources/archetype-resources/docker-compose.yml b/maven-java/kalix-spring-boot-archetype/src/main/resources/archetype-resources/docker-compose.yml index 76d62aee50..46d539c99b 100644 --- a/maven-java/kalix-spring-boot-archetype/src/main/resources/archetype-resources/docker-compose.yml +++ b/maven-java/kalix-spring-boot-archetype/src/main/resources/archetype-resources/docker-compose.yml @@ -5,7 +5,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: ]]#${artifactId}#[[ ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/maven-java/kalix-spring-boot-kotlin-archetype/src/main/resources/archetype-resources/docker-compose.yml b/maven-java/kalix-spring-boot-kotlin-archetype/src/main/resources/archetype-resources/docker-compose.yml index 76d62aee50..46d539c99b 100644 --- a/maven-java/kalix-spring-boot-kotlin-archetype/src/main/resources/archetype-resources/docker-compose.yml +++ b/maven-java/kalix-spring-boot-kotlin-archetype/src/main/resources/archetype-resources/docker-compose.yml @@ -5,7 +5,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: ]]#${artifactId}#[[ ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 608fdb0412..c19c914959 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -10,7 +10,7 @@ object Dependencies { val RuntimeVersion = System.getProperty( "kalix-runtime.version", // temporarily accept the old system property name - System.getProperty("kalix-proxy.version", "1.1.41")) + System.getProperty("kalix-proxy.version", "1.1.45")) } // changing the Scala version of the Java SDK affects end users diff --git a/samples/java-protobuf-customer-registry-kafka-quickstart/docker-compose.yml b/samples/java-protobuf-customer-registry-kafka-quickstart/docker-compose.yml index 43dbccb155..423ea39d69 100644 --- a/samples/java-protobuf-customer-registry-kafka-quickstart/docker-compose.yml +++ b/samples/java-protobuf-customer-registry-kafka-quickstart/docker-compose.yml @@ -1,7 +1,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-protobuf-customer-registry-kafka-quickstart # uncomment volumes when persistence is enabled # volumes: diff --git a/samples/java-protobuf-customer-registry-quickstart/docker-compose.yml b/samples/java-protobuf-customer-registry-quickstart/docker-compose.yml index 305655f78c..ce6da4b858 100644 --- a/samples/java-protobuf-customer-registry-quickstart/docker-compose.yml +++ b/samples/java-protobuf-customer-registry-quickstart/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-protobuf-customer-registry-quickstart ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-protobuf-customer-registry-views-quickstart/docker-compose.yml b/samples/java-protobuf-customer-registry-views-quickstart/docker-compose.yml index caddbfe6f9..99744b6424 100644 --- a/samples/java-protobuf-customer-registry-views-quickstart/docker-compose.yml +++ b/samples/java-protobuf-customer-registry-views-quickstart/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-protobuf-customer-registry-views-quickstart ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-protobuf-eventsourced-counter/docker-compose.yml b/samples/java-protobuf-eventsourced-counter/docker-compose.yml index 0c91459526..2d42e64515 100644 --- a/samples/java-protobuf-eventsourced-counter/docker-compose.yml +++ b/samples/java-protobuf-eventsourced-counter/docker-compose.yml @@ -1,7 +1,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-protobuf-eventsourced-counter ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-protobuf-eventsourced-customer-registry-subscriber/docker-compose-integration.yml b/samples/java-protobuf-eventsourced-customer-registry-subscriber/docker-compose-integration.yml index 93ad47403b..baed295bb9 100644 --- a/samples/java-protobuf-eventsourced-customer-registry-subscriber/docker-compose-integration.yml +++ b/samples/java-protobuf-eventsourced-customer-registry-subscriber/docker-compose-integration.yml @@ -5,7 +5,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-protobuf-eventsourced-customer-registry-subscriber depends_on: - kalix-runtime-customer-registry @@ -21,7 +21,7 @@ services: USER_SERVICE_PORT: "8081" kalix-runtime-customer-registry: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-protobuf-eventsourced-customer-registry ports: - "9000:9000" diff --git a/samples/java-protobuf-eventsourced-customer-registry-subscriber/docker-compose.yml b/samples/java-protobuf-eventsourced-customer-registry-subscriber/docker-compose.yml index 4445ea682f..8c480d0d55 100644 --- a/samples/java-protobuf-eventsourced-customer-registry-subscriber/docker-compose.yml +++ b/samples/java-protobuf-eventsourced-customer-registry-subscriber/docker-compose.yml @@ -6,7 +6,7 @@ services: # on the same local machine as the java-protobuf-eventsourced-customer-registry #tag::customer-registry-subscriber[] kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-protobuf-eventsourced-customer-registry-subscriber ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-protobuf-eventsourced-customer-registry/docker-compose.yml b/samples/java-protobuf-eventsourced-customer-registry/docker-compose.yml index 016351e39d..59a808bacc 100644 --- a/samples/java-protobuf-eventsourced-customer-registry/docker-compose.yml +++ b/samples/java-protobuf-eventsourced-customer-registry/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-protobuf-eventsourced-customer-registry ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-protobuf-eventsourced-shopping-cart/docker-compose.yml b/samples/java-protobuf-eventsourced-shopping-cart/docker-compose.yml index 1d2d567451..648d1966ff 100644 --- a/samples/java-protobuf-eventsourced-shopping-cart/docker-compose.yml +++ b/samples/java-protobuf-eventsourced-shopping-cart/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-protobuf-eventsourced-shopping-cart ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-protobuf-fibonacci-action/docker-compose.yml b/samples/java-protobuf-fibonacci-action/docker-compose.yml index 11138cd3dc..dc8966b1f0 100644 --- a/samples/java-protobuf-fibonacci-action/docker-compose.yml +++ b/samples/java-protobuf-fibonacci-action/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-protobuf-fibonacci-action ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-protobuf-first-service/docker-compose.yml b/samples/java-protobuf-first-service/docker-compose.yml index 4f1fa7d6c3..3d01925abf 100644 --- a/samples/java-protobuf-first-service/docker-compose.yml +++ b/samples/java-protobuf-first-service/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-protobuf-first-service ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-protobuf-reliable-timers/docker-compose.yml b/samples/java-protobuf-reliable-timers/docker-compose.yml index 7ad811f358..678839a23d 100644 --- a/samples/java-protobuf-reliable-timers/docker-compose.yml +++ b/samples/java-protobuf-reliable-timers/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-protobuf-reliable-timers ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-protobuf-replicatedentity-examples/docker-compose.yml b/samples/java-protobuf-replicatedentity-examples/docker-compose.yml index f12c5a50cf..81edfb0c3e 100644 --- a/samples/java-protobuf-replicatedentity-examples/docker-compose.yml +++ b/samples/java-protobuf-replicatedentity-examples/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-protobuf-replicatedentity-examples ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-protobuf-replicatedentity-shopping-cart/docker-compose.yml b/samples/java-protobuf-replicatedentity-shopping-cart/docker-compose.yml index e90edde87c..ac5d50701c 100644 --- a/samples/java-protobuf-replicatedentity-shopping-cart/docker-compose.yml +++ b/samples/java-protobuf-replicatedentity-shopping-cart/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-protobuf-replicatedentity-shopping-cart ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-protobuf-shopping-cart-quickstart/docker-compose.yml b/samples/java-protobuf-shopping-cart-quickstart/docker-compose.yml index 0b7b2f7951..6a58df1849 100644 --- a/samples/java-protobuf-shopping-cart-quickstart/docker-compose.yml +++ b/samples/java-protobuf-shopping-cart-quickstart/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-protobuf-shopping-cart-quickstart ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-protobuf-tracing/docker-compose.yml b/samples/java-protobuf-tracing/docker-compose.yml index d62bba98a5..3cb10e8831 100644 --- a/samples/java-protobuf-tracing/docker-compose.yml +++ b/samples/java-protobuf-tracing/docker-compose.yml @@ -5,7 +5,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: tracing ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-protobuf-transfer-workflow-compensation/docker-compose.yml b/samples/java-protobuf-transfer-workflow-compensation/docker-compose.yml index 023067061d..9893ee1e0f 100644 --- a/samples/java-protobuf-transfer-workflow-compensation/docker-compose.yml +++ b/samples/java-protobuf-transfer-workflow-compensation/docker-compose.yml @@ -1,7 +1,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-protobuf-transfer-workflow-compensation ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-protobuf-transfer-workflow/docker-compose.yml b/samples/java-protobuf-transfer-workflow/docker-compose.yml index 170361a7db..906755f202 100644 --- a/samples/java-protobuf-transfer-workflow/docker-compose.yml +++ b/samples/java-protobuf-transfer-workflow/docker-compose.yml @@ -1,7 +1,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-protobuf-transfer-workflow ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-protobuf-valueentity-counter/docker-compose.yml b/samples/java-protobuf-valueentity-counter/docker-compose.yml index 8c37b23352..86ed4a52a1 100644 --- a/samples/java-protobuf-valueentity-counter/docker-compose.yml +++ b/samples/java-protobuf-valueentity-counter/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-protobuf-valueentity-counter ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-protobuf-valueentity-customer-registry/docker-compose.yml b/samples/java-protobuf-valueentity-customer-registry/docker-compose.yml index 6b9d408e6a..afd9ebac38 100644 --- a/samples/java-protobuf-valueentity-customer-registry/docker-compose.yml +++ b/samples/java-protobuf-valueentity-customer-registry/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-protobuf-valueentity-customer-registry ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-protobuf-valueentity-shopping-cart/docker-compose.yml b/samples/java-protobuf-valueentity-shopping-cart/docker-compose.yml index d97e093276..2685bca9d3 100644 --- a/samples/java-protobuf-valueentity-shopping-cart/docker-compose.yml +++ b/samples/java-protobuf-valueentity-shopping-cart/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-protobuf-valueentity-shopping-cart ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-protobuf-view-store/docker-compose.yml b/samples/java-protobuf-view-store/docker-compose.yml index d5e1c75894..e18c39cff1 100644 --- a/samples/java-protobuf-view-store/docker-compose.yml +++ b/samples/java-protobuf-view-store/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-protobuf-view-store ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-protobuf-web-resources/docker-compose.yml b/samples/java-protobuf-web-resources/docker-compose.yml index fb37c70128..922d608ad1 100644 --- a/samples/java-protobuf-web-resources/docker-compose.yml +++ b/samples/java-protobuf-web-resources/docker-compose.yml @@ -1,7 +1,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-protobuf-web-resources ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-spring-choreography-saga-quickstart/docker-compose.yml b/samples/java-spring-choreography-saga-quickstart/docker-compose.yml index 242c588d94..b0928a9d26 100644 --- a/samples/java-spring-choreography-saga-quickstart/docker-compose.yml +++ b/samples/java-spring-choreography-saga-quickstart/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-spring-choreography-saga-quickstart ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-spring-customer-registry-quickstart/docker-compose.yml b/samples/java-spring-customer-registry-quickstart/docker-compose.yml index db93e84b47..f28ec6fdd7 100644 --- a/samples/java-spring-customer-registry-quickstart/docker-compose.yml +++ b/samples/java-spring-customer-registry-quickstart/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-spring-customer-registry-quickstart ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-spring-customer-registry-views-quickstart/docker-compose.yml b/samples/java-spring-customer-registry-views-quickstart/docker-compose.yml index ede2e9fe00..ca2a9776b8 100644 --- a/samples/java-spring-customer-registry-views-quickstart/docker-compose.yml +++ b/samples/java-spring-customer-registry-views-quickstart/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-spring-customer-registry-views-quickstart ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-spring-doc-snippets/docker-compose.yml b/samples/java-spring-doc-snippets/docker-compose.yml index b033fff8d8..7b644b4e33 100644 --- a/samples/java-spring-doc-snippets/docker-compose.yml +++ b/samples/java-spring-doc-snippets/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 # uncomment volumes when persistence is enabled volumes: # <1> - ./target/kalix:/var/kalix diff --git a/samples/java-spring-eventsourced-counter/docker-compose.yml b/samples/java-spring-eventsourced-counter/docker-compose.yml index 8bd1b69d48..ddbff849b9 100644 --- a/samples/java-spring-eventsourced-counter/docker-compose.yml +++ b/samples/java-spring-eventsourced-counter/docker-compose.yml @@ -1,7 +1,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-spring-eventsourced-counter ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-spring-eventsourced-customer-registry-subscriber/docker-compose-integration.yml b/samples/java-spring-eventsourced-customer-registry-subscriber/docker-compose-integration.yml index e824a3cffa..154ac989b0 100644 --- a/samples/java-spring-eventsourced-customer-registry-subscriber/docker-compose-integration.yml +++ b/samples/java-spring-eventsourced-customer-registry-subscriber/docker-compose-integration.yml @@ -5,7 +5,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-spring-eventsourced-customer-registry-subscriber depends_on: - kalix-runtime-customer-registry @@ -22,7 +22,7 @@ services: USER_SERVICE_PORT: "8081" kalix-runtime-customer-registry: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-spring-eventsourced-customer-registry ports: - "9000:9000" diff --git a/samples/java-spring-eventsourced-customer-registry-subscriber/docker-compose.yml b/samples/java-spring-eventsourced-customer-registry-subscriber/docker-compose.yml index 4fda29c6e0..4e67135c2f 100644 --- a/samples/java-spring-eventsourced-customer-registry-subscriber/docker-compose.yml +++ b/samples/java-spring-eventsourced-customer-registry-subscriber/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-spring-eventsourced-customer-registry-subscriber ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-spring-eventsourced-customer-registry/docker-compose.yml b/samples/java-spring-eventsourced-customer-registry/docker-compose.yml index 68fe67d7d2..7b55b7fa5d 100644 --- a/samples/java-spring-eventsourced-customer-registry/docker-compose.yml +++ b/samples/java-spring-eventsourced-customer-registry/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-spring-eventsourced-customer-registry ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-spring-eventsourced-shopping-cart/docker-compose.yml b/samples/java-spring-eventsourced-shopping-cart/docker-compose.yml index 53152ea2fd..e03e442d7d 100644 --- a/samples/java-spring-eventsourced-shopping-cart/docker-compose.yml +++ b/samples/java-spring-eventsourced-shopping-cart/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-spring-eventsourced-shopping-cart ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-spring-fibonacci-action/docker-compose.yml b/samples/java-spring-fibonacci-action/docker-compose.yml index 295427f95d..dcf8ef1159 100644 --- a/samples/java-spring-fibonacci-action/docker-compose.yml +++ b/samples/java-spring-fibonacci-action/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-spring-fibonacci-action ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-spring-reliable-timers/docker-compose.yml b/samples/java-spring-reliable-timers/docker-compose.yml index 6daa2d999c..2204549bf6 100644 --- a/samples/java-spring-reliable-timers/docker-compose.yml +++ b/samples/java-spring-reliable-timers/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-spring-reliable-timers ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-spring-shopping-cart-quickstart/docker-compose.yml b/samples/java-spring-shopping-cart-quickstart/docker-compose.yml index fa06d28e57..220b318243 100644 --- a/samples/java-spring-shopping-cart-quickstart/docker-compose.yml +++ b/samples/java-spring-shopping-cart-quickstart/docker-compose.yml @@ -5,7 +5,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-spring-shopping-cart-quickstart ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-spring-tracing/docker-compose.yml b/samples/java-spring-tracing/docker-compose.yml index 304ab1c026..1cbcdfd4db 100644 --- a/samples/java-spring-tracing/docker-compose.yml +++ b/samples/java-spring-tracing/docker-compose.yml @@ -1,7 +1,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: tracing ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-spring-transfer-workflow-compensation/docker-compose.yml b/samples/java-spring-transfer-workflow-compensation/docker-compose.yml index 6808e75cca..9671e40d77 100644 --- a/samples/java-spring-transfer-workflow-compensation/docker-compose.yml +++ b/samples/java-spring-transfer-workflow-compensation/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-spring-transfer-workflow-compensation ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-spring-transfer-workflow/docker-compose.yml b/samples/java-spring-transfer-workflow/docker-compose.yml index 238ca7fdd0..0bf3edc733 100644 --- a/samples/java-spring-transfer-workflow/docker-compose.yml +++ b/samples/java-spring-transfer-workflow/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-spring-transfer-workflow ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-spring-valueentity-counter/docker-compose.yml b/samples/java-spring-valueentity-counter/docker-compose.yml index 5940e40297..0a635c2c68 100644 --- a/samples/java-spring-valueentity-counter/docker-compose.yml +++ b/samples/java-spring-valueentity-counter/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-spring-valueentity-counter ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-spring-valueentity-customer-registry/docker-compose.yml b/samples/java-spring-valueentity-customer-registry/docker-compose.yml index fdb1cf1c2a..52f1987918 100644 --- a/samples/java-spring-valueentity-customer-registry/docker-compose.yml +++ b/samples/java-spring-valueentity-customer-registry/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-spring-valueentity-customer-registry ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-spring-valueentity-shopping-cart/docker-compose.yml b/samples/java-spring-valueentity-shopping-cart/docker-compose.yml index 45eedb9663..4cd0c575f0 100644 --- a/samples/java-spring-valueentity-shopping-cart/docker-compose.yml +++ b/samples/java-spring-valueentity-shopping-cart/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-spring-valueentity-shopping-cart ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/java-spring-view-store/docker-compose.yml b/samples/java-spring-view-store/docker-compose.yml index e227a0f6d6..58143aa8d9 100644 --- a/samples/java-spring-view-store/docker-compose.yml +++ b/samples/java-spring-view-store/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: java-spring-view-store ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/scala-protobuf-customer-registry-quickstart/docker-compose.yml b/samples/scala-protobuf-customer-registry-quickstart/docker-compose.yml index 8f95fac5d1..f232fd046b 100644 --- a/samples/scala-protobuf-customer-registry-quickstart/docker-compose.yml +++ b/samples/scala-protobuf-customer-registry-quickstart/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: scala-protobuf-customer-registry-quickstart ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/scala-protobuf-doc-snippets/docker-compose.yml b/samples/scala-protobuf-doc-snippets/docker-compose.yml index 92f6d2d859..880f7a8c03 100644 --- a/samples/scala-protobuf-doc-snippets/docker-compose.yml +++ b/samples/scala-protobuf-doc-snippets/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 # uncomment volumes when persistence is enabled volumes: # <1> - ./target/kalix:/var/kalix diff --git a/samples/scala-protobuf-eventsourced-counter/docker-compose.yml b/samples/scala-protobuf-eventsourced-counter/docker-compose.yml index c5ca7353fa..41393c50b1 100644 --- a/samples/scala-protobuf-eventsourced-counter/docker-compose.yml +++ b/samples/scala-protobuf-eventsourced-counter/docker-compose.yml @@ -1,7 +1,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: scala-protobuf-eventsourced-counter ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/scala-protobuf-eventsourced-customer-registry-subscriber/docker-compose-integration.yml b/samples/scala-protobuf-eventsourced-customer-registry-subscriber/docker-compose-integration.yml index d608186249..27b10c5336 100644 --- a/samples/scala-protobuf-eventsourced-customer-registry-subscriber/docker-compose-integration.yml +++ b/samples/scala-protobuf-eventsourced-customer-registry-subscriber/docker-compose-integration.yml @@ -5,7 +5,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: scala-protobuf-eventsourced-customer-registry-subscriber depends_on: - kalix-runtime-customer-registry @@ -21,7 +21,7 @@ services: USER_SERVICE_PORT: "8081" kalix-runtime-customer-registry: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: scala-protobuf-eventsourced-customer-registry ports: - "9000:9000" diff --git a/samples/scala-protobuf-eventsourced-customer-registry-subscriber/docker-compose.yml b/samples/scala-protobuf-eventsourced-customer-registry-subscriber/docker-compose.yml index 21879d5e05..6fd4062c0c 100644 --- a/samples/scala-protobuf-eventsourced-customer-registry-subscriber/docker-compose.yml +++ b/samples/scala-protobuf-eventsourced-customer-registry-subscriber/docker-compose.yml @@ -3,7 +3,7 @@ services: # note the ports being different from other sample docker-compose files to allow this service to run # on the same local machine as the scala-protobuf-eventsourced-customer-registry kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: scala-protobuf-eventsourced-customer-registry-subscriber ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/scala-protobuf-eventsourced-customer-registry/docker-compose.yml b/samples/scala-protobuf-eventsourced-customer-registry/docker-compose.yml index 0cc2d80a98..05b87f2949 100644 --- a/samples/scala-protobuf-eventsourced-customer-registry/docker-compose.yml +++ b/samples/scala-protobuf-eventsourced-customer-registry/docker-compose.yml @@ -1,7 +1,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: scala-protobuf-eventsourced-customer-registry ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/scala-protobuf-eventsourced-shopping-cart/docker-compose.yml b/samples/scala-protobuf-eventsourced-shopping-cart/docker-compose.yml index ef4a714e03..35010817cc 100644 --- a/samples/scala-protobuf-eventsourced-shopping-cart/docker-compose.yml +++ b/samples/scala-protobuf-eventsourced-shopping-cart/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: scala-protobuf-eventsourced-shopping-cart ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/scala-protobuf-fibonacci-action/docker-compose.yml b/samples/scala-protobuf-fibonacci-action/docker-compose.yml index 3c8f3fac53..e78d8028a1 100644 --- a/samples/scala-protobuf-fibonacci-action/docker-compose.yml +++ b/samples/scala-protobuf-fibonacci-action/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: scala-protobuf-fibonacci-action ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/scala-protobuf-first-service/docker-compose.yml b/samples/scala-protobuf-first-service/docker-compose.yml index b5b129d683..474c58bd32 100644 --- a/samples/scala-protobuf-first-service/docker-compose.yml +++ b/samples/scala-protobuf-first-service/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: scala-protobuf-first-service ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/scala-protobuf-reliable-timers/docker-compose.yml b/samples/scala-protobuf-reliable-timers/docker-compose.yml index a379eac34e..3e881614bf 100644 --- a/samples/scala-protobuf-reliable-timers/docker-compose.yml +++ b/samples/scala-protobuf-reliable-timers/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: scala-protobuf-reliable-timers ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/scala-protobuf-replicatedentity-examples/docker-compose.yml b/samples/scala-protobuf-replicatedentity-examples/docker-compose.yml index 03d3acb6da..66509e57c0 100644 --- a/samples/scala-protobuf-replicatedentity-examples/docker-compose.yml +++ b/samples/scala-protobuf-replicatedentity-examples/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: scala-protobuf-replicatedentity-examples ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/scala-protobuf-replicatedentity-shopping-cart/docker-compose.yml b/samples/scala-protobuf-replicatedentity-shopping-cart/docker-compose.yml index 90a417914e..944d71c0b7 100644 --- a/samples/scala-protobuf-replicatedentity-shopping-cart/docker-compose.yml +++ b/samples/scala-protobuf-replicatedentity-shopping-cart/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: scala-protobuf-replicatedentity-shopping-cart ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/scala-protobuf-tracing/docker-compose.yml b/samples/scala-protobuf-tracing/docker-compose.yml index c677e16a3b..530428b23f 100644 --- a/samples/scala-protobuf-tracing/docker-compose.yml +++ b/samples/scala-protobuf-tracing/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: tracing ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/scala-protobuf-transfer-workflow-compensation/docker-compose.yml b/samples/scala-protobuf-transfer-workflow-compensation/docker-compose.yml index 8b6d26b2f2..148b69d23a 100644 --- a/samples/scala-protobuf-transfer-workflow-compensation/docker-compose.yml +++ b/samples/scala-protobuf-transfer-workflow-compensation/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: scala-protobuf-transfer-workflow-compensation ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/scala-protobuf-transfer-workflow/docker-compose.yml b/samples/scala-protobuf-transfer-workflow/docker-compose.yml index 29958d94c5..3e71b624cb 100644 --- a/samples/scala-protobuf-transfer-workflow/docker-compose.yml +++ b/samples/scala-protobuf-transfer-workflow/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: scala-protobuf-transfer-workflow ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/scala-protobuf-validated/docker-compose.yml b/samples/scala-protobuf-validated/docker-compose.yml index 3c8f3fac53..e78d8028a1 100644 --- a/samples/scala-protobuf-validated/docker-compose.yml +++ b/samples/scala-protobuf-validated/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: scala-protobuf-fibonacci-action ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/scala-protobuf-valueentity-counter/docker-compose.yml b/samples/scala-protobuf-valueentity-counter/docker-compose.yml index 41a20f0377..78bf11b003 100644 --- a/samples/scala-protobuf-valueentity-counter/docker-compose.yml +++ b/samples/scala-protobuf-valueentity-counter/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: scala-protobuf-valueentity-counter ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/scala-protobuf-valueentity-customer-registry/docker-compose.yml b/samples/scala-protobuf-valueentity-customer-registry/docker-compose.yml index df854b03b6..adb04f83c3 100644 --- a/samples/scala-protobuf-valueentity-customer-registry/docker-compose.yml +++ b/samples/scala-protobuf-valueentity-customer-registry/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: scala-protobuf-valueentity-customer-registry ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/scala-protobuf-valueentity-shopping-cart/docker-compose.yml b/samples/scala-protobuf-valueentity-shopping-cart/docker-compose.yml index 6699e06d00..73f3bd5267 100644 --- a/samples/scala-protobuf-valueentity-shopping-cart/docker-compose.yml +++ b/samples/scala-protobuf-valueentity-shopping-cart/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: scala-protobuf-valueentity-shopping-cart ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/scala-protobuf-view-store/docker-compose.yml b/samples/scala-protobuf-view-store/docker-compose.yml index 13bcedc774..9ba99bd2f9 100644 --- a/samples/scala-protobuf-view-store/docker-compose.yml +++ b/samples/scala-protobuf-view-store/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: scala-protobuf-view-store ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/samples/scala-protobuf-web-resources/docker-compose.yml b/samples/scala-protobuf-web-resources/docker-compose.yml index f8a0198489..dc4b2697b0 100644 --- a/samples/scala-protobuf-web-resources/docker-compose.yml +++ b/samples/scala-protobuf-web-resources/docker-compose.yml @@ -1,7 +1,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 container_name: scala-protobuf-web-resources ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/sdk/java-sdk-spring/docker-compose-integration.yml b/sdk/java-sdk-spring/docker-compose-integration.yml index b770da8ea7..bd3c595568 100644 --- a/sdk/java-sdk-spring/docker-compose-integration.yml +++ b/sdk/java-sdk-spring/docker-compose-integration.yml @@ -1,7 +1,7 @@ version: "3" services: kalix-runtime: - image: gcr.io/kalix-public/kalix-runtime:1.1.41 + image: gcr.io/kalix-public/kalix-runtime:1.1.45 ports: - "9000:9000" extra_hosts: