Release 1.28.10
Oasis Release v1.28.10
Docker Images (Platform)
- coreoasis/api_server:1.28.10
- coreoasis/model_worker:1.28.10
- coreoasis/model_worker:1.28.10-debian
- coreoasis/piwind_worker:1.28.10
Docker Images (User Interface)
Components
Changelogs
OasisPlatform Changelog - 1.28.10
- #1141 - Add setttings from platform v2 for running the v1.28.x server on azure cloud
- #1146 - Fix CVE issues in release 1.28.10
OasisLMF Changelog - 1.28.10
- #1506 - acc_idx read as category type from input/accounts.csv
- #1556 - Fix CI build system failures
- #1566 - Fiona package vulnerability issue
- #1599 - Fixes for CI testing stable 1.28.x
Release Notes
OasisPlatform Notes
Add setttings from platform v2 for running the v1.28.x server on azure cloud - (PR #1141)
- Added a fix to Django settings to avoid
permission denied
errors when upload files to azure files - Fixed 'Network error' when access swagger via an ingress using https
Fix CVE issues in release 1.28.10 - (PR #1146)
- Added DB migration CI check
- Updated Oasislmf to 1.28.10
- Update python packages for CVE fixes
OasisLMF Notes
Fix CI build system failures - (PR #1556)
- Updated GH actions to use artifact v4
- Pinned Fiona package (the newer package has incompatibility with some older versions of Geopandas)
update to geopandas0.14.4
or pin fiona to version1.9.6
Remove pin of fiona package - (PR #1565)
A package pin of fiona causes CVE issues for published docker images
Fixes for CI testing stable 1.28.x - (PR #1599)
- Remove numpy max version pin and fix plat2 testing