- dropped python2
- setuptools_scm (no more bumpversion).
- More dev env stuff: removed requirements files, all deps in setup.cfg now.
- Fix some shit from migrating master -> main
- Makefile updates
- More test, deploy and build update , still no code change B)
- Updated deployment env.
- Updated requirements
- Updated requirements
- Make the region entry in ~/.aws/config optional
- Bug fix Cache file can contain incompatible time format
- Added boto3 requirements to setup.py
- Docs update
- Added ElasticLoadBalancingv2 (ALB) support.
- Update requirements
- Updated dev requirements
- Updated test requirements in setup.py
- Update requirements
- Removed pinned requirements from setup.py
- Update requirements: pytest -> 3.0.0
- Travis/Tox fixes.
- Added twine to requirements_dev.txt
- Added pyup.io
- ISC License
- pinned requirements
- NOQA for false positive in pyflakes
- Fixed Python3 unicode compatibility issue for json module.
- Added Caching of master selection.
- Added option '-o' '--output' for output of wrapped 'cron command'.
- Add more tests.
- syslog unix_socket path follows symbolic links (fedora)
- Urllib refactoring with requests.
- Use responses for tests.
- Factored out Mock objects.
- Removed OS X 'open' command from makefile.
- Removed python 2/3 compatibilty module.
- Removed unused exceptions module.
- Correction in docs/usage.rst
- Remove :ref: tag from README.rst (for formatting on PyPi)
- Fix mock requirements in tox.ini (mock 1.1.1 doesn't work with Python 2.6)
- First release (beta status)
- First release
- First real working version for ELB
- First working version for ELB
- In Development stage 1
- Removed HAproxy for now.
- Refactor command line argument parser
- More test for commandline
- Travis stuff
- First release on PyPI.