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 2e233aa36c..f6abb225d5 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 2e233aa36c..f6abb225d5 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 2e233aa36c..f6abb225d5 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 2e233aa36c..f6abb225d5 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 container_name: ]]#${artifactId}#[[ ports: - "${ADVERTISED_HTTP_PORT}:9000" diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 00a35f8224..5df519e13b 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.2.5")) + System.getProperty("kalix-proxy.version", "1.2.7")) } // 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 e18c5b78b7..1b2f9aead3 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 6f07aff20b..4965a6dded 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 fe4cadb15e..3e7731b017 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 c74779f0aa..4967b759d0 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 86b3883f4e..b7677cda3b 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 303668d615..4c6e93a655 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 4f19ffffe4..be709ce52b 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 af59a0b0b3..f138da093e 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 51f38b3921..c60db4df87 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 9f43c565b2..3c2bcd0582 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 36f046491b..152fd43aa9 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 7dc254b8bb..3a7073fe2b 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 47d714181f..e58839f41a 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 55274aaa94..3d42c67abf 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 13195aa3d3..b1da8ee742 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 27fb7de53a..e8b156db15 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 2900bdf01a..ac0e8a4d39 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 77b2fe0cd3..7c3bdf3182 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 adc84d00de..e078845482 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 64f66b1530..0e5cbfc824 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 1050d25822..7492ca3625 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 c2f16ae8e6..cc63ab68bb 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 30e425ad40..5d54e9b3e2 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 bf57b011cf..b172d7a371 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 8ff8d1f192..f9fbfc03fb 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 9bc4315317..1e8e6e5e40 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 # 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 89977526ef..50411f7f43 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 6e931ddace..d5f325590d 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 20e83a7ed5..ea9b8bc5e9 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 fbf3b4e1a6..33c1942fef 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 165441050f..13737159fa 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 648730c64b..6e1c7316ec 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 fb95823465..02b76482d5 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 b9ea414d35..8911a2862e 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 39d6b6f0c8..5e9e1835b5 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 904507c767..02e1538aa5 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 3350c5cf8f..126c18983c 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 f21f21598e..534afd95ca 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 c2bac7a2e6..3a71701157 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 5baa26823e..d3c8fad682 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 65746280ca..5a80fcf1d4 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 f9dbe56dce..8cbb1df542 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 811d307347..bd2f6ec6bf 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 # 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 6269094597..73b6cfb9b6 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 fbdd51e5e0..d1b6fa5fa4 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 451553436d..7f72a7f8ba 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 d6b38449c9..b447b4e382 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 6b5ebea96e..44a9973aca 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 a36e277e43..ae9ae82f5e 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 cf503cc056..3f92b6302f 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 5aa12c74bd..2b6d0b7591 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 a23c55c590..2747ec816b 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 b8d632ffdf..8c7715f9c5 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 3f71da84bc..682ce90462 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 5167e7cc92..f321f68503 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 a1579b4a44..1089129513 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 a36e277e43..ae9ae82f5e 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 57f9241008..d34675ae0c 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 1bb98ab17c..286fa0d7b0 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 ead4bace53..30ea3e59c4 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 01b254ab6f..13fb9f747c 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 89567de978..6a6edd8fd5 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 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 8538c08d4d..0feb01ed57 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.2.5 + image: gcr.io/kalix-public/kalix-runtime:1.2.7 ports: - "9000:9000" extra_hosts: