Commit 140c5f2 1 parent 9bc262a commit 140c5f2 Copy full SHA for 140c5f2
File tree 4 files changed +31
-6
lines changed
4 files changed +31
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## stable-5765
2
+
3
+ Based on stable release 5765.
4
+
5
+ * 9bc262a prosody: fix building unstable images
6
+ * 0cbe0d9 web: add a env variable to enable/disable deep linking
7
+ * b22421b misc: publish nightly unstable images
8
+ * 78699fe web: allow to configure shard name using env variable
9
+ * a6853ef jvb: add octo configuration options
10
+ * d6fac8e jicofo: disable octo by default
11
+ * 1fa5048 doc: add link to Kubernetes setup
12
+ * e1cebcc web,jvb: add ability to disable web sockets for colibri
13
+ * 6c4dce1 jicofo: fix ENABLE_SCTP type
14
+ * 953a4d2 jicofo: use a client proxy connection
15
+ * d27336b web: always try to renew cert on container boot
16
+ * 73acbad web: remove deprecated config option
17
+ * cb4d941 web: removed duplicate host headers
18
+ * ec570ba k8s: fix PodSecurityPolicy
19
+ * c4fc3d3 web: make a custom interface config possible
20
+ * b45b505 web: always install acme.sh when container starts
21
+ * 94ca16d etherpad: remove quotes from all env vars
22
+ * c89ccc9 jicofo: reintroduce shibboleth auth
23
+ * a6486b4 examples: update traefik v2 example
24
+ * f4ec023 misc: working on latest
25
+
1
26
## stable-5390-3
2
27
3
28
Based on stable release 5390-3.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3'
3
3
services :
4
4
# Frontend
5
5
web :
6
- image : jitsi/web:latest
6
+ image : jitsi/web:stable-5765
7
7
restart : ${RESTART_POLICY}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -108,7 +108,7 @@ services:
108
108
109
109
# XMPP server
110
110
prosody :
111
- image : jitsi/prosody:latest
111
+ image : jitsi/prosody:stable-5765
112
112
restart : ${RESTART_POLICY}
113
113
expose :
114
114
- ' 5222'
@@ -177,7 +177,7 @@ services:
177
177
178
178
# Focus component
179
179
jicofo :
180
- image : jitsi/jicofo:latest
180
+ image : jitsi/jicofo:stable-5765
181
181
restart : ${RESTART_POLICY}
182
182
volumes :
183
183
- ${CONFIG}/jicofo:/config:Z
@@ -223,7 +223,7 @@ services:
223
223
224
224
# Video bridge
225
225
jvb :
226
- image : jitsi/jvb:latest
226
+ image : jitsi/jvb:stable-5765
227
227
restart : ${RESTART_POLICY}
228
228
ports :
229
229
- ' ${JVB_PORT}:${JVB_PORT}/udp'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
2
2
3
3
services :
4
4
jibri :
5
- image : jitsi/jibri:latest
5
+ image : jitsi/jibri:stable-5765
6
6
restart : ${RESTART_POLICY}
7
7
volumes :
8
8
- ${CONFIG}/jibri:/config:Z
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3'
3
3
services :
4
4
# SIP gateway (audio)
5
5
jigasi :
6
- image : jitsi/jigasi:latest
6
+ image : jitsi/jigasi:stable-5765
7
7
restart : ${RESTART_POLICY}
8
8
ports :
9
9
- ' ${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}:${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}/udp'
You can’t perform that action at this time.
0 commit comments