Skip to content

Releases: gravitl/netmaker

v0.10.0

09 Feb 14:25
af1067c
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release

Depricated: for new installs, please use 0.11.0

Important Notes:

  1. Do not upgrade from an existing installation to 0.10.0. No upgrade path has been defined and it will fail.
  2. This is a pre-production release and has not been marked as 'stable'.
  3. If Running Windows netclient, either keep the WireGuard app open or not open at all. If you open it and you exit/kill it completely, it will cause your tunnels to disappear. Netclient may bring them back after 10+ minutes, but it will cause downtime.

What's new

  1. Message Queue
  2. Interactive UI Node Graph
  3. Private DNS and SSH over WireGuard
  4. Host Networking Enabled
  5. UDP Hole Punch Switch
  6. Static Server Client
  7. Opt-Out Telemetry
  8. UI Tweaks: filter ext clients by gateway, save rows per page

Fixed issues:

  • Route setting
  • Static nodes
  • Switching on/off hole punching
  • local routing w/ hole punching
  • UI errors

Known issues
1. cannot run upgrades from existing systems
2. Sometimes UI requests stick in pending or error out, despite completing on the server side
3. networks of more than 50 nodes will not function properly due to message size from server (need to implement chunking)
4. ipv6 routes do not get set

v0.9.4

16 Jan 17:17
44688fe
Compare
Choose a tag to compare

What's new

  • added wg-quick equivalent functions for MacOS client to remove dependency and move towards official installer (coming soon)
  • increased Caddy proxy server security
  • Docs overhaul (egress, ingress, UI labelling)

Fixed issues:

  • Fixed issue with "local" networks (IsLocal)
  • Minor server code fixes

Known issues

  • DNS for different linux clients buggy
  • Windows still needs fixes

v0.9.3

06 Jan 20:40
5a7c6e8
Compare
Choose a tag to compare

What's new

  • Increased Server Stability
  • UI allows for approval of key-less node joining
  • Linux clients more reliant on wireguard-tools, switch to using official WG conf files
  • Removed Abilty for RCE through postup/down, can be enabled with RCE Server flag
  • Disabled post commands on UI when server isn't in RCE mode
  • Can specify tenant for Azure AD oauth via AZURE_TENANT env on server

Fixed issues:

  • Admin can delete accounts again: #560
  • Egress Gateway Ranges now visible/reachable from relayed nodes, #498
  • Minor UI enhancements around notifications
  • Minor log changes

Known issues

  • DNS for different linux clients buggy
  • Windows client resets
  • Windows needs work
  • Mac client needs stability

v0.9.2

12 Dec 23:47
a412596
Compare
Choose a tag to compare

Fixed issues:

  1. Memory Leak: #533
  2. Developer path in client directories: #534
  3. Windows install / general connectivity
  4. userspace / linux routes #528
  5. Minor UI enhancements: capitalization, timestamps, polling networks

v0.9.1

29 Nov 13:23
13e7621
Compare
Choose a tag to compare

What's New?

  • Deployment templates for k8s VPN
  • Enhanced userspace client / docker image

What's Fixed?

  • Removed FWMark due to know issues
  • Cleaned up some UI bugs
  • Minor client updates for better functionality

Known Issues

  • duplicate logs on client and server in some scenarios
  • still issues with 0.0.0.0/0 (though there is now another way)
  • lack of documentation
  • some scenarios require restarting client machine or connecting multiple times to start connection successfully

v0.9.0

17 Nov 15:37
9e58722
Compare
Choose a tag to compare

What's New?

  • Major Netmaker UI Refactor
    • New look and feel
    • breadcrumbs
    • toasts
  • New option to display keys permanently in UI (DISPLAY_KEYS) for ease of deployment
  • FreeBSD Support
  • OpenWRT Support (with scripts)
  • Docker client
  • Link to 1-Click Install on DigitalOcean

What's Fixed?

  • Issue setting routes on Windows
  • Increased garbage collection on server

Known Issues

  • Windows installer will sometimes fail. Running twice should fix
  • OpenWRT instructions unclear
  • No ARM versions for server or client docker containers
  • Removing ingress gateway makes a unhealthy node look "healthy" temporarily
  • an egress gateway of of 0.0.0.0/0 will not be populated to netclients

v0.8.5

17 Nov 15:26
79671cc
Compare
Choose a tag to compare

What's New?

  • Oauth support for GitHub, Google, and Azure AD: https://netmaker.readthedocs.io/en/master/oauth.html
  • Quick Install now deploys a network by default and can optionally deploy a hub-and-spoke (regular) VPN.
  • netclient-install.sh will detect version, OS, cpu, and install wireguard
  • netclient's backup config files to help with potential ungraceful shutdown file corruption

What's Fixed?

  • removed GLIB (C) dependencies on netclient (increases compatibility across linux distributions)

Known Issues

  • installing netclient in userspace mode fails
  • changing the default interface name on a network may break the server sync function
  • an egress gateway of of 0.0.0.0/0 will not be populated to netclients

v0.8.4

28 Oct 21:48
5198ce5
Compare
Choose a tag to compare

What's New?

  • Run server in userspace mode.
  • Use PostgreSQL as a backing database (DATABASE=postgres)
  • Helm charts to support HA on Kubernetes with an HA PostgreSQL Cluster, Userspace WG (no WG dependencies): https://github.com/gravitl/netmaker-helm/
  • removed node name length limit
  • netclient name's self based on hostname
  • install script detects OS/arch

What's Fixed?

  • Security enhancements
  • Server code separated from netclient

Known Issues

  • Potential library incompatibilities on certain systems. Please open issue on GitHub if your linux distro is not supported.

v0.8.3

07 Oct 15:30
b06e52c
Compare
Choose a tag to compare

NOTICE: v0.8.3 and v0.8.2 contains breaking changes for netclients. If upgrading from v0.8.1 or lower, you must perform the following actions on all netclients, or uninstall and rejoin the network:

create /etc/netclient/config folder
move all files in /etc/netclient besides the netclient into the config folder
if a new network is joined: remove existing netclient@.service files and netclient-network.timer files from /etc/systemd/system
if 3 is performed, run systemctl-daemon reload

Alternatively, you can run "netclient uninstall" on each client, replace the netclient with the new version, and rejoin the network.

What's New?

What's Fixed?

  • Minor changes to nm-quick install script (changed docker install to docker.io) and quick install instructions (changed apt install command).
  • Fixed a bug that caused MTU settings to revert to default on checkin

Known Issues

  • Overly verbose logging on Netmaker server with Netclient logs. Will change verbosity in next release.

v0.8.2

02 Oct 18:18
f30fb3b
Compare
Choose a tag to compare

NOTICE: v0.8.2 contains breaking changes for netclients. If upgrading from v0.8.1 or lower to v0.8.2, you must perform the following actions on all netclients, or uninstall and rejoin the network:

  1. create /etc/netclient/config folder
  2. move all files in /etc/netclient besides the netclient into the config folder
  3. if a new network is joined: remove existing netclient@.service files and netclient-network.timer files from /etc/systemd/system
  4. if 3 is performed, run systemctl-daemon reload

Alternatively, you can run "netclient uninstall" on each client, replace the netclient with the new version, and rejoin the network.

What's New?

  • Moved netclient config files under /etc/netclient/config. This allows for running the tiny dockerized version of netmaker/netclient (beware of breaking changes, see above)
  • Added a configurable checkin time for server (set env var CHECKIN_INTERVAL). Default of 15 seconds for all clients. When set, this value is passed to clients via the access token. Clients will not receive updated values for checkin interval. This is only set on Join (but can be changed manually).
  • Linux now has one checkin systemd service timer for all networks, instead of one per network
  • IsServer is now adjustable, allowing for manual debugging of server issues on netclient.