Skip to content

OpenRMF OSS v1.11 Release

Latest
Compare
Choose a tag to compare
@Cingulara Cingulara released this 23 Apr 13:13
b6ddbda

Version 1.11 has the following added features and fixes:

  • Added MARKING, HOST IP, HOST MAC, Web or Database Fields for display and editing
  • Get Host IP, MAC, FQDN from the SCAP scan results, if there, for a checklist
  • Read for Not Applicable in SCAP scan results, and fill in CKL record accordingly
  • Updated Keycloak KC_PROXY environment variable from passthrough to edge for HTTPS setup later
  • Updated base images for web, code
  • Updated 3rd party infrastructure images
  • Updated matching SCAP to DISA Checklist Templates on naming conventions
  • Removed Jaeger and OpenTracing older code not used
  • Removed build warnings on NLog and throwing extra exceptions
  • Sped up loading of report and template data
  • Latest DISA Templates as of April 18, 2024
  • Mounted the initial JS for database collections with :Z versus :ro to work in REL/podman

If you are upgrading, stop the current OpenRMF® OSS stack. Then unzip the contents of the OpenRMF v1.11 ZIP file into another directory/folder. The only file you need if upgrading from v1.10 is the docker-compose.yml file with the changes to mount points for REL and updated image tags.

It is a good idea to make a backup of all your files before upgrading.

If you are not at v1.10, download that release first and look for the "add indexes" scripts you can apply for performance.

Step-by-Step Instructions for Initial Setup/Installation Everyone Must Read and Apply

https://cingulara.github.io/openrmf-docs/install.html use these once you download the ZIP into its own folder.

IMPORTANT: You must look at the .env file to set the Keycloak/OpenID location and realm. Check the .env file in the OpenRMF folder you unzip to set the IP address correctly. The docker-compose stack YML files read that .env file to launch. These cannot be "localhost" or "127.0.0.1" as inside a docker container those mean that container, not the host it is running on.

This release is for AMD or Intel based 64-bit operating systems and machines. ARM machines such as Windows Surface and Raspberry Pi are not supported and do not work correctly.

Once done read over the other documents in the repo on minimum requirements, HTTPS, security, etc. as well.

What's Changed

New Contributors

Full Changelog: v1.10.0...v1.11.00