From 5220dfb88348b41e0636c9b553aa0a400621eb40 Mon Sep 17 00:00:00 2001 From: Paul K Bourelly Date: Thu, 19 May 2022 14:32:24 -0400 Subject: [PATCH] Update release notes and docker-compose for 7.2.3 --- configuration/amd64/docker-compose.yml | 6 +++--- configuration/arm64/docker-compose.yml | 6 +++--- docs/Release_notes.md | 12 ++++++++++++ 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/configuration/amd64/docker-compose.yml b/configuration/amd64/docker-compose.yml index ab2b4f489..82e1ae302 100755 --- a/configuration/amd64/docker-compose.yml +++ b/configuration/amd64/docker-compose.yml @@ -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.2.3 container_name: php network_mode: host depends_on: @@ -29,7 +29,7 @@ services: tty: true v2xhub: - image: usdotfhwaops/v2xhubamd:7.2.2 + image: usdotfhwaops/v2xhubamd:7.2.3 container_name: v2xhub network_mode: host restart: always @@ -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.2.3 container_name: port_drayage_webservice network_mode: host secrets: diff --git a/configuration/arm64/docker-compose.yml b/configuration/arm64/docker-compose.yml index d614cf150..a58b5c507 100644 --- a/configuration/arm64/docker-compose.yml +++ b/configuration/arm64/docker-compose.yml @@ -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.2.3 container_name: php network_mode: host depends_on: @@ -29,7 +29,7 @@ services: tty: true v2xhub: - image: usdotfhwaops/v2xhubarm:7.2.2 + image: usdotfhwaops/v2xhubarm:7.2.3 container_name: v2xhub network_mode: host restart: always @@ -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.2.3 container_name: port_drayage_webservice network_mode: host secrets: diff --git a/docs/Release_notes.md b/docs/Release_notes.md index f2d87f99a..89d299c43 100644 --- a/docs/Release_notes.md +++ b/docs/Release_notes.md @@ -1,5 +1,17 @@ V2X-Hub Release Notes ---------------------------- +Version 7.2.3, released May 19th, 2022 +-------------------------------------------------------- +**Summary:** +V2X Hub release 7.2.3 includes added hot fix for MobilityRequest and MobilityResponse ASN1 Compiler generated encoding/decoding code for Voices project. + +Bug fixes in this release: +- Issue 372: After getting the dsrc messages from a vehicle, the v2xhub message receiver is able to pass it to other plugins. However, the other plugins experience decoding issues trying to filter MobilityRequest and MobilityResponse messages. + +Enhancements in this release: + - Issue 369:Add CircleCI workflow that is triggered on numeric github tags on only the master branch. This workflow will be dependent on the build and push workflows for both ARM and AMD images. The workflow will then pull, retag with the github tag name, and push release images. + +------------------------------ Version 7.2.2, released May 9th, 2022 -------------------------------------------------------- **Summary:**