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 46d539c99b..cded435379 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 46d539c99b..cded435379 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 46d539c99b..cded435379 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 46d539c99b..cded435379 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 container_name: ]]#${artifactId}#[[ ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 0e34fa6f78..0fbdde315e 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.45")) + System.getProperty("kalix-proxy.version", "1.1.48")) } // 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 423ea39d69..2a6305fcd8 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 ce6da4b858..8c2cd8ebcc 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 99744b6424..99e8bd6178 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 2d42e64515..81807f3625 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 baed295bb9..a4e05863c7 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 8c480d0d55..23c6cdea9b 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 59a808bacc..b632b8b428 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 648d1966ff..086b190f5c 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 dc8966b1f0..99668baa25 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 3d01925abf..3ae2918ba0 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 678839a23d..ec22841c57 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 81edfb0c3e..c492d107a1 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 ac5d50701c..d1d1ce0ddd 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 6a58df1849..bfd671d728 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 3cb10e8831..b991ccf633 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 9893ee1e0f..9eb1287e43 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 906755f202..b558cb5567 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 86ed4a52a1..97e56169c4 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 afd9ebac38..cd61c516be 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 2685bca9d3..75ee9969d9 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 e18c39cff1..6cd75ff561 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 922d608ad1..cf5aa65d8b 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 b0928a9d26..13138d93b1 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 f28ec6fdd7..69cac4a72d 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 ca2a9776b8..447f6826e9 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 7b644b4e33..f7bb29ea06 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 # 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 ddbff849b9..b47939f0ff 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 154ac989b0..ee389e8601 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 4e67135c2f..0e0096314f 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 7b55b7fa5d..08a4351701 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 e03e442d7d..f121130a0a 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 dcf8ef1159..56f7d5d16c 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 2204549bf6..3fdd9deadd 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 220b318243..b2144bec67 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 1cbcdfd4db..90d091aea6 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 9671e40d77..2b577d27e9 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 0bf3edc733..81931e2e2a 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 0a635c2c68..9fe1344cc8 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 52f1987918..dcd531bd31 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 4cd0c575f0..2b9cb0986b 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 58143aa8d9..c3c0009e27 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 f232fd046b..d2d2a81935 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 880f7a8c03..d8c9434fb3 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 # 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 41393c50b1..41a53ef85d 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 27b10c5336..5dcd4554d0 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 6fd4062c0c..e9df281fd3 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 05b87f2949..bcaaca375b 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 35010817cc..8cc7c400bf 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 e78d8028a1..b0dfb4a52e 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 474c58bd32..71e16701b4 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 3e881614bf..6b7f9c4123 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 66509e57c0..557f71cfd9 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 944d71c0b7..e209891385 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 530428b23f..90090ce99c 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 148b69d23a..bc5a7fec5d 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 3e71b624cb..5e8278838e 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 e78d8028a1..b0dfb4a52e 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 78bf11b003..216a36e79d 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 adb04f83c3..5aa4a31954 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 73f3bd5267..aaae14a14b 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 9ba99bd2f9..44ac3b716e 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 dc4b2697b0..39fac35f83 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 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 bd3c595568..313e1f278c 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.45 + image: gcr.io/kalix-public/kalix-runtime:1.1.48 ports: - "9000:9000" extra_hosts: