Skip to content

v0.6.0 - 2019-03-18

Compare
Choose a tag to compare
@sprocktech sprocktech released this 20 Mar 15:35
8d5034d

Release Notes

This is the first set of release notes for this project, some details are summarized. Future releases will include more detailed notes.

v0.6.0 - 2019-03-18

Added

  • New functions (20+) including helpers for firewall port checking, package version comparison, automatically finding new UBNT packages and more robust functions to gather UniFi Controller information
  • Several new command-line options including -h to show a help screen
  • Support to display prompts using whiptail
  • Option to limit port access to certain source IP addresses in UFW

Changed

  • Re-factored code into easy-ubnt.sh
  • Streamlined OS checks to allow for broader support on Debian-based systems [Thanks bigverm23]
  • Streamlined installations of Java and MongoDB
  • Latest log is now at /var/log/easy-ubnt/latest.log
  • More verbose UFW status output [Thanks Mattgphoto on Discord]

Deprecated

  • The unifi-installer.sh script is deprecated and won't work past the 5.9 branch of the UniFi Controller

Fixed

  • Issues with firewall probing of OpenSSH port [Thanks SatisfyIT]