diff --git a/docs/abra/upgrade.md b/docs/abra/upgrade.md index 96f202fd..0b4ab83f 100644 --- a/docs/abra/upgrade.md +++ b/docs/abra/upgrade.md @@ -23,7 +23,7 @@ abra upgrade --rc > 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-rc2-beta`. +> `0.7.0-rc3-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.