Skip to content

Releases: antithesishq/snouty

v0.2.0

09 Mar 01:22
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

snouty v0.2.0

This release introduces a higher-level snouty run UX, adds local docs browsing with snouty docs, and moves raw webhook access to snouty api webhook.

Highlights

  • New snouty docs commands: search, show, tree, sqlite
  • snouty run now uses dedicated flags for common fields like --test-name, --description, --duration, --config-image, and --recipients
  • snouty run --config <dir> can now build and push a config image automatically
  • Raw webhook usage now lives under snouty api webhook

Breaking changes

The big change in v0.2.0 is that the snouty run subcommand is now a higher-level interface. The old functionality has been moved to snouty api webhook.

Old:

snouty run -w basic_test \
  --antithesis.test_name "my-test" \
  --antithesis.description "nightly test run" \
  --antithesis.config_image config:latest \
  --antithesis.duration 30 \
  --antithesis.report.recipients "[email protected]"

New:

snouty api webhook -w basic_test \
  --antithesis.test_name "my-test" \
  --antithesis.description "nightly test run" \
  --antithesis.config_image config:latest \
  --antithesis.duration 30 \
  --antithesis.report.recipients "[email protected]"

Or you can migrate over to the new, higher-level, run interface:

snouty run -w basic_test \
  --test-name "my-test" \
  --description "nightly test run" \
  --config-image config:latest \
  --duration 30 \
  --recipients "[email protected]"

Full diff

v0.1.11...v0.2.0

Install snouty 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/antithesishq/snouty/releases/download/v0.2.0/snouty-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/antithesishq/snouty/releases/download/v0.2.0/snouty-installer.ps1 | iex"

Download snouty 0.2.0

File Platform Checksum
snouty-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
snouty-x86_64-pc-windows-msvc.zip x64 Windows checksum
snouty-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
snouty-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.11

24 Feb 21:09
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Install snouty 0.1.11

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/antithesishq/snouty/releases/download/v0.1.11/snouty-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/antithesishq/snouty/releases/download/v0.1.11/snouty-installer.ps1 | iex"

Download snouty 0.1.11

File Platform Checksum
snouty-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
snouty-x86_64-pc-windows-msvc.zip x64 Windows checksum
snouty-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
snouty-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.10

18 Dec 23:05
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Install snouty 0.1.10

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/orbitinghail/snouty/releases/download/v0.1.10/snouty-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/orbitinghail/snouty/releases/download/v0.1.10/snouty-installer.ps1 | iex"

Download snouty 0.1.10

File Platform Checksum
snouty-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
snouty-x86_64-pc-windows-msvc.zip x64 Windows checksum
snouty-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
snouty-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.9

18 Dec 22:58
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Install snouty 0.1.9

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/orbitinghail/snouty/releases/download/v0.1.9/snouty-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/orbitinghail/snouty/releases/download/v0.1.9/snouty-installer.ps1 | iex"

Download snouty 0.1.9

File Platform Checksum
snouty-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
snouty-x86_64-pc-windows-msvc.zip x64 Windows checksum
snouty-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
snouty-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.8

18 Dec 20:42
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Install snouty 0.1.8

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/orbitinghail/snouty/releases/download/v0.1.8/snouty-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/orbitinghail/snouty/releases/download/v0.1.8/snouty-installer.ps1 | iex"

Download snouty 0.1.8

File Platform Checksum
snouty-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
snouty-x86_64-pc-windows-msvc.zip x64 Windows checksum
snouty-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
snouty-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.7

18 Dec 19:39
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Install snouty 0.1.7

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/orbitinghail/snouty/releases/download/v0.1.7/snouty-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/orbitinghail/snouty/releases/download/v0.1.7/snouty-installer.ps1 | iex"

Download snouty 0.1.7

File Platform Checksum
snouty-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
snouty-x86_64-pc-windows-msvc.zip x64 Windows checksum
snouty-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
snouty-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.5

18 Dec 17:53
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Install snouty 0.1.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/orbitinghail/snouty/releases/download/v0.1.5/snouty-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/orbitinghail/snouty/releases/download/v0.1.5/snouty-installer.ps1 | iex"

Download snouty 0.1.5

File Platform Checksum
snouty-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
snouty-x86_64-pc-windows-msvc.zip x64 Windows checksum
snouty-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
snouty-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.3

18 Dec 01:52
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v0.1.4

18 Dec 02:03
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Full Changelog: v0.1.3...v0.1.4