docs: note about removal of record/server new
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2023-09-14 16:50:37 +02:00
parent f2f335d4da
commit 14e9da8d82
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 5 additions and 0 deletions

View File

@ -40,6 +40,11 @@ abra upgrade --rc
`cd ~/.abra/catalogue && git checkout .` to get `abra` to stop complaining about
unstaged changes.
- `abra record ...` & `abra server new` have been removed! Following a usage poll, these
features were not being relied on. They were also alpha prototypes which we
feel can be reconsidered once other more critical parts of Abra are more
stable.
### `0.6.x-beta` -> `0.7.x-beta`
- **ALERTA, ALERTA**, security related issue: all `$domain.env` env vars are now exposed to the deployment via the `app` service container. Each `FOO=BAR` is exported within the context of the container. If you have any privately committed secrets in your `.env` files, please migrate them to the `secrets: ...` configuration in the recipe. This change was made to facilitate tooling which can support auto-upgrading of apps in a deployment.