24.05.005 changelog

24.05.005

Released on 31 May, 2024.

Server

Fixes

  • Fixes an issue in which IPv4 address allocations where not reused when already assigned to a device. If a device contains an IPv4 allocation then it’s reused and assigned appropriately.
  • Optimized Controller images to reduce their overall system size.
  • Updated the version of git included on Controllers to 2.44.1 to address recent CVEs.
  • The user edit form in the administrative panel has been modified so that feedback on password requirements is shared, and errors prevent the form from closing and resetting.

Features

  • Controllers now bundle Zabbix agent 2. The daemon is not enabled by default and must be configured before use. Consult the related documentation for additional information.

Client

Features

  • The Bowtie client has gained the API endpoints: http://localhost:17133/organizations, http://localhost:17133/organizations/:id and http://localhost:17133/organizations/:id/peers

    The latter two endpoints support Content-Type: text/event-stream as well as Content-Type: application/json

    These endpoints will be used by the Bowtie client support page which is accessible via http://localhost:17133/static/support.html or help in the tray menu.

  • The help page (also available at http://localhost:17133/static/support.html), has gained more information, including detailed information on wireguard peers.

Fixes

  • Fixed an issue where check-ins returning HTTP 204 were reporting as HTTP 400 on the status screen.