docs: migration guide
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2022-12-13 16:34:16 +01:00
parent adc06f27ae
commit b6d92dc1b8
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 14 additions and 0 deletions

View File

@ -18,6 +18,20 @@ abra upgrade --rc
## Migration guides
### `0.5.x-beta` -> `0.6.x-beta`
- Using `{{ .Domain }}` in recipe `.envrc.sample` files went away because it
was portable enough. We revert to replacing e.g `gitea.example.com` with the
domain. See
[`8fad34e`](https://git.coopcloud.tech/coop-cloud/abra/commit/8fad34e) for
more.
- If your `abra.sh` scripts depend on `/bin/sh` and `/bin/bash` is available in
the container then `/bin/bash` will be used from now on. `/bin/sh` is only
now used if `/bin/bash` is not available. See
[`7f745ff`](https://git.coopcloud.tech/coop-cloud/abra/commit/7f745ff) for
more.
### `v0.4.x` -> `v0.5.x`
- The only breaking change was making `abra` understand that the JSON dump for the recipes listing lives on [recipes.coopcloud.tech/recipes.json](https://recipes.coopcloud.tech) instead of [recipes.coopcloud.tech](https://recipes.coopcloud.tech).