From a5b6046b4775942a914add70cb1b88ee31a0b498 Mon Sep 17 00:00:00 2001
From: decentral1se <cellarspoon@riseup.net>
Date: Fri, 10 Feb 2023 14:46:01 +0100
Subject: [PATCH] docs: link to binaries

---
 docs/abra/upgrade.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/abra/upgrade.md b/docs/abra/upgrade.md
index 6d8977a..ce5bcb4 100644
--- a/docs/abra/upgrade.md
+++ b/docs/abra/upgrade.md
@@ -25,7 +25,7 @@ abra upgrade --rc
 > and we're being cautious about releasing this one. Please help us test! We're
 > currently on `0.7.0-rc2-beta`.
 
-- `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.
+- `kadabra`, the app auto-updater is available for general alpha testing! See [these docs](https://docs.coopcloud.tech/operators/tutorial/#automatic-upgrades) for how to get started. Binaries can be found [here](https://git.coopcloud.tech/coop-cloud/abra/releases/tag/0.7.0-rc2-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.