Skip to content

Commit

Permalink
bump: Akka Projections 1.5.0 in samples (#1056)
Browse files Browse the repository at this point in the history
* cleanup of images
  • Loading branch information
patriknw authored Oct 25, 2023
1 parent 3e6f058 commit 84cd867
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion samples/grpc/iot-service-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ val AkkaHttpVersion = "10.6.0"
val AkkaManagementVersion = "1.5.0"
val AkkaPersistenceR2dbcVersion = "1.2.0"
val AkkaProjectionVersion =
sys.props.getOrElse("akka-projection.version", "1.5.0-M5")
sys.props.getOrElse("akka-projection.version", "1.5.0")
val AkkaDiagnosticsVersion = "2.1.0"

enablePlugins(AkkaGrpcPlugin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
containers:
- name: local-drone-control-service
# use specific image version from docker publish
image: johanandren/local-drone-control:20230922-090652-37e49e0
image: local-drone-control:latest
# these will need to be increased/tuned for production environments!
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
containers:
- name: restaurant-drone-deliveries-service-2
# use specific image version from docker publish
image: johanandren/local-drone-control:20230922-090652-37e49e0
image: local-drone-control:latest
# these will need to be increased/tuned for production environments!
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/local-drone-control-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<akka.version>2.9.0</akka.version>
<akka-projection.version>1.5.0-M5</akka-projection.version>
<akka-projection.version>1.5.0</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.0</akka-persistence-r2dbc.version>
<akka-management.version>1.5.0</akka-management.version>
<akka-diagnostics.version>2.1.0</akka-diagnostics.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/local-drone-control-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ val AkkaHttpVersion = "10.6.0"
val AkkaManagementVersion = "1.5.0"
val AkkaPersistenceR2dbcVersion = "1.2.0"
val AkkaProjectionVersion =
sys.props.getOrElse("akka-projection.version", "1.5.0-M5")
sys.props.getOrElse("akka-projection.version", "1.5.0")
val AkkaDiagnosticsVersion = "2.1.0"

enablePlugins(AkkaGrpcPlugin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
containers:
- name: local-drone-control-service
# use specific image version from docker publish
image: johanandren/local-drone-control:1.5.0-M5-19-c60e764f-20230921-1639
image: local-drone-control:latest
# these will need to be increased/tuned for production environments!
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
containers:
- name: restaurant-drone-deliveries-service-45
# use specific image version from docker publish
image: johanandren/local-drone-control:1.5.0-M4-31-1976d92e-20231009-1730
image: local-drone-control:latest
# these will need to be increased/tuned for production environments!
resources:
limits:
Expand Down Expand Up @@ -64,4 +64,4 @@ spec:
ports:
- protocol: TCP
port: 8080
targetPort: 8080
targetPort: 8080
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
containers:
- name: restaurant-drone-deliveries-service
# use specific image version from docker publish
image: johanandren/restaurant-drone-deliveries-service:20230922-090652-37e49e0
image: restaurant-drone-deliveries-service:latest
# these will need to be increased/tuned for production environments!
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<akka.version>2.9.0</akka.version>
<akka-projection.version>1.5.0-M5</akka-projection.version>
<akka-projection.version>1.5.0</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.0</akka-persistence-r2dbc.version>
<akka-management.version>1.5.0</akka-management.version>
<akka-diagnostics.version>2.1.0</akka-diagnostics.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ val AkkaHttpVersion = "10.6.0"
val AkkaManagementVersion = "1.5.0"
val AkkaPersistenceR2dbcVersion = "1.2.0"
val AkkaProjectionVersion =
sys.props.getOrElse("akka-projection.version", "1.5.0-M5")
sys.props.getOrElse("akka-projection.version", "1.5.0")
val AkkaDiagnosticsVersion = "2.1.0"

enablePlugins(AkkaGrpcPlugin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
containers:
- name: restaurant-drone-deliveries-service
# use specific image version from docker publish
image: johanandren/restaurant-drone-deliveries-service:1.5.0-M5-19-c60e764f-20230921-1525
image: restaurant-drone-deliveries-service:latest
# these will need to be increased/tuned for production environments!
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/shopping-analytics-service-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<akka.version>2.9.0</akka.version>
<akka-projection.version>1.5.0-M5</akka-projection.version>
<akka-projection.version>1.5.0</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.0</akka-persistence-r2dbc.version>
<akka-management.version>1.5.0</akka-management.version>
<akka-diagnostics.version>2.1.0</akka-diagnostics.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/shopping-analytics-service-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ val AkkaHttpVersion = "10.6.0"
val AkkaManagementVersion = "1.5.0"
val AkkaPersistenceR2dbcVersion = "1.2.0"
val AkkaProjectionVersion =
sys.props.getOrElse("akka-projection.version", "1.5.0-M5")
sys.props.getOrElse("akka-projection.version", "1.5.0")
val AkkaDiagnosticsVersion = "2.1.0"

enablePlugins(AkkaGrpcPlugin)
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/shopping-cart-service-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<akka.version>2.9.0</akka.version>
<akka-projection.version>1.5.0-M5</akka-projection.version>
<akka-projection.version>1.5.0</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.0</akka-persistence-r2dbc.version>
<akka-management.version>1.5.0</akka-management.version>
<akka-diagnostics.version>2.1.0</akka-diagnostics.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/shopping-cart-service-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ val AkkaHttpVersion = "10.6.0"
val AkkaManagementVersion = "1.5.0"
val AkkaPersistenceR2dbcVersion = "1.2.0"
val AkkaProjectionVersion =
sys.props.getOrElse("akka-projection.version", "1.5.0-M5")
sys.props.getOrElse("akka-projection.version", "1.5.0")
val AkkaDiagnosticsVersion = "2.1.0"

enablePlugins(AkkaGrpcPlugin)
Expand Down
2 changes: 1 addition & 1 deletion samples/replicated/shopping-cart-service-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<akka.version>2.9.0</akka.version>
<akka-projection.version>1.5.0-M5</akka-projection.version>
<akka-projection.version>1.5.0</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.0</akka-persistence-r2dbc.version>
<akka-management.version>1.5.0</akka-management.version>
<akka-diagnostics.version>2.1.0</akka-diagnostics.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/replicated/shopping-cart-service-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ val AkkaHttpVersion = "10.6.0"
val AkkaManagementVersion = "1.5.0"
val AkkaPersistenceR2dbcVersion = "1.2.0"
val AkkaProjectionVersion =
sys.props.getOrElse("akka-projection.version", "1.5.0-M5")
sys.props.getOrElse("akka-projection.version", "1.5.0")
val AkkaDiagnosticsVersion = "2.1.0"

enablePlugins(AkkaGrpcPlugin)
Expand Down

0 comments on commit 84cd867

Please sign in to comment.