Skip to content

Release 1.28.10

Compare
Choose a tag to compare
@awsbuild awsbuild released this 27 Nov 11:37

Oasis Release v1.28.10

Docker Images (Platform)

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 geopandas 0.14.4 or pin fiona to version 1.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