Skip to content

Commit d6f30ac

Browse files
committed
Mod updates changelog + env
1 parent b80e92b commit d6f30ac

File tree

5 files changed

+13
-10
lines changed

5 files changed

+13
-10
lines changed

.github_build/Build.bundle.cuda.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# RESTREAMER CUDA BUNDLE
22
OS_NAME=ubuntu
33
OS_VERSION=20.04
4-
RESTREAMER_UI_VERSION=1.3.0
5-
CORE_VERSION=16.10.0
4+
RESTREAMER_UI_VERSION=1.4.0
5+
CORE_VERSION=16.10.1
66
FFMPEG_VERSION=4.4.2
77
CUDA_VERSION=11.4.2
88
RELEASE=2.3.0

.github_build/Build.bundle.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# RESTREAMER BUNDLE
22
OS_NAME=alpine
33
OS_VERSION=3.15
4-
RESTREAMER_UI_VERSION=1.3.0
5-
CORE_VERSION=16.10.0
4+
RESTREAMER_UI_VERSION=1.4.0
5+
CORE_VERSION=16.10.1
66
FFMPEG_VERSION=4.4.2
77
RELEASE=2.3.0

.github_build/Build.bundle.rpi.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# RESTREAMER RPI BUNDLE
22
OS_NAME=alpine
33
OS_VERSION=3.15
4-
RESTREAMER_UI_VERSION=1.3.0
5-
CORE_VERSION=16.10.0
4+
RESTREAMER_UI_VERSION=1.4.0
5+
CORE_VERSION=16.10.1
66
FFMPEG_VERSION=4.4.2
77
RELEASE=2.3.0

.github_build/Build.bundle.vaapi.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# RESTREAMER VAAPI BUNDLE
22
OS_NAME=alpine
33
OS_VERSION=3.15
4-
RESTREAMER_UI_VERSION=1.3.0
5-
CORE_VERSION=16.10.0
4+
RESTREAMER_UI_VERSION=1.4.0
5+
CORE_VERSION=16.10.1
66
FFMPEG_VERSION=4.4.2
77
RELEASE=2.3.0

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44

55
- Mod exposes ports (Docker desktop)
66

7-
#### Restreamer UI v1.2.0 > v1.3.0
7+
#### Restreamer UI v1.2.0 > v1.4.0
88

9+
- Add email field for Let's Encrypt certification
910
- Add low_delay option to processing (default: true)
1011
- Mod uses the ingest stream for publication (datarhei/restreamer#411)
1112
- Add dlive & Trovo publication services
@@ -17,8 +18,9 @@
1718
- Fix user registration if username and/or password are set via environment (datarhei/restreamer-ui#13)
1819
- Fix Dockerfile, Reduce size, serve production build (datarhei/restreamer-ui#12)
1920

20-
### Core v16.9.1 > v16.10.0
21+
### Core v16.9.1 > v16.10.1
2122

23+
- Add email address in TLS config for Let's Encrypt
2224
- Add HLS session middleware to diskfs
2325
- Add /v3/metrics (get) endpoint to list all known metrics
2426
- Add logging HTTP request and response body sizes
@@ -27,6 +29,7 @@
2729
- Mod exclude .m3u8 and .mpd files from disk cache by default
2830
- Mod replaces x/crypto/acme/autocert with caddyserver/certmagic
2931
- Mod exposes ports (Docker desktop)
32+
- Fix use of Let's Encrypt production CA
3033
- Fix assigning cleanup rules for diskfs
3134
- Fix wrong path for swagger definition
3235
- Fix process cleanup on delete, remove empty directories from disk

0 commit comments

Comments
 (0)