Service Versions (Image tags)
Service | Container Repository | Version |
---|---|---|
cdrplatform-engine | glasswallhub.azurecr.io/cdrplatform-engine | 99818 |
cdrplatform-sync-api | glasswallhub.azurecr.io/cdrplatform-sync-api | 99017 |
cdrplatform-report-extractor | glasswallhub.azurecr.io/cdrplatform-report-extractor | 96814 |
cdrplatform-portal | glasswallhub.azurecr.io/cdrplatform-portal | 99779 |
cdrplatform-policy-api | glasswallhub.azurecr.io/cdrplatform-policy-api | 98754 |
cdrplatform-api-access | glasswallhub.azurecr.io/cdrplatform-api-access | 99517 |
cdrplatform-portal-access | glasswallhub.azurecr.io/cdrplatform-portal-access | 99739 |
cdrplatform-license-management | glasswallhub.azurecr.io/cdrplatform-license-management | 99809 |
cdrplatform-cleanup | glasswallhub.azurecr.io/cdrplatform-cleanup | 96299 |
cdrplatform-async-api | glasswallhub.azurecr.io/cdrplatform-async-api | 97961 |
cdrplatform-metrics-collation | glasswallhub.azurecr.io/cdrplatform-metrics-collation | 96315 |
cdrplatform-metrics-projection | glasswallhub.azurecr.io/cdrplatform-metrics-projection | 96976 |
cdrplatform-tally-accumulator | glasswallhub.azurecr.io/cdrplatform-tally-accumulator | 99440 |
icap-server | glasswallhub.azurecr.io/icap-server | 98924 |
Helm Chart Versions
Chart | Chart Repository | Version |
---|---|---|
cdrplatform-rabbitmq | glasswallhub.azurecr.io/helm/cdrplatform-rabbitmq | 0.6.2 |
cdrplatform-external-secrets | glasswallhub.azurecr.io/helm/cdrplatform-external-secrets | 0.3.3 |
cdrplatform-storage | glasswallhub.azurecr.io/helm/cdrplatform-storage | 0.5.2 |
cdrplatform-engine | glasswallhub.azurecr.io/helm/cdrplatform-engine | 0.1.19 |
cdrplatform-sync-api | glasswallhub.azurecr.io/helm/cdrplatform-sync-api | 0.2.6 |
prometheus-scaling | glasswallhub.azurecr.io/helm/prometheus-scaling | 0.1.1 |
cdrplatform-portal | glasswallhub.azurecr.io/helm/cdrplatform-portal | 0.2.0 |
cdrplatform-policy-api | glasswallhub.azurecr.io/helm/cdrplatform-policy-api | 0.1.0 |
cdrplatform-api-access | glasswallhub.azurecr.io/helm/cdrplatform-api-access | 0.1.4 |
cdrplatform-portal-access | glasswallhub.azurecr.io/helm/cdrplatform-portal-access | 0.0.3 |
cdrplatform-license-management | glasswallhub.azurecr.io/helm/cdrplatform-license-management | 0.0.4 |
cdrplatform-cleanup | glasswallhub.azurecr.io/helm/cdrplatform-cleanup | 0.0.2 |
cdrplatform-async-api | glasswallhub.azurecr.io/helm/cdrplatform-async-api | 0.0.4 |
cdrplatform-metrics-collation | glasswallhub.azurecr.io/helm/cdrplatform-metrics-collation | 0.0.1 |
cdrplatform-metrics-projection | glasswallhub.azurecr.io/helm/cdrplatform-metrics-projection | 0.0.2 |
cdrplatform-report-extractor | glasswallhub.azurecr.io/helm/cdrplatform-report-extractor | 0.0.2 |
cdrplatform-tally-accumulator | glasswallhub.azurecr.io/helm/cdrplatform-tally-accumulator | 0.0.2 |
cdrplatform-mongodb | glasswallhub.azurecr.io/helm/cdrplatform-mongodb | 0.0.2 |
icap-server | glasswallhub.azurecr.io/helm/icap-server | 0.0.6 |
New Features
Engine Release 11
This version of Halo is updated to incorporate Release 11 of the Glasswall Embedded Engine. Read more about the updates in the Release 11 notes.
License Usage Report
We are delighted to announce a new feature enhancement โ the capability to generate a comprehensive license usage report through the License Management API (v1). This functionality empowers users to seamlessly access a detailed breakdown of usage statistics for either the presently active license or a designated license identified by its unique ID.
This report serves as a record of daily usage in the form of 'usage days', containing the DailyFileCount
and DailyFileSize
over 24 hour periods. This record begins as soon as a license is first installed.
The report will additionally include a log of every instance when a license is installed or uninstalled.
License History
You can now access a compilation of previously installed licenses. Each entry in the list provides a concise summary of the license, encompassing details such as the license name and ID.
Halo / ICAP (alpha release)
Announcing the alpha release of the latest Glasswall ICAP (Internet Content Adaptation Protocol) integration for Halo. This marks the introduction of a newly implemented ICAP adaptation server.
In preparation for a comprehensive release, this iteration of Glasswall ICAP exclusively incorporates RESPMOD
handling functionality and is designated as an alpha
version for thorough testing.
We appreciate your continued support and value your feedback. If you encounter any further issues or have any questions, please don't hesitate to contact our support team.
Bug Fixes
- Resolved an issue related to archives in the Sync API when using the
/api/v3/cdr-file
endpoint with theresponse-content
header set tonoRebuiltFile
. Previously, the returned file did not appropriately consist of a zip containing analysis reports; this issue has now been rectified, now operates as intended.