Skip to content

Commit

Permalink
Merge pull request #380 from usdot-fhwa-OPS/update_release_notes_dock…
Browse files Browse the repository at this point in the history
…er_compose_7.2.3

Update release notes and docker-compose for 7.2.3
  • Loading branch information
snallamothu authored May 19, 2022
2 parents 0f10cb4 + 5220dfb commit 2133024
Show file tree
Hide file tree
Showing 3 changed files with 18 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.2.3
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.2.3
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.2.3
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.2.3
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.2.3
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.2.3
container_name: port_drayage_webservice
network_mode: host
secrets:
Expand Down
12 changes: 12 additions & 0 deletions docs/Release_notes.md
Original file line number Diff line number Diff line change
@@ -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:**
Expand Down

0 comments on commit 2133024

Please sign in to comment.