3.0.0
Documentations.
parts of these changes are documented as wanpadctl(8)
.
Software Changes
These changes are as follows:
- Introduce wanpadctl command.
- Add FreeBSD 14+ support. (except for the systemd services, for now)
- Rewritten shell scripts with POSIX-complient syntax.
- All binaries are removed and replaced with a mechanism to install them. (except the Filebeat)
- Add the AGPL license to the shell scripts (Copyrights of developers are preserved in the process).
- Delegate the large portion of installation process to the
make
command. The addedMakefile
is written to be compatible with both GNU and BSDmake
. - Node exporter upgraded to latest
1.7.0
version. - Shell scripts inside the maintenance directory, such as
startup_cmd.sh
, will be deprecated soon. - Utilize
sshd_config.d
directory for our SSH operation in linux. HOOPAD_CA.crt
is removed.- Systemd services are moved and now only work inside
client-services
directory.