Version bump to 1.2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adam Štrauch 2021-09-18 19:34:18 +02:00
parent 66683c9496
commit a4a97ec49d
Signed by: cx
GPG Key ID: 018304FFA8988F8D
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
VERSION=1.1 VERSION=1.2
.PHONY: all .PHONY: all

View File

@ -52,9 +52,9 @@ Support for NATS is only less than 150 lines.
The quickest way how to run lobby on your server is this: The quickest way how to run lobby on your server is this:
```shell ```shell
wget -O /usr/local/bin/lobbyd https://github.com/by-cx/lobby/releases/download/v1.1/lobbyd-1.1-linux-amd64 wget -O /usr/local/bin/lobbyd https://github.com/by-cx/lobby/releases/download/v1.2/lobbyd-1.2-linux-amd64
chmod +x /usr/local/bin/lobbyd chmod +x /usr/local/bin/lobbyd
wget -O /usr/local/bin/lobbyctl https://github.com/by-cx/lobby/releases/download/v1.1/lobbyctl-1.1-linux-amd64 wget -O /usr/local/bin/lobbyctl https://github.com/by-cx/lobby/releases/download/v1.2/lobbyctl-1.2-linux-amd64
chmod +x /usr/local/bin/lobbyctl chmod +x /usr/local/bin/lobbyctl
# Update NATS_URL and LABELS here # Update NATS_URL and LABELS here
@ -223,11 +223,11 @@ too.
## TODO ## TODO
* [X] Tests * [X] Tests
* [ ] Command hooks - script or list of scripts that are triggered when discovery status has changed * [X] Command hooks - script or list of scripts that are triggered when discovery status has changed
* [ ] Support for multiple active backend drivers * [ ] Support for multiple active backend drivers
* [ ] Redis driver * [X] Redis driver
* [X] Remove the 5 secs waiting when daemon is stopped * [X] Remove the 5 secs waiting when daemon is stopped
* [X] API to allow add labels at runtime * [X] API to allow add labels at runtime
* [ ] Check what happens when driver is disconnected