[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.
This commit is contained in:
Amras
2026-05-01 11:04:17 +00:00
parent cab64b3a26
commit 9fa5e949fd
2 changed files with 5 additions and 1 deletions

View File

@ -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:

4
release/1.0.0+v1.6.870-0 Normal file
View File

@ -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)