From 1d4b8ddf4afc42d00ced370d6ec24ecb555f7a1e Mon Sep 17 00:00:00 2001 From: Saikrishna Bairamoni <84093461+SaikrishnaBairamoni@users.noreply.github.com> Date: Thu, 21 Oct 2021 09:07:10 -0400 Subject: [PATCH] merge Master to develop for hotfix6.1 (#266) * Merge develop to release6.1 (#259) * Creating smaller deployment image Lightweight Docker Container Remove mysql calls Issue-255: Create lightweight docker image + added .dockerignore and modified dockerfile Issue-255: Dockerfile-dev Issue-255: CircleCI arm lightweight build * Issue-255: Added +x permissions to container scripts * Issue-255: Remove unnecessary checkoutstep * Issue-255: Rm git files from dockerignore. * Issue-255: Remove git files from build context + Remove checkout step from CircleCI sonar-scanner workflow * Issue-255:Rename dockerfile * Issue-255:SonarScanner needs git files * Issue-255:Dockerfile WRKDIR necessary for run script * Issue-257:Fix logging Co-authored-by: Paul K Bourelly * Update Release_notes.md Co-authored-by: dan-du-car <62157949+dan-du-car@users.noreply.github.com> Co-authored-by: Paul K Bourelly --- docs/Release_notes.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/Release_notes.md b/docs/Release_notes.md index 8de9e31d4..b152d4861 100644 --- a/docs/Release_notes.md +++ b/docs/Release_notes.md @@ -1,6 +1,20 @@ V2X-Hub Release Notes ---------------------------- +Version 6.1, released Oct 15th, 2021 +-------------------------------------------------------- + +**Summary:** +V2X Hub release version 6.1 is a hotfix release for 6.0. + +Fixes in this release: +- Issue 233: Fixed SPaT message to report green status as "permissive" vs "protected" correctly. +- Issue 124: Fixed issue with interpreting when the signal controller is in flash state. +- Issue 245: Added configurable parameter for Carma cloud plugin to use for the “oldest” parameter in the TCR request to get controls created within the time period specified by this field in days. +- Issue 247: Added TCM PSID to messages forwarded to RSU for broadcast. +- Issue 186: Fixed sonar-scanner settings with code coverage to generate the coverage metrics in sonar cloud. +- Issue 201: Update docker-compose to manage sensitive data like mysql username and password with Docker secrets. + Version 6.0, released July 30th, 2021 --------------------------------------------------------