Skip to content

0.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Aug 02:27
5cffe80

Release Notes

Crate versions in this release:

Crate Version
upone 0.1.1
upone-core 0.1.0
upone-providers 0.1.1

upone

  • Exit with a non-zero status when any task in the plan fails, so scripts and CI pipelines can detect a failed run.
  • update upone-providers 0.1.0 -> 0.1.1

upone-providers

  • Ensure postgres and redis never start a second, redundant docker compose invocation: when a compose file defines them they depend on the docker provider's compose-up task and only verify the service responds, removing a race between concurrent compose runs.
  • Report a clear, actionable error when postgres or redis are detected without a compose service to start them, instead of a broken docker compose up.
  • Show the tail of a failing command's output as the task error message, instead of a truncated first line.
  • Verify postgres and redis on the actual host port a compose file publishes for them, instead of assuming 5432/6379, so projects mapping alternative ports are checked correctly.

Install upone 0.1.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CarlosEduJs/upone/releases/download/v0.1.1/upone-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/CarlosEduJs/upone/releases/download/v0.1.1/upone-installer.ps1 | iex"

Download upone 0.1.1

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