Skip to content

v2.12.0

Compare
Choose a tag to compare
@kannibalox kannibalox released this 31 Oct 02:12
· 98 commits to main since this release
b709128

Fixed

  • rtcontrol: --cull/--purge now clean up empty directories properly

Added

  • chtor/mktor/lstor: --progress flag to allow controlling hash check progress bar

Changed

  • The SSH transport now behaves more like the original pyroscope:
    • Allow for non-22 ports
    • Handle absolute paths similarly
    • Disable SSH pseudo-terminal allocation
    • Increase socat timeout to 5 seconds
  • lstor refactoring:
    • -o now effects the output of --raw
    • -o "" now means "do not output any fields"
    • Data is hash checked after printing info
    • Do not halt immediately when validation fails, but set the exit code to 70 (failed hash checks return 65)