Enhancement
- Make dispatcher smarter about counting running instances so terminating ones can be excluded.
v4.3.1.stable22
Service Base
- Set filename in run_service_once to the name found in Cart metadata, if it exists
- Adding ability to pass a file name in the params.json to test samples in services
v4.3.1.stable21
Improvements
- Frontend: Misc. UI fixes
- Scaler: Ensure PVCs created by Scaler have the right filesystem ownership
- Scaler: Only re-create deployments that have the exact same labels (avoid wrongful termination of resources)
- Service registration only connects to Redis and Datastore (no need to connect to filestores)
- UI: Set a default User-Agent for URL submissions
- UI: Workaround for Python 3.9 FIPS Issue (malvidin)
v4.3.1.stable20
Identify
- Differentiate between XXEncoded files and UUEncoded files
v4.3.1.stable19
Changes
- Identify fixes
v4.3.1.stable18
Service Base
- Limit OCR scans to 15 secs per file
v4.3.1.stable17
Bugfixes
- [Typing affecting tests for services](https://github.com/orgs/CybercentreCanada/projects/11?pane=issue&itemId=21671178) (Sigma)
- Bug in ODM → Markdown that displays `[]` as the default for non-list fields
Features
- [Fetchers need an optional proxy](https://github.com/orgs/CybercentreCanada/projects/11?pane=issue&itemId=21671237)
- Adds a uniform container configuration for performing service installation/updates