Skip to content

Commit

Permalink
Merge branch 'master' into release_7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 authored Jun 14, 2022
2 parents 16bb40a + 2133024 commit e8961eb
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
9 changes: 7 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ jobs:
name: Docker Push Release Tag
# Push all tagged images
command: |
echo "$DOCKERHUB_PASSWORD" | docker login --username $DOCKERHUB_USERNAME --password-stdin
docker push usdotfhwaops/php:${CIRCLE_TAG}
docker push usdotfhwaops/port-drayage-webservice:${CIRCLE_TAG}
docker push usdotfhwaops/v2xhubamd:${CIRCLE_TAG}
Expand All @@ -253,10 +254,14 @@ workflows:
filters:
branches:
ignore: develop
tags:
only: /^[\.0-9]*$/
- arm_build_push:
filters:
branches:
ignore: develop
tags:
only: /^[\.0-9]*$/
- arm_build_push_develop :
filters:
branches:
Expand All @@ -273,8 +278,8 @@ workflows:
- arm_build_push
filters:
tags:
only: ^[\.0-9]*$
only: /^[\.0-9]*$/
branches:
only: master
ignore: /.*/


12 changes: 12 additions & 0 deletions docs/Release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ V2X Hub release 7.3.0 includes added functionality for subscribing to FLIR camer
Enhancements in this release:
- Issue 345: Added Websocket client to consume FLIR data and publish PSM
----------------------------
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
3 changes: 1 addition & 2 deletions src/tmx/Asn_J2735/src/r63/TestMessage00.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ asn_TYPE_member_t asn_MBR_TestMessage00_1[] = {
"body"
},
};
static const int asn_MAP_TestMessage00_oms_1[] = { 0, 1 };
static const ber_tlv_tag_t asn_DEF_TestMessage00_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
};
Expand All @@ -40,7 +39,7 @@ asn_SEQUENCE_specifics_t asn_SPC_TestMessage00_specs_1 = {
offsetof(struct TestMessage00, _asn_ctx),
asn_MAP_TestMessage00_tag2el_1,
2, /* Count of tags in the map */
asn_MAP_TestMessage00_oms_1, /* Optional members */
0, 0, 0, /* Optional elements (not needed) */
2, 0, /* Root/Additions */
2, /* First extension addition */
};
Expand Down
3 changes: 1 addition & 2 deletions src/tmx/Asn_J2735/src/r63/TestMessage01.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ asn_TYPE_member_t asn_MBR_TestMessage01_1[] = {
"body"
},
};
static const int asn_MAP_TestMessage01_oms_1[] = { 0, 1 };
static const ber_tlv_tag_t asn_DEF_TestMessage01_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
};
Expand All @@ -40,7 +39,7 @@ asn_SEQUENCE_specifics_t asn_SPC_TestMessage01_specs_1 = {
offsetof(struct TestMessage01, _asn_ctx),
asn_MAP_TestMessage01_tag2el_1,
2, /* Count of tags in the map */
asn_MAP_TestMessage01_oms_1, /* Optional members */
0, 0, 0, /* Optional elements (not needed) */
2, 0, /* Root/Additions */
2, /* First extension addition */
};
Expand Down

0 comments on commit e8961eb

Please sign in to comment.