Skip to content

v1.8.2

Compare
Choose a tag to compare
@github-actions github-actions released this 25 May 09:59
70cc0ae

1.8.2 (2025-05-25)

Bug Fixes

  • Don't use [[ ]] in the main ssh session, which runs in /bin/sh. It wasn't a critical issue and things kept working, but an error during bootstrap wouldn't be detected properly (d8b5af0)

Internal or minor changes

  • We now run end-to-end tests on the released binaries (8d9335a)
  • To support the end-to-end tests, some flags were added to override default file locations: --lstreams-config, --cmdhistory-file, --queryhistory-file. These flags might be useful outside of testing as well (ea160d8)