From 9fa5e949fd2ed0ab87780ae713846facde9134ec Mon Sep 17 00:00:00 2001 From: Amras Date: Fri, 1 May 2026 11:04:17 +0000 Subject: [PATCH] [chore] increment major version Two pull requests merged, which move us to a stable verion. Since this recipe is no longer in alpha, we should treat the API as stable. --- compose.yml | 2 +- release/1.0.0+v1.6.870-0 | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 release/1.0.0+v1.6.870-0 diff --git a/compose.yml b/compose.yml index 4f01849..bfcc8cd 100644 --- a/compose.yml +++ b/compose.yml @@ -75,7 +75,7 @@ services: - "backupbot.backup.post-hook=rm -f /data/backup.sqlite" - "backupbot.backup.volumes.mumble_data.path=backup.sqlite" - "backupbot.restore.post-hook=mv /data/backup.sqlite /data/mumble-server.sqlite" - - "coop-cloud.${STACK_NAME}.version=0.2.0+v1.6.870-0" + - "coop-cloud.${STACK_NAME}.version=1.0.0+v1.6.870-0" secrets: superuser-pw: diff --git a/release/1.0.0+v1.6.870-0 b/release/1.0.0+v1.6.870-0 new file mode 100644 index 0000000..a33b758 --- /dev/null +++ b/release/1.0.0+v1.6.870-0 @@ -0,0 +1,4 @@ +- Upgrade from status: 1, alpha to status: 3, stable +- Healthchecks introduced (checking for open port) +- Backups introduced (full sqlite database) +- Host-port mode can now optionally be used (see README for details)