Skip to content

v0.17.1

Compare
Choose a tag to compare
@0xdcarns 0xdcarns released this 21 Dec 19:53
· 2285 commits to master since this release
72526eb

Important Note: Upgrade instructions for 0.16.1 --> 0.16.3 and for 0.16.3 -- 0.17.1, can be found here: https://docs.netmaker.org/upgrades.html#upgrade-the-server-after-v0-16-1

Community

What's New

  • Just one big item: beta version of nmctl - a CLI tool for Netmaker servers!! Check it out in the release assets below! (Only available for linux-amd64 for now)

What's Fixed

  • A lot of code cleanup
  • QoL enhancements around different pointers in the code base
  • peers are sent more uniformly every update, which should help with netclient caching
  • validation for ext-client and node names
  • CORS allowed origin issue with default reverse proxy
  • A longer netclient daemon startup, which should help netclient not start before DNS services are online in some cases
  • an admin can no longer make another admin, a non-admin (but they can delete them still)
  • netclients now collect local interfaces and you can select which one to use for your local address via the Admin Dashboard/UI
  • removed two unused api endpoints

Known Issues

  • unable to ping ext clients from windows
  • if node is disconnected via cli and then reconnected via netmaker UI -- peers may take some time to be populated
  • IPv6 node public endpoints are not supported
  • some users have experienced interrupted connections/packet loss, we are monitoring the situation, but can not replicate currently

EE

What's New

  • no additions

What's Fixed

  • bug where admin users would change their password in ee and it would make them a non-admin, as a result admins can no longer make other admins non-admins (have to delete them instead)