Skip to content

Commit

Permalink
Updated release notes and docker-compose files (#385)
Browse files Browse the repository at this point in the history
* Updated release notes and docker-compose files

* Updated Release Notes
  • Loading branch information
paulbourelly999 authored Jun 14, 2022
1 parent ca393f1 commit 16bb40a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
6 changes: 3 additions & 3 deletions configuration/amd64/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- ./mysql/port_drayage.sql:/docker-entrypoint-initdb.d/port_drayage.sql

php:
image: usdotfhwaops/php:7.2.2
image: usdotfhwaops/php:7.3.0
container_name: php
network_mode: host
depends_on:
Expand All @@ -29,7 +29,7 @@ services:
tty: true

v2xhub:
image: usdotfhwaops/v2xhubamd:7.2.2
image: usdotfhwaops/v2xhubamd:7.3.0
container_name: v2xhub
network_mode: host
restart: always
Expand All @@ -43,7 +43,7 @@ services:
- ./logs:/var/log/tmx
- ./MAP:/var/www/plugins/MAP
port_drayage_webservice:
image: usdotfhwaops/port-drayage-webservice:7.2.2
image: usdotfhwaops/port-drayage-webservice:7.3.0
container_name: port_drayage_webservice
network_mode: host
secrets:
Expand Down
6 changes: 3 additions & 3 deletions configuration/arm64/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- ./mysql/port_drayage.sql:/docker-entrypoint-initdb.d/port_drayage.sql

php:
image: usdotfhwaops/php_arm:7.2.2
image: usdotfhwaops/php_arm:7.3.0
container_name: php
network_mode: host
depends_on:
Expand All @@ -29,7 +29,7 @@ services:
tty: true

v2xhub:
image: usdotfhwaops/v2xhubarm:7.2.2
image: usdotfhwaops/v2xhubarm:7.3.0
container_name: v2xhub
network_mode: host
restart: always
Expand All @@ -43,7 +43,7 @@ services:
- ./logs:/var/log/tmx
- ./MAP:/var/www/plugins/MAP
port_drayage_webservice:
image: usdotfhwaops/port-drayage-webservice_arm:7.2.2
image: usdotfhwaops/port-drayage-webservice_arm:7.3.0
container_name: port_drayage_webservice
network_mode: host
secrets:
Expand Down
8 changes: 8 additions & 0 deletions docs/Release_notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
V2X-Hub Release Notes
---------------------------------
Version 7.3.0, released June 14th, 2022
--------------------------------------------------------
**Summary:**
V2X Hub release 7.3.0 includes added functionality for subscribing to FLIR camera for Pedestrian tracking and PSM broadcast to vehicles in the Pedestrian Plugin. The new FLIR functionality subscribes to the websocket output of the FLIR tracking feed and will generate a PSM for each new track the camera picks up. To use new FLIR websocket data, set `DataProvider` for the PedestrianPlugin to FLIR and configure the `WebSocketHost` and `WebSocketPort` for the FLIR camera. Additional you must set the `FLIRCameraRotation` in degrees, which is a measure of the camera's rotation from true north. To use the REST PedestrianPlugin functionality simply set the `DataProvider` to PSM.

Enhancements in this release:
- Issue 345: Added Websocket client to consume FLIR data and publish PSM
----------------------------
Version 7.2.2, released May 9th, 2022
--------------------------------------------------------
Expand Down

0 comments on commit 16bb40a

Please sign in to comment.