Skip to content

1.11.4

Compare
Choose a tag to compare
@sambles sambles released this 09 Sep 13:29
· 15 commits to master since this release
f082906

OasisUI Changelog - 1.11.4

  • #281, #266, #284, #279 - Feature/284 reuse settings plus bugfixes
  • #288 - Update rocker image
  • #295 - Option to hide footer version information
  • #285 - enable connecting to API behind https URL

OasisUI Notes

Analysis settings templates functionality - (PR #289)

  • Allows to select a previously saved analysis settings template (attached to the same model) in the output configuration step.
    When the analysis is ready to execute, the settings can also be saved as a new settings template.
    In addition, setting templates can be managed by deleting obsolete ones.

  • Fixes a bug downloading files of certain formats.

Add CVE image scanning - (PR #293)

  • Catch CVE issues before images are published

Enable https scheme for API URL - (PR #285)

So far the Oasis UI expected the API to run under a URL starting with HTTP, added an environment variable to switch to HTTPS.
To enable, set API_HTTPS="True"