Skip to content

Release 0.5.5 version

Compare
Choose a tag to compare
@unixsurfer unixsurfer released this 15 Apr 08:59
· 7 commits to master since this release

This release adds support for changing the IP address and port of servers. This functionality requires haproxyadmin version 0.2.2 or higher. We aslo report a message when an ACL and a MAP is empty.

Changelog:

  • RELEASE 0.5.5 version
  • Make init.py more pylint friendly
  • Remove encoding declaration as default encoding is UTF-8
  • DOC: Update README to include examples for changing address/port
  • Fix wrong continued indentation, add space after comma
  • Fix useless object-inheritance
  • Fix the way we use Exceptions
  • Add support in server command to change address/port
  • Report when a acl doesn't have entries
  • Report when a map doesn't have entries
  • Remove unnecessary text from example outputs
  • Catch Invalid input for ACL/MAP cmds