Compare commits

..

1 Commits

Author SHA1 Message Date
decentral1se 5f95476725
docs: new release notes 2023-02-09 09:58:45 +01:00
1 changed files with 5 additions and 2 deletions

View File

@ -20,9 +20,12 @@ abra upgrade --rc
### `0.6.x-beta` -> `0.7.x-beta`
> ...TODO: link to release notes for full commit logs...
> **ALERTA, ALERTA**: this is currently only available via the release
> candidate channel, using `abra upgrade --rc`. There has been a lot of churn
> and we're being cautious about releasing this one. Please help us test! We're
> currently on `0.7.0-rc1-beta`.
- `kadabra`, the app auto-updater is available for general testing! ... TODO install & usage docs ...
- `kadabra`, the app auto-updater is available for general testing! See [these docs](https://docs.coopcloud.tech/operators/tutorial/#automatic-upgrades) for how to get started.
- **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.