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 | 100709 |
cdrplatform-report-extractor | glasswallhub.azurecr.io/cdrplatform-report-extractor | 100883 |
cdrplatform-portal | glasswallhub.azurecr.io/cdrplatform-portal | 101072 |
cdrplatform-policy-api | glasswallhub.azurecr.io/cdrplatform-policy-api | 101086 |
cdrplatform-api-access | glasswallhub.azurecr.io/cdrplatform-api-access | 101091 |
cdrplatform-portal-access | glasswallhub.azurecr.io/cdrplatform-portal-access | 100390 |
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 | 100712 |
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 | 101029 |
icap-server | glasswallhub.azurecr.io/icap-server | 101020 |
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.1.0 |
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.9 |
New Features
License Usage Report Generation
It's now easier to generate your license usage report via the Portal.
If the Portal is installed, Admin users can now download the license usage report for the system via the System Settings page. For more information, and a guide on how to download the report, see Creating a License Usage Report.
License Usage Line Charts
Admin users can now view File and Data usage over the past 30 days via the System Settings page in the Portal.
The new File usage chart displays a line chart, plotting the total number of files processed in a day using the currently installed license.
The new Data usage chart displays a line chart, plotting the total amount of data processed in a day using the currently installed license.
If a license contains a limit for file/data usage, this is shown as a straight vertical trend line across the chart, indicating where usage is reaching its limits for the day.
Hovering over any of the data points on the charts reveals the exact number of files/data used for that day.
ICAP (alpha) - Licensing
As of release 2.4.9, ICAP processing will require a valid license with access to the ICAP entitlement. To obtain a license and begin using ICAP (alpha), please contact us.
Glasswall ICAP Alpha will now fail REQMOD, RESPMOD and OPTIONS requests with 403 Unlicensed
if the current active license does not contain access to ICAP.
ICAP (alpha) - REQMOD (Request Modification)
Glasswall ICAP (alpha) can now handle REQMOD requests from an ICAP client. ICAP (alpha) seamlessly processes requests, returning an adapted HTTP response containing rebuilt files.
Processing rules from ICAP profiles can also be applied to REQMOD requests, for more information see ICAP profiles.
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
- Fixed an issue in Cleanroom - the incorrect risk level was displayed when content was rebuilt.
- Encrypted archives, hidden within a non-encrypted archive caused an unexpected error and the entire archive to fail. This now fails gracefully with the encrypted archive marked as failed in the archive manifest.
- An issue with sending 7Zip, Tar and RAR files via the Sync API v3's Swagger page is now fixed.