Skip to content

Releases: cardano-foundation/antithesis

v0.2.0.0

19 Sep 16:55
d071162
Compare
Choose a tag to compare
v0.2.0.0 Pre-release
Pre-release

Release v0.2.0.0

This version includes:

  • a new anti-agent executable to automate the agent role
  • various improvements in the failure reporting
  • more filters in anti facts test-runs command, --whose and --test-run-id
  • wallet encryption/decryption for all roles, available at anti wallet command
  • anti agent push-test is a new command for the agent to start a test
  • anti agent report-results now encrypts the url with results with requester ssh public key
  • anti facts test-runs done now decrypts the result url when the requester ssh key is accessible
  • anti agent collect-email-results is a new command that scan the agent email via IMAP to collect results (until antithesis offers something better)
  • better support for dockerization of anti-oracle and anti-agent via nix
  • all secrets now are available via config file which matches docker compose secrets management (see the CD agent for an example).
  • test assets now are free to decide from the requester (still you must provide at least a working docker-compose)

Bugs

  • the interactive secret input switch is still there but doesn't appear in some helps or appear twice i.e. --ask-ssh-password

v0.1.0.0

25 Aug 10:19
b61b67a
Compare
Choose a tag to compare
v0.1.0.0 Pre-release
Pre-release

Release v0.1.0.0

This release includes

  • anti cli command. General purpose command to require/validate/accept test-runs requests
  • anti-oracle . An long running executable that plays the oracle role in a loop

For the manual refer to README