Skip to content
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

Compare
Choose a tag to compare
@blackandred blackandred released this 27 Nov 22:08
· 102 commits to master since this release

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 or RKD_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:

  • #58: Bugfix become support
  • #56: Correct error message
  • #57: subshell terminal resizing support