Skip to content

v1.10.0

Compare
Choose a tag to compare
@WanzenBug WanzenBug released this 19 Oct 10:52
· 51 commits to master since this release
v1.10.0

This is the final release of 1.10.0. In the long phase between RC.1 and this released, a lot of work was happening on the LINSTOR side.

Other than that, this release contains a few small improvements with regards to IPv6 based setups, as well as an option to share DRBD configuration between host and container.


Added

  • Can set the variable mountDrbdResourceDirectoriesFromHost in the Helm chart to create hostPath Volumes for DRBD and LINSTOR configuration directories for the satellite set.

Changed

  • Change default bind address for satellite monitoring to use IPv6 anylocal [::]. This will still to work on IPv4
    only systems with IPv6 disabled via sysctl.
  • Default images:
    • LINSTOR 1.20.0
    • DRBD 9.1.11
    • DRBD Reactor 0.9.0
    • external CSI images upgraded to latest versions

Fixed

  • Comparing IP addresses for registered components uses golang's built-in net.IP type.
  • Restoring satellites after eviction only happens if the node is ready.