Skip to content

Commit

Permalink
[RELEASE] 3.15.5.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
freddidierRTE committed Nov 7, 2023
1 parent 7e40826 commit bc9b850
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.15.4.RELEASE
3.15.5.RELEASE
4 changes: 2 additions & 2 deletions config/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- "90:9990"
web-ui:
container_name: web-ui
image: "lfeoperatorfabric/of-web-ui:3.15.4.RELEASE"
image: "lfeoperatorfabric/of-web-ui:3.15.5.RELEASE"
ports:
- "2002:80"
volumes:
Expand All @@ -43,7 +43,7 @@ services:
- "./loggingResults:/etc/nginx/html/logging"
ext-app:
container_name: external-app
image: "lfeoperatorfabric/of-external-app:3.15.4.RELEASE"
image: "lfeoperatorfabric/of-external-app:3.15.5.RELEASE"
ports:
- "8090:8090"
environment:
Expand Down
18 changes: 9 additions & 9 deletions config/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
# - "90:9990"
users:
container_name: users
image: "lfeoperatorfabric/of-users-service:3.15.4.RELEASE"
image: "lfeoperatorfabric/of-users-service:3.15.5.RELEASE"
depends_on:
- mongodb
- rabbitmq
Expand All @@ -62,7 +62,7 @@ services:
- ${CONFIG_PATH}:/external-config
businessconfig:
container_name: businessconfig
image: "lfeoperatorfabric/of-businessconfig-service:3.15.4.RELEASE"
image: "lfeoperatorfabric/of-businessconfig-service:3.15.5.RELEASE"
depends_on:
- mongodb
user: ${USER_ID}:${USER_GID}
Expand All @@ -80,7 +80,7 @@ services:
- ${CONFIG_PATH}:/external-config
cards-publication:
container_name: cards-publication
image: "lfeoperatorfabric/of-cards-publication-service:3.15.4.RELEASE"
image: "lfeoperatorfabric/of-cards-publication-service:3.15.5.RELEASE"
depends_on:
- mongodb
- rabbitmq
Expand All @@ -98,7 +98,7 @@ services:
- ${CONFIG_PATH}:/external-config
cards-consultation:
container_name: cards-consultation
image: "lfeoperatorfabric/of-cards-consultation-service:3.15.4.RELEASE"
image: "lfeoperatorfabric/of-cards-consultation-service:3.15.5.RELEASE"
depends_on:
- mongodb
- rabbitmq
Expand All @@ -116,7 +116,7 @@ services:
- ${CONFIG_PATH}:/external-config
web-ui:
container_name: web-ui
image: "lfeoperatorfabric/of-web-ui:3.15.4.RELEASE"
image: "lfeoperatorfabric/of-web-ui:3.15.5.RELEASE"
ports:
- "2002:80"
depends_on:
Expand All @@ -132,7 +132,7 @@ services:
# - "./custom-sounds:/usr/share/nginx/html/assets/sounds"
external-devices:
container_name: external-devices
image: "lfeoperatorfabric/of-external-devices-service:3.15.4.RELEASE"
image: "lfeoperatorfabric/of-external-devices-service:3.15.5.RELEASE"
depends_on:
- mongodb
- users
Expand All @@ -153,7 +153,7 @@ services:
# External application example
ext-app:
container_name: external-app
image: "lfeoperatorfabric/of-external-app:3.15.4.RELEASE"
image: "lfeoperatorfabric/of-external-app:3.15.5.RELEASE"
ports:
- "8090:8090"
environment:
Expand All @@ -166,7 +166,7 @@ services:
# Dummy external devices using Modbus Protocol
dummy-modbus-device_1:
container_name: dummy-modbus-device_1
image: "lfeoperatorfabric/of-dummy-modbus-device:3.15.4.RELEASE"
image: "lfeoperatorfabric/of-dummy-modbus-device:3.15.5.RELEASE"
user: ${USER_ID}:${USER_GID}
ports:
- "4031:4030"
Expand All @@ -179,7 +179,7 @@ services:
- ${CONFIG_PATH}:/external-config
dummy-modbus-device_2:
container_name: dummy-modbus-device_2
image: "lfeoperatorfabric/of-dummy-modbus-device:3.15.4.RELEASE"
image: "lfeoperatorfabric/of-dummy-modbus-device:3.15.5.RELEASE"
user: ${USER_ID}:${USER_GID}
ports:
- "4032:4030"
Expand Down
2 changes: 1 addition & 1 deletion services/businessconfig/src/main/modeling/swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
description: IMPORTANT - The Try it Out button will generate curl requests for examples, but executing them through the UI will not work as authentication has not been set up. This page is for documentation only.
version: 3.15.4.RELEASE
version: 3.15.5.RELEASE
title: BusinessConfig Management
termsOfService: ''
contact:
Expand Down
2 changes: 1 addition & 1 deletion services/cards-publication/src/main/modeling/swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
description: IMPORTANT - The Try it Out button will generate curl requests for examples, but executing them through the UI will not work as authentication has not been set up. This page is for documentation only.
version: 3.15.4.RELEASE
version: 3.15.5.RELEASE
title: Card Management API
termsOfService: ''
contact:
Expand Down
2 changes: 1 addition & 1 deletion services/external-devices/src/main/modeling/swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
description: IMPORTANT - The Try it Out button will generate curl requests for examples, but executing them through the UI will not work as authentication has not been set up. This page is for documentation only.
version: 3.15.4.RELEASE
version: 3.15.5.RELEASE
title: External Devices Management
termsOfService: ''
contact:
Expand Down
2 changes: 1 addition & 1 deletion services/users/src/main/modeling/swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
description: IMPORTANT - The Try it Out button will generate curl requests for examples, but executing them through the UI will not work as authentication has not been set up. This page is for documentation only.
version: 3.15.4.RELEASE
version: 3.15.5.RELEASE
title: User Management
termsOfService: ''
contact:
Expand Down
2 changes: 1 addition & 1 deletion ui/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "operatorfabric-ui-main",
"opfabVersion": "3.15.4.RELEASE",
"opfabVersion": "3.15.5.RELEASE",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down

0 comments on commit bc9b850

Please sign in to comment.