Skip to content

Releases: infiniband-radar/infiniband-radar-web

v2.4.5

05 Mar 08:32
Compare
Choose a tag to compare

You are now able to add a logLevel in the config.
See README's config section for more details.

v2.4.4

04 Feb 22:42
Compare
Choose a tag to compare

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

04 Sep 06:50
Compare
Choose a tag to compare

Fixed a small bug where the FabricSelection says 'Display 0 more'

v2.4.2

03 Sep 08:37
Compare
Choose a tag to compare
  • Updated npm packages
  • Added 'hideFromInitialSelection' as apiServer config parameter

v2.4.1

22 Mar 09:42
Compare
Choose a tag to compare

Fixed LDAP bind query

To start the new release just run: GATEWAY_CERTS="$PWD/ssl_certs" docker-compose up --build -d

v2.4.0

15 Mar 12:19
Compare
Choose a tag to compare
Fixed invalid mongodb mount point