Releases: infiniband-radar/infiniband-radar-web
Releases · infiniband-radar/infiniband-radar-web
v2.4.5
v2.4.4
This version will fix a bug in the creation process for the topology database,
which prevented the addition of new fabrics.
If you are upgrading from a previous version please run this command inside your project directory to update the database:
docker-compose exec mongodb mongo infiniband_radar --eval "db.topologyDefaultTimestamp.aggregate([ { \$match: {} }, { \$out: 'topologyDefaultTimestamp_tmp' } ]);db.topologyDefaultTimestamp.drop();db.topologyDefaultTimestamp_tmp.renameCollection('topologyDefaultTimestamp')"
Read the README for more tips how to update an existing instance.
v2.4.3
Fixed a small bug where the FabricSelection says 'Display 0 more'
v2.4.2
- Updated npm packages
- Added 'hideFromInitialSelection' as apiServer config parameter
v2.4.1
Fixed LDAP bind query
To start the new release just run: GATEWAY_CERTS="$PWD/ssl_certs" docker-compose up --build -d
v2.4.0
Fixed invalid mongodb mount point