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