From 33a740929d7e453baa002e8575b0d435aad734b7 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 22 Aug 2023 18:50:50 +0200 Subject: [PATCH] chore: publish 1.0.0+1.0.18 release --- compose.yml | 2 +- release/1.0.0+1.0.18 | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 release/1.0.0+1.0.18 diff --git a/compose.yml b/compose.yml index e72d6c6..5d2ad1d 100644 --- a/compose.yml +++ b/compose.yml @@ -37,7 +37,7 @@ services: - "caddy.tls.on_demand=" - "backupbot.backup=true" - "backupbot.backup.path=/home/node/.wiki" - - "coop-cloud.${STACK_NAME}.version=0.2.10+1.0.18" + - "coop-cloud.${STACK_NAME}.version=1.0.0+1.0.18" # healthcheck: # test: ["CMD", "curl", "-f", "http://localhost"] # interval: 30s diff --git a/release/1.0.0+1.0.18 b/release/1.0.0+1.0.18 new file mode 100644 index 0000000..1d777c6 --- /dev/null +++ b/release/1.0.0+1.0.18 @@ -0,0 +1,7 @@ +WARNING! 🚨 + +There is a new mandatory config option, FEDWIKI_VOLUME -- please copy the +default value from the recipe .env.sample to your .env file on upgrade. + +If you haven't done that yet, best to bail with Ctrl+C, then add the option, +then re-run this `abra app upgrade ...` command