This repository has been archived by the owner on Jan 14, 2024. It is now read-only.
v2.3.3 - packaging fix to v2.3.0
Includes a packaging fix, as text files were not packaged correctly
FEATURES:
- #55: Do not print by default all environment variables, when subshell command fails (now print only in debug logging level)
- #59: Changes related to RiotKit's InfraCheck project which includes - imports() in each module in standardlib,
rkd.api.parsing.SyntaxParsing
API interface, possibility to import tasks or modules inline by using--imports
switch orRKD_IMPORTS
environment variable - #54: Clean up the project structure, move packages from
src
to main directory - #60: Migrate from Travis CI to Github CI workflows
- #61: rkd_python - do not chdir anymore, use PYTHONPATH instead. By the way increase tests coverage a little bit
FIXES: