Skip to content

Commit

Permalink
RELEASE 0.2.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlos Parissis committed Apr 11, 2019
1 parent 2de167d commit 7ce84ec
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
Michael Balser <[email protected]>
Ori Shoshan <[email protected]>
Pavlos Parissis <[email protected]>
Pavlos Parissis <[email protected]>
25 changes: 25 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
CHANGES
=======

0.2.2
-----

* RELEASE 0.2.2 version
* Revert "Add 'slim' metric for servers"
* DOC: One more try to get this right
* DOC: Update docstring for address method
* Add support for changing address and port of a server
* DOC: Fix various documentation issues
* Add 'slim' metric for servers
* Don't check if ACL/MAP is a file
* Return empty list if a acl doesn't have any entries
* DOC: Change python version we use for development
* Ignore Python 3 class hierarchy of OSError errors
* Return empty list if a map doesn't have any entries
* Fix example code for show_map function
* Fix incorrect module path for constants in docstring
* Add support for slim metric to Server object
* List server metric names in alphabetic order
* Added setaddress and address to Servers
* Fix docstrings
* Remove unused variables
* Ignore Python 3 class hierarchy of OSError errors
* Update installation instructions

0.2.1
-----

Expand Down
4 changes: 2 additions & 2 deletions haproxyadmin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
__title__ = 'haproxyadmin'
__author__ = 'Pavlos Parissis'
__license__ = 'Apache 2.0'
__version__ = '0.2.1'
__copyright__ = 'Copyright 2015-2016 Pavlos Parissis'
__version__ = '0.2.2'
__copyright__ = 'Copyright 2015-2019 Pavlos Parissis'

from haproxyadmin.haproxy import HAPROXY_METRICS
from haproxyadmin.frontend import FRONTEND_METRICS
Expand Down

0 comments on commit 7ce84ec

Please sign in to comment.