Docker Installer - Release Notes - 1.2
1.2.11-funcrel
Feature Improvements
1.2.10-funcrel
Note
Compatible with CAST Imaging ≥ 2.14.x.
Other Updates
| Internal Id | Details |
|---|
| IMAGSYS-6664 | Update to Docker starter files to improve automation and backup. |
| IMAGSYS-6238 | Update to enable integration with CAST Highlight to expose information in CAST Imaging about external/third-party objects: name, version and age of the third-party component and also whether any CVEs are active against it. See the entry “UI - Legend - Third-party object property information via CAST Highlight” under “Feature Improvements” in https://doc.castsoftware.com/display/IMAGING/2.14. |
| IMAGETL-189 | Fixes an issue (related to TTY) when running the “etl-automation” tool manually. |
1.2.9-funcrel
Feature Improvements
| Summary | Details |
|---|
| Technical - SSO access to CAST Imaging from CAST Console Standalone | This update provides the required configuration to support SSO (single sign on) access from CAST Console Standalone edition (≥ 2.5). |
Other Updates
| Internal Id | Details |
|---|
| IMAGETL-189 | Fixes an internal bug in the ETL process for TTY. |
1.2.8-funcrel
Other Updates
| Internal Id | Details |
|---|
| IMAGSYS-5986 | Fixes an issue in Linux, where Source code service was not creating log file during Linux deployment. |
1.2.7-funcrel
Note
Compatible with CAST Imaging ≥ 2.11.x.
New Features
| Summary | Details |
|---|
| Technical - Source Code Viewer configuration | For CAST Imaging deployments on Docker, additional commands “–updatesourcecodeconfig” and “–addextrahost” have been added to the docker-compose file. These commands enable you to configure the source code viewer for Docker deployments without having to manually edit the application.properties file. See https://doc.castsoftware.com/display/IMAGING/Configure+the+source+code+viewer. |
1.2.6-funcrel
Note
Compatible with CAST Imaging ≥ 2.10.x.
Other Updates
| Internal Id | Details |
|---|
| IMAGSYS-3387 | Add new mapping in typ.csv and introduce new font.csv for Neo4j Import. |
| IMAGSYS-4381 | Update Application to Application Dependencies metamodel files with new extensions. |
| IMAGSYS-5309 | Added properties to trace source code results in source code application.properties. |
1.2.5-funcrel
Other Updates
| Internal Id | Details |
|---|
| IMAGSYS-4938 | Health check added to ensure that other services are started only after Neo4j has completed its start-up. |
1.2.4-funcrel
Note
This release is a fix for the Apache Log4j vulnerabilities CVE-2021-44228 (https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228) and CVE-2021-45046 (https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45046) which were found in the third party component Neo4j. This release of the Docker Installer includes a minor change to the configuration related to Neo4j.
This release is compatible with CAST Imaging 2.7.1-funcrel.
1.2.3-funcrel
Note
This release is compatible with CAST Imaging 2.7.0-funcrel.
Other Updates
| Internal Id | Details |
|---|
| IMAGSYS-4511 | Minor update to modify spring datasource location for login. |
1.2.2-funcrel
Other Updates
| Internal Id | Details |
|---|
| IMAGSYS-4019 | Minor update to ensure compatibility with CAST Imaging ≥ 2.5.0. |
1.2.1-funcrel
Other Updates
| Internal Id | Details |
|---|
| IMAGSYS-3495 | neo4j container was not starting due to an issue in the start-up script. Issue has been resolved by changing the volume mount location in the neo4j container. |
1.2.0-funcrel
Other Updates
| Internal Id | Details |
|---|
| IMAGSYS-3106 | Error while running etl-automation using docker “Unterminated quoted string Getting error while executing command”. |
| IMAGSYS-3287 | Change timezone lookup method to avoid using an external website. |
| IMAGSYS-3370 | The location of some configuration files provided in the Docker Installer has been changed in this release. The “login” and “sourcecode” folders are now located under the “server” folder. Previously these two folder were located at the root of the unzipped package. |
AJS.$('[data-macro-name="markdown-from-url"] code').each(function(i, block) { hljs.highlightBlock(block); });``AJS.$('[data-macro-name="markdown-from-url"] .language-mermaid').each(function(i, block) { const config = { startOnLoad:true, theme: 'default', flowchart:{ useMaxWidth:false, htmlLabels:true } }; mermaid.initialize(config); window.mermaid.init(undefined, block); });