Skip to content

2.3.0 Feature release

Compare
Choose a tag to compare
released this 04 Mar 12:55
· 101 commits to develop since this release

Installation instructions:
https://intelmq.readthedocs.io/en/maintenance/user/intelmq-manager.html

Backend

  • The backend has been rewritten and changed from PHP to Python (PR#197 by Bernhard Herzog and Bernhard Reiter, #80)
  • The backend has then been moved to a seperate repository and is now called intelmq-api: https://github.com/certtools/intelmq-api (PR#226)
  • The name intelmq-manager now refers to the web frontend only

intelmq-manager

  • The intelmq-manager html files are now being distributed as an archive of static files. They are still built using mako, but
    this is done during the build of the source distribution.

Landing page

Configuration

  • Remove the hover function which displayed the hovered bot's configuration (#213, PR#216 by Birger Schacht).

Documentation

  • Add a link to the failure tips (PR#215 by Edvard Rejthar).
  • SQLite failure tip (PR#217 by Edvard Rejthar).

Known issues

  • Graph jumps around on "Add edge" (#148).
  • wrong error message for new bots with existing ID (#152).
  • Monitor page: Automatic log refresh reset log page to first one (#190).
  • Load error if a bot has not optional parameters field in runtime configuration (#237).