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

This commit is contained in:
decentral1se 2023-09-25 11:11:02 +02:00
parent b904b08b5c
commit ea6e6be5c3
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 8 additions and 0 deletions

View File

@ -30,6 +30,14 @@ abra upgrade --rc
logic prefers local filesystem access when this flag is passed. E.g. if there logic prefers local filesystem access when this flag is passed. E.g. if there
is a local copy of the catalogue, then don't `git pull`. is a local copy of the catalogue, then don't `git pull`.
- There is more `--chaos`! There is more consistent flag handling for manually
overriding when to update the local recipe or leave it alone when hacking on
changes.
- Secrets are now only generated by reading the recipe config, not the env
vars. This should hopefully not affect you. If you're seeing weird behaviour,
please see [`#464`](https://git.coopcloud.tech/coop-cloud/organising/issues/464).
- There is a new linting rule for catching invalid tags in recipe versions. - There is a new linting rule for catching invalid tags in recipe versions.
This is an seemingly unavoidable issue that requires some maintenance work. This is an seemingly unavoidable issue that requires some maintenance work.
If you run into the error, here's some If you run into the error, here's some