docs: few migration steps
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-09-10 23:05:40 +02:00
parent 1cc521acfe
commit 4fc19bb10d

View File

@ -55,8 +55,18 @@ And test things work.
### `0.10.x-beta` -> `0.11.x-beta`
* We now ensure that `$ABRA_DIR/servers` has stricter permissions (`0600`).
See [`#592`](https://git.coopcloud.tech/toolshed/abra/pulls/592) for more.
* Timeouts are no longer used unless specifically set in the app `.env` file,
e.g `TIMEOUT=180`. Recipe maintainers should remove defaults so that these
are not imposed on operators. See
[`#596`](https://git.coopcloud.tech/toolshed/abra/issues/596).
* `--ignore-env-version` has gone away as a global flag. `--latest` is now
present on `abra app deploy`. See
[`#617`](https://git.coopcloud.tech/toolshed/abra/issues/617).
* We now ensure that `$ABRA_DIR/servers` has stricter permissions (`0600`). See
[`#592`](https://git.coopcloud.tech/toolshed/abra/pulls/592) for more. No
migration step should be required.
### `0.9.x-beta` -> `0.10.x-beta`