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..0431a84f38 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.42 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..0431a84f38 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.42 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..0431a84f38 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.42 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..0431a84f38 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.42 container_name: ]]#${artifactId}#[[ ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 608fdb0412..74c20cf568 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.42")) } // 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..99692acc92 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.42 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..a04ab1c436 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.42 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..0db4c88fd4 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.42 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..a2de1dab9f 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.42 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..0ad01bd708 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.42 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.42 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..acf401dd50 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.42 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..3c426b4cd7 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.42 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..af891373b4 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.42 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..617b55f3e5 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.42 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..85c4791ce4 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.42 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..294b7f13ca 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.42 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..f4293b5b98 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.42 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..72c773b77c 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.42 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..b377b2a285 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.42 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..f95ed00838 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.42 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..024684756c 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.42 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..23506998ec 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.42 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..caac26b463 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.42 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..e1c069869f 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.42 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..95a88320fa 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.42 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..d880676ed1 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.42 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..306688ae87 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.42 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..fa9dbc18a0 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.42 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..0462b84ebc 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.42 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..78bfa75751 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.42 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..851bf05bb6 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.42 # 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..d4f885411c 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.42 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..5373fee070 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.42 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.42 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..cfbe40b143 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.42 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..83335ab2c0 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.42 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..165885597b 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.42 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..97ce53d2eb 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.42 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..2c0f381da6 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.42 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..2e84f4cf2e 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.42 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..54bf15d060 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.42 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..99cbaa6dfb 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.42 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..45db41d493 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.42 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..41aa22ae86 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.42 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..9fbb1bccfc 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.42 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..5fb3b2669a 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.42 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..e4b7168d5d 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.42 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..95dcdb87a4 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.42 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..6b07e1f015 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.42 # 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..ffdbeb03d7 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.42 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..3081825ab4 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.42 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.42 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..4a902214b5 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.42 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..c6fbd4e489 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.42 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..7fd81f92a8 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.42 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..01b8ea965e 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.42 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..c59dbe1270 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.42 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..84871cd4cd 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.42 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..524742ce43 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.42 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..650d3bda0d 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.42 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..4cabe85591 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.42 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..bb93789028 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.42 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..e97d44faef 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.42 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..01b8ea965e 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.42 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..294daaf986 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.42 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..a125677eee 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.42 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..9d07477477 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.42 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..c9ac0f701f 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.42 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..4a586fff4d 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.42 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..9345ea84d0 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.42 ports: - "9000:9000" extra_hosts: