[chore] update minor version

Previous commits introduced new config options:
- passwords
- several misc mumble-server.ini settings

since the new setup requires superuser-pw to be set,
 it is a breaking change compared to 0.1.0
 however, 0.y.z is not considered stable by semver,
 so we're free to increment the minor version.
This commit is contained in:
Amras
2026-04-28 13:50:55 +00:00
parent 11589df06e
commit e4eba96d53
2 changed files with 4 additions and 1 deletions

View File

@ -64,7 +64,7 @@ services:
- "traefik.udp.routers.${STACK_NAME}.entrypoints=mumble-udp"
- "traefik.udp.routers.${STACK_NAME}.service=${STACK_NAME}-udp-service"
- "traefik.udp.services.${STACK_NAME}-udp-service.loadbalancer.server.port=64738"
- "coop-cloud.${STACK_NAME}.version=0.1.0+v1.6.870-0"
- "coop-cloud.${STACK_NAME}.version=0.2.0+v1.6.870-0"
secrets:
superuser-pw:

3
release/0.2.0+v1.6.870-0 Normal file
View File

@ -0,0 +1,3 @@
- Added support for optional server passwords
- Added support for misc options from mumble-server.ini
- Important: superuser-pw must now be set as a secret