Fix DeprecationWarning in models.
#6: Add support for authenticated Redis connections.
Switch to pkgutil-style namespace package.
Refresh package metadata.
Fix regressions in 5.4.1 where short hashes and detached tags were no longer suitable revisions for Repo.update.
Fix issue with git-pulling revisions.
Allow "rev" to be None, in which case, default to master or tip.
Swarm model can be used in sets and comparable. BaseResource has by_id classmethod.
#3: Add functionality to Ingredient model.
In Velociraptor.get_credentials, allow username and password to be resolved by environment variables.
Removed utc
and utcfromtimestamp
from common.utils
.
Use utc.UTC
and utc.fromtimestamp
from the utc instead.
vr.common.paths
no longer exposes ProcData
, which should
be imported from vr.common.models
.
Add suds-py3 as a dependency when on Python 3.
Added new 'balancers' extra, which installs the dependencies for the balancers.
Clean empty pools in StingRay balancer
Remove dependency to SetuptoolsVersion
Make overlayfs configuration dependent on LXC
Fixed ImportError in 'vr.common.balancer.varnish'.
Moved project to Github.
Incorporated project skeleton from jaraco. Enabled automatic releases of tagged commits.
Fix QueryResult iterability on Python 3.
In models, allow parameters to be supplied when loading entities.
Nicer error reporting in Velociraptor client when credentials are invalid.
Installation now requires pip 6.x or later.