Skip to content

cli/v1.4.0

Compare
Choose a tag to compare
@deepsquare-bot deepsquare-bot released this 11 Jan 01:22
· 184 commits to main since this release

Features

  • Added validate command, which will send the workflow file to the sbatch service, but will not submit the job.
  • Added optional --private-key.path flag (environment variable is ETH_PRIVATE_KEY_PATH). Specify the path of a file containing an hexadecimal-encoded wallet private key.
  • Added private key generation if there is no private key at ~/.dps/key and if --private-key (ETH_PRIVATE_KEY) is not set.
  • Update sbatch schema to 0.18.1:
    • If command is empty, the step wil execute the default ENTRYPOINT and CMD defined inside the Dockerfile.
    • If shell is set to ENTRYPOINT, the step will execute ENTRYPOINT and the specified command.
  • Added quick install script: curl https://raw.githubusercontent.com/deepsquare-io/grid/main/cli/get-dps | bash

SHA256 Checksums

ae6e499c7ab41f9bf6f735e98bb05450ed4eedb3a2c138ce85bb761a0e53b5c9 *dps-darwin-amd64
af5d11ed2490beff06186e46424ac3d0f82d1328847f7fbb3103b25da83c5da1 *dps-darwin-arm64
3218d30d4d1c5251264df3a7ed966dbd64adb236524bdd8e1f338b077a2feaf0 *dps-freebsd-arm64
3218d30d4d1c5251264df3a7ed966dbd64adb236524bdd8e1f338b077a2feaf0 *dps-freebsd-arm64
b4780a7c24e75934be9ec7fdc39e3fb87ab8d5d55b574997196556b9271c6503 *dps-linux-amd64
5678e59c8d535f9adbd5674705f6b39e97c0884f7830a67c58f0a75d308ec742 *dps-linux-arm64
0da96d8660305aaf3946cac2050e3df6cc34b8f752052abffd2db15355045d9f *dps-linux-riscv64
d65935bb2cb12f0cbcb9a3bde8ece41921416a712c765a6575e3a107cc096981 *dps-windows-amd64.exe

Full Changelog: cli/v1.3.0...cli/v1.4.0