Commit c2c5cfc 1 parent 44d5bc1 commit c2c5cfc Copy full SHA for c2c5cfc
File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- v1.2.0 (not released yet)
2
- =========================
1
+ v1.2.0
2
+ ======
3
3
4
4
No backwards incompatible changes here.
5
5
Original file line number Diff line number Diff line change 1
1
FROM centos:7
2
2
3
- ENV VERSION 1.1 .0
3
+ ENV VERSION 1.2 .0
4
4
5
- ENV CENTRIFUGO_SHA256 634de2249f7117f016385220cf855487ea2f29bc077509c8c4af952ee47b434a
5
+ ENV CENTRIFUGO_SHA256 bd78b2e117ac59892061995b485d7342741dde0324c889aec2d1e847c0cc0f89
6
6
7
7
ENV DOWNLOAD https://github.com/centrifugal/centrifugo/releases/download/v$VERSION/centrifugo-$VERSION-linux-amd64.zip
8
8
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
)
21
21
22
22
const (
23
- VERSION = "1.1 .0"
23
+ VERSION = "1.2 .0"
24
24
)
25
25
26
26
func setupLogging () {
@@ -140,6 +140,7 @@ func Main() {
140
140
viper .SetDefault ("presence" , false )
141
141
viper .SetDefault ("history_size" , 0 )
142
142
viper .SetDefault ("history_lifetime" , 0 )
143
+ viper .SetDefault ("recover" , false )
143
144
viper .SetDefault ("namespaces" , "" )
144
145
145
146
viper .SetEnvPrefix ("centrifugo" )
You can’t perform that action at this time.
0 commit comments