Skip to content

Commit

Permalink
[RELEASE] 4.4.1.RELEASE
Browse files Browse the repository at this point in the history
Signed-off-by: freddidierRTE <[email protected]>
  • Loading branch information
freddidierRTE authored and ClementBouvierN committed Sep 11, 2024
1 parent 9734409 commit 41f5e1f
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.4.0.RELEASE
4.4.1.RELEASE
4 changes: 2 additions & 2 deletions cli/opfabDockerCli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

CONFIG_FILE=$1
if [[ ! -f "$CONFIG_FILE" ]]; then
docker run -v "$(pwd)":/opfab/host -u "$(id -u):$(id -g)" -it lfeoperatorfabric/of-opfab-cli:4.4.0.RELEASE
docker run -v "$(pwd)":/opfab/host -u "$(id -u):$(id -g)" -it lfeoperatorfabric/of-opfab-cli:4.4.1.RELEASE
exit
fi

Expand All @@ -38,4 +38,4 @@ while IFS= read -r line; do
done < "$CONFIG_FILE"

# Run the Docker command with the selected configuration
docker run -v "$(pwd)":/opfab/host -u "$(id -u):$(id -g)" -it -e ENV_NAME="$ENV_NAME" -e OPFAB_URL="$OPFAB_URL" -e OPFAB_PORT="$OPFAB_PORT" -e OPFAB_LOGIN="$OPFAB_LOGIN" -e OPFAB_PASSWORD="$OPFAB_PASSWORD" lfeoperatorfabric/of-opfab-cli:4.4.0.RELEASE
docker run -v "$(pwd)":/opfab/host -u "$(id -u):$(id -g)" -it -e ENV_NAME="$ENV_NAME" -e OPFAB_URL="$OPFAB_URL" -e OPFAB_PORT="$OPFAB_PORT" -e OPFAB_LOGIN="$OPFAB_LOGIN" -e OPFAB_PASSWORD="$OPFAB_PASSWORD" lfeoperatorfabric/of-opfab-cli:4.4.1.RELEASE
4 changes: 2 additions & 2 deletions config/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
mem_limit: 1g
web-ui:
container_name: web-ui
image: "lfeoperatorfabric/of-web-ui:4.4.0.RELEASE"
image: "lfeoperatorfabric/of-web-ui:4.4.1.RELEASE"
ports:
- "2002:80"
volumes:
Expand All @@ -49,7 +49,7 @@ services:
- "./nginx.conf:/etc/nginx/conf.d/default.conf"
ext-app:
container_name: external-app
image: "lfeoperatorfabric/of-external-app:4.4.0.RELEASE"
image: "lfeoperatorfabric/of-external-app:4.4.1.RELEASE"
ports:
- "8090:8090"
volumes:
Expand Down
24 changes: 12 additions & 12 deletions config/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ services:
ALLOW_PLAINTEXT_LISTENER: "yes"
users:
container_name: users
image: "lfeoperatorfabric/of-users-service:4.4.0.RELEASE"
image: "lfeoperatorfabric/of-users-service:4.4.1.RELEASE"
depends_on:
- mongodb
- rabbitmq
Expand All @@ -95,7 +95,7 @@ services:
- ${CONFIG_PATH}:/external-config
businessconfig:
container_name: businessconfig
image: "lfeoperatorfabric/of-businessconfig-service:4.4.0.RELEASE"
image: "lfeoperatorfabric/of-businessconfig-service:4.4.1.RELEASE"
depends_on:
- mongodb
user: ${USER_ID}:${USER_GID}
Expand All @@ -111,7 +111,7 @@ services:
- ${CONFIG_PATH}:/external-config
cards-publication:
container_name: cards-publication
image: "lfeoperatorfabric/of-cards-publication-service:4.4.0.RELEASE"
image: "lfeoperatorfabric/of-cards-publication-service:4.4.1.RELEASE"
depends_on:
- mongodb
- rabbitmq
Expand All @@ -127,7 +127,7 @@ services:
- ${CONFIG_PATH}:/external-config
cards-consultation:
container_name: cards-consultation
image: "lfeoperatorfabric/of-cards-consultation-service:4.4.0.RELEASE"
image: "lfeoperatorfabric/of-cards-consultation-service:4.4.1.RELEASE"
depends_on:
- mongodb
- rabbitmq
Expand All @@ -144,7 +144,7 @@ services:
- ${CONFIG_PATH}:/external-config
web-ui:
container_name: web-ui
image: "lfeoperatorfabric/of-web-ui:4.4.0.RELEASE"
image: "lfeoperatorfabric/of-web-ui:4.4.1.RELEASE"
ports:
- "2002:80"
depends_on:
Expand All @@ -158,7 +158,7 @@ services:
- "../../src/test/externalWebAppExample:/usr/share/nginx/html/external/appExample"
cards-external-diffusion:
container_name: cards-external-diffusion
image: "lfeoperatorfabric/of-cards-external-diffusion-service:4.4.0.RELEASE"
image: "lfeoperatorfabric/of-cards-external-diffusion-service:4.4.1.RELEASE"
depends_on:
- cards-consultation
- users
Expand All @@ -172,7 +172,7 @@ services:
- "./common.yml:/usr/app/config/common.yml"
cards-reminder:
container_name: cards-reminder
image: "lfeoperatorfabric/of-cards-reminder:4.4.0.RELEASE"
image: "lfeoperatorfabric/of-cards-reminder:4.4.1.RELEASE"
depends_on:
- cards-publication
- users
Expand All @@ -187,7 +187,7 @@ services:
- "./common.yml:/usr/app/config/common.yml"
supervisor:
container_name: supervisor
image: "lfeoperatorfabric/of-supervisor:4.4.0.RELEASE"
image: "lfeoperatorfabric/of-supervisor:4.4.1.RELEASE"
depends_on:
- cards-publication
- users
Expand All @@ -204,7 +204,7 @@ services:
# - "./custom-sounds:/usr/share/nginx/html/assets/sounds"
external-devices:
container_name: external-devices
image: "lfeoperatorfabric/of-external-devices-service:4.4.0.RELEASE"
image: "lfeoperatorfabric/of-external-devices-service:4.4.1.RELEASE"
depends_on:
- mongodb
- users
Expand All @@ -223,7 +223,7 @@ services:
# External application example
ext-app:
container_name: external-app
image: "lfeoperatorfabric/of-external-app:4.4.0.RELEASE"
image: "lfeoperatorfabric/of-external-app:4.4.1.RELEASE"
ports:
- "8090:8090"
volumes:
Expand All @@ -233,7 +233,7 @@ services:
# Dummy external devices using Modbus Protocol
dummy-modbus-device_1:
container_name: dummy-modbus-device_1
image: "lfeoperatorfabric/of-dummy-modbus-device:4.4.0.RELEASE"
image: "lfeoperatorfabric/of-dummy-modbus-device:4.4.1.RELEASE"
user: ${USER_ID}:${USER_GID}
ports:
- "4031:4030"
Expand All @@ -242,7 +242,7 @@ services:
- ${CONFIG_PATH}:/external-config
dummy-modbus-device_2:
container_name: dummy-modbus-device_2
image: "lfeoperatorfabric/of-dummy-modbus-device:4.4.0.RELEASE"
image: "lfeoperatorfabric/of-dummy-modbus-device:4.4.1.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: 4.4.0.RELEASE
version: 4.4.1.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: 4.4.0.RELEASE
version: 4.4.1.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: 4.4.0.RELEASE
version: 4.4.1.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: 4.4.0.RELEASE
version: 4.4.1.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": "4.4.0.RELEASE",
"opfabVersion": "4.4.1.RELEASE",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down

0 comments on commit 41f5e1f

Please sign in to comment.