From 9f06dae65fe3f0bab1fd25ff59a4b74871be97ab Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 23 Mar 2025 11:15:46 +0100 Subject: [PATCH] docs: latest RC2 changes --- docs/abra/upgrade.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/abra/upgrade.md b/docs/abra/upgrade.md index 55943d5..d7fee32 100644 --- a/docs/abra/upgrade.md +++ b/docs/abra/upgrade.md @@ -55,7 +55,7 @@ And test things work. ### `0.9.x-beta` -> `0.10.x-beta` -> 🎺🎺🎺 Get the [release candidate](https://git.coopcloud.tech/toolshed/abra/releases/tag/0.10.0-rc1-beta) 🎺🎺🎺 +> 🎺🎺🎺 Get the [release candidate](https://git.coopcloud.tech/toolshed/abra/releases/tag/0.10.0-rc2-beta) 🎺🎺🎺 * `abra` will now write the app deployment version to the app env file (`$ABRA_DIR/servers//.env`) against the `TYPE=/RECIPE=` env @@ -113,6 +113,11 @@ And test things work. to accomodate the work done around operator collaboration and stable versioning. +* `abra app deploy` / `upgrade` / `rollback` / etc. now show the deployment + progress, retry attempts and the healthcheck status. + +* Failed deployments will write output logs to file in `~/$ABRA_DIR/logs`. + * `abra app errors` went away. It never really worked and was retired. You can rely on `abra app logs` for the time being. @@ -127,6 +132,9 @@ And test things work. * `abra recipe fetch` now accepts an `--all` flag to fetch all repositories. +* It's now possible to set the character charset for a password. See + [`#521`](https://git.coopcloud.tech/toolshed/abra/issues/521) for more. + ### `0.8.x-beta` -> `0.9.x-beta` None at this time.