[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:
@ -75,7 +75,7 @@ services:
|
|||||||
- "backupbot.backup.post-hook=rm -f /data/backup.sqlite"
|
- "backupbot.backup.post-hook=rm -f /data/backup.sqlite"
|
||||||
- "backupbot.backup.volumes.mumble_data.path=backup.sqlite"
|
- "backupbot.backup.volumes.mumble_data.path=backup.sqlite"
|
||||||
- "backupbot.restore.post-hook=mv /data/backup.sqlite /data/mumble-server.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:
|
secrets:
|
||||||
superuser-pw:
|
superuser-pw:
|
||||||
|
|||||||
4
release/1.0.0+v1.6.870-0
Normal file
4
release/1.0.0+v1.6.870-0
Normal 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)
|
||||||
Reference in New Issue
Block a user