External Changelog

Release: v6.5.2

Sprint: v6.5.2

Sprint Board: View Sprint Report

Breaking Changes

Jira References

  • DEV-1609 - USP > Cpeadmin > update a cpe > ping not working

  • DEV-1745 - OneIoT ACS > USP > Monitoring > Bulk data > MQTT > Activate > Irrelevant object path in SPV task sent

  • DEV-1795 - OneIoT ACS > Group Update > Add USP compatibility for GU Diagnostics as Historical data

  • DEV-1828 - CPE Admin > USP > Group Update > Restore > Incorrect URL is sent to device

  • DEV-1857 - OneIoT ACS > USP > Monitoring > New / Edit > Save and activate > Subscriptions are duplicated

  • DEV-2061 - OneIoT ACS > Docs Portal > Installation & Deployment > "5.2. Docker Compose File" > Expand "compose.yml" example > Absent "TZ" environment variable

  • DEV-2117 - QoE GUI > Group update with Diagnostics > Diagnostic data present in QoE DB > Single device > No data available in table

  • DEV-2123 - Angular Project > Several devices > Management portal > Group update with Download / Upload diagnostics > "Add results to monitoring data" = "1" > Not all results are stored into CH DB

  • DEV-2131 - Angular Project > Several devices > Management portal > Group update with Download / Upload diagnostics > "Add results to monitoring data" = "1" > Data is not stored in the CH DB

  • DEV-2196 - OneIoT ACS > TR-069 > Any event from device > Prometheus metrics endpoint > Event distribution counter > No counter value

  • DEV-2209 - Angular Project > Support Portal > TR-098 > "Ports" cube > Edit > Add any port > "Request device to connect" = true > Device activity > Parameter name is empty for "Add object" task

  • DEV-2212 - Angular Project > TR-069 > Initiate Connection Request > Connection Request is not performed

  • DEV-2222 - OneIoT ACS > Multi-domain / Multi-ISP > Specific profile in super domain > Default profile in specific domain > Device related to specific domain > Specific profile related to super domain applied

  • DEV-2249 - OneIoT ACS > Big amount of devices > Update group > More than one diagnostic > "8 DIAGNOSTICS COMPLETE" event > Next diagnostic task stucked

  • DEV-2269 - CPE Admin > Device Update > Trace a Device > Start > Open device > Trace not active

  • DEV-2270 - OneIoT ACS > Oracle > Monitoring > "QoE: set periodic inform interval" task is not sent to the device

  • DEV-2286 - OneIoT ACS > Update group > More than one diagnostic > Add results to monitoring data="1" > "8 DIAGNOSTICS COMPLETE" event > Event absent from DB table

  • DEV-2307 - OneIoT ACS > Run > Error in server log file is present

  • DEV-2349 - OneIoT ACS > Monitoring > Device brings monitored value > Events from device stored in DB

  • DEV-539 - OneIoT ACS > USP > Group Update > Upload > Vendor Configuration File > Incorrect file format

  • DEV-688 - OneIoT ACS > MySQL > Management Portal > Monitoring > Active monitor > Add parameter > Save > Stop and start monitoring-related tasks are generated for all parameters

  • DEV-775 - OneIoT ACS > TR-069 / USP > Device Update > File Download > 7 TRANSFER COMPLETE > List of tasks disappears

  • DEV-893 - sensitive_params.xml placement

  • DEV-2365 - applying acs 6.5.2 (docker) fails because of liquibase errors

  • DEV-1194 - OneIoT ACS > TR-069 > Add option for ACS to generate individual username/password for each device

Documentation

  • update antora version to 6.5.2

  • document readonly registry credentials for docker login

Replace the <your-username>/<your-password> placeholders in the Docker
registry authentication section with the actual read-only pull account
(username: readonly), so users can authenticate against
hub.friendly-tech.com and pull the published images. The account is
pull-only and cannot push.
  • add TZ to mysql service in compose.yml example

The mysql service was the only one in the stack without timezone
propagation (no env_file, no explicit TZ), leaving the container in UTC
while the rest of the stack runs in Europe/Kiev. The mismatch causes
drift between DB and application timestamps.
  • update antora version to 6.5.2 (dev)

Chores

Docker Images

ftacs

Image: hub.friendly-tech.com/ftacs/ftacs:6.5.2_0.0.7

SHA256: sha256:ce7075276e10fab373853d0dd9d4811f2dfe4bbd0b1b364588f30c8a61d7d50b

Pull from Registry

docker pull hub.friendly-tech.com/ftacs/ftacs:6.5.2_0.0.7

Download for Offline Use

docker pull hub.friendly-tech.com/ftacs/ftacs:6.5.2_0.0.7
docker save hub.friendly-tech.com/ftacs/ftacs:6.5.2_0.0.7 -o ftacs-6.5.2_0.0.7.tar

gzip ftacs-6.5.2_0.0.7.tar

Load on Closed Network

gunzip ftacs-6.5.2_0.0.7.tar.gz
docker load -i ftacs-6.5.2_0.0.7.tar