release: stable-7287-1
*22e727cbuild: adapt release process to multiarch builds *be422c7jibri: update Chrome to M102 *1463df4compose: add ability to override image versions *7c29b57prosody: fix reservations API *8337c0bjicofo,prosody: migrate to new reservations system *70c5cbfmisc: update dialin numbers url setup (#1298) *7790012misc: define ENABLE_JAAS_COMPONENTS variable (#1297) *62ad172misc: update env.example *74ef7deweb,prosody: add support for JaaS components *902a673misc: move security options in sample file *2a23095misc: use the "unstable" tag between releases *741ec4abuild: add native arch building support *68d97c8ci: add GH action docker build caching *8b02b8abuild,ci: add initial arm64 support *3b86df0compose: add ability to change the JVB colibri REST API exposed port *458515cenv: add link to handbook *261577cweb: stop using the default config file *ed6ef89web: remove config option to control FLoC *cb5a753config: simplify configuration *b505d58misc: add stalebot *5ff2735web: add e2eping support using env variables *6284167web: add more audio quality options *515bd19misc: working on latest
This commit is contained in:
28
CHANGELOG.md
28
CHANGELOG.md
@@ -1,3 +1,31 @@
|
|||||||
|
## stable-7287-1
|
||||||
|
|
||||||
|
Based on stable release 7287-1.
|
||||||
|
|
||||||
|
* 22e727c build: adapt release process to multiarch builds
|
||||||
|
* be422c7 jibri: update Chrome to M102
|
||||||
|
* 1463df4 compose: add ability to override image versions
|
||||||
|
* 7c29b57 prosody: fix reservations API
|
||||||
|
* 8337c0b jicofo,prosody: migrate to new reservations system
|
||||||
|
* 70c5cbf misc: update dialin numbers url setup (#1298)
|
||||||
|
* 7790012 misc: define ENABLE_JAAS_COMPONENTS variable (#1297)
|
||||||
|
* 62ad172 misc: update env.example
|
||||||
|
* 74ef7de web,prosody: add support for JaaS components
|
||||||
|
* 902a673 misc: move security options in sample file
|
||||||
|
* 2a23095 misc: use the "unstable" tag between releases
|
||||||
|
* 741ec4a build: add native arch building support
|
||||||
|
* 68d97c8 ci: add GH action docker build caching
|
||||||
|
* 8b02b8a build,ci: add initial arm64 support
|
||||||
|
* 3b86df0 compose: add ability to change the JVB colibri REST API exposed port
|
||||||
|
* 458515c env: add link to handbook
|
||||||
|
* 261577c web: stop using the default config file
|
||||||
|
* ed6ef89 web: remove config option to control FLoC
|
||||||
|
* cb5a753 config: simplify configuration
|
||||||
|
* b505d58 misc: add stalebot
|
||||||
|
* 5ff2735 web: add e2eping support using env variables
|
||||||
|
* 6284167 web: add more audio quality options
|
||||||
|
* 515bd19 misc: working on latest
|
||||||
|
|
||||||
## stable-7287
|
## stable-7287
|
||||||
|
|
||||||
Based on stable release 7287.
|
Based on stable release 7287.
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
# Frontend
|
# Frontend
|
||||||
web:
|
web:
|
||||||
image: jitsi/web:${JITSI_IMAGE_VERSION:-unstable}
|
image: jitsi/web:${JITSI_IMAGE_VERSION:-stable-7287-1}
|
||||||
restart: ${RESTART_POLICY:-unless-stopped}
|
restart: ${RESTART_POLICY:-unless-stopped}
|
||||||
ports:
|
ports:
|
||||||
- '${HTTP_PORT}:80'
|
- '${HTTP_PORT}:80'
|
||||||
@@ -140,7 +140,7 @@ services:
|
|||||||
|
|
||||||
# XMPP server
|
# XMPP server
|
||||||
prosody:
|
prosody:
|
||||||
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable}
|
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-7287-1}
|
||||||
restart: ${RESTART_POLICY:-unless-stopped}
|
restart: ${RESTART_POLICY:-unless-stopped}
|
||||||
expose:
|
expose:
|
||||||
- '${XMPP_PORT:-5222}'
|
- '${XMPP_PORT:-5222}'
|
||||||
@@ -225,7 +225,7 @@ services:
|
|||||||
|
|
||||||
# Focus component
|
# Focus component
|
||||||
jicofo:
|
jicofo:
|
||||||
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
|
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-7287-1}
|
||||||
restart: ${RESTART_POLICY:-unless-stopped}
|
restart: ${RESTART_POLICY:-unless-stopped}
|
||||||
volumes:
|
volumes:
|
||||||
- ${CONFIG}/jicofo:/config:Z
|
- ${CONFIG}/jicofo:/config:Z
|
||||||
@@ -275,7 +275,7 @@ services:
|
|||||||
|
|
||||||
# Video bridge
|
# Video bridge
|
||||||
jvb:
|
jvb:
|
||||||
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable}
|
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-7287-1}
|
||||||
restart: ${RESTART_POLICY:-unless-stopped}
|
restart: ${RESTART_POLICY:-unless-stopped}
|
||||||
ports:
|
ports:
|
||||||
- '${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp'
|
- '${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp'
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ version: '3'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
jibri:
|
jibri:
|
||||||
image: jitsi/jibri:${JITSI_IMAGE_VERSION:-unstable}
|
image: jitsi/jibri:${JITSI_IMAGE_VERSION:-stable-7287-1}
|
||||||
restart: ${RESTART_POLICY:-unless-stopped}
|
restart: ${RESTART_POLICY:-unless-stopped}
|
||||||
volumes:
|
volumes:
|
||||||
- ${CONFIG}/jibri:/config:Z
|
- ${CONFIG}/jibri:/config:Z
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
# SIP gateway (audio)
|
# SIP gateway (audio)
|
||||||
jigasi:
|
jigasi:
|
||||||
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable}
|
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-7287-1}
|
||||||
restart: ${RESTART_POLICY:-unless-stopped}
|
restart: ${RESTART_POLICY:-unless-stopped}
|
||||||
ports:
|
ports:
|
||||||
- '${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}:${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}/udp'
|
- '${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}:${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}/udp'
|
||||||
|
|||||||
Reference in New Issue
Block a user