python-nomad-1.2.0
Improvements
- dunder str support for Exceptions, thanks @SlipJ!
- Environment Variable support for
NOMAD_CLIENT_CERT
andNOMAD_CLIENT_KEY
, thanks @erhlee-bird! - additional namespace checks for (acl, client, node), thanks @sherrman!
Bug Fixes
- Pass exception error to nomad.api.exceptions.BaseNomadException, thanks @damoxc!
Documentation
- ACL thanks @automaticgiant!
- Drain missing parameter, thanks @commarla!
- Proper routing to allocations, thanks @rvilim!
- Job API documentation, thanks @atillamas!