Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto PR - Kalix Runtime version 1.1.27 #1903

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: ]]#${artifactId}#[[
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: ]]#${artifactId}#[[
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: ]]#${artifactId}#[[
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: ]]#${artifactId}#[[
ports:
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Dependencies {
object Kalix {
val ProtocolVersionMajor = 1
val ProtocolVersionMinor = 1
val ProxyVersion = System.getProperty("kalix-proxy.version", "1.1.26")
val ProxyVersion = System.getProperty("kalix-proxy.version", "1.1.27")
}

// changing the Scala version of the Java SDK affects end users
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-protobuf-customer-registry-kafka-quickstart
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-protobuf-customer-registry-quickstart
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-protobuf-customer-registry-views-quickstart
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-protobuf-eventsourced-counter
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-protobuf-eventsourced-customer-registry-subscriber
depends_on:
- kalix-proxy-customer-registry
Expand All @@ -20,7 +20,7 @@ services:
USER_FUNCTION_PORT: "8081"

kalix-proxy-customer-registry:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-protobuf-eventsourced-customer-registry
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
# on the same local machine as the java-protobuf-eventsourced-customer-registry
#tag::customer-registry-subscriber[]
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-protobuf-eventsourced-customer-registry-subscriber
ports:
- "9001:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-protobuf-eventsourced-customer-registry
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-protobuf-eventsourced-shopping-cart
ports:
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion samples/java-protobuf-fibonacci-action/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-protobuf-fibonacci-action
ports:
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion samples/java-protobuf-first-service/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-protobuf-first-service
ports:
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion samples/java-protobuf-reliable-timers/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-protobuf-reliable-timers
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-protobuf-replicatedentity-examples
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-protobuf-replicatedentity-shopping-cart
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-protobuf-shopping-cart-quickstart
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-protobuf-valueentity-counter
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-protobuf-valueentity-customer-registry
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-protobuf-valueentity-shopping-cart
ports:
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion samples/java-protobuf-view-store/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-protobuf-view-store
ports:
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion samples/java-protobuf-web-resources/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-protobuf-web-resources
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-spring-customer-registry-quickstart
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-spring-customer-registry-views-quickstart
ports:
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion samples/java-spring-doc-snippets/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-spring-eventsourced-counter
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-spring-eventsourced-customer-registry-subscriber
depends_on:
- kalix-proxy-customer-registry
Expand All @@ -20,7 +20,7 @@ services:
USER_FUNCTION_PORT: "8081"

kalix-proxy-customer-registry:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-spring-eventsourced-customer-registry
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-spring-eventsourced-customer-registry-subscriber
ports:
- "9001:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-spring-eventsourced-customer-registry
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-spring-eventsourced-shopping-cart
ports:
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion samples/java-spring-fibonacci-action/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-spring-fibonacci-action
ports:
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion samples/java-spring-reliable-timers/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-spring-reliable-timers
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-spring-shopping-cart-quickstart
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-spring-transfer-workflow-compensation
ports:
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion samples/java-spring-transfer-workflow/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-spring-transfer-workflow
ports:
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion samples/java-spring-valueentity-counter/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-spring-valueentity-counter
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-spring-valueentity-customer-registry
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-spring-valueentity-shopping-cart
ports:
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion samples/java-spring-view-store/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: java-spring-view-store
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.24
image: gcr.io/kalix-public/kalix-proxy:1.1.27
container_name: scala-protobuf-customer-registry-quickstart
ports:
- "9000:9000"
Expand Down
Loading