Skip to content

Commit a645206

Browse files
authored
chore(main): release 2.3.0 (#24)
1 parent 15747ba commit a645206

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.2.1"}
1+
{".":"2.3.0"}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.3.0](https://github.com/segator/transcoderd/compare/v2.2.1...v2.3.0) (2025-02-10)
4+
5+
6+
### 🎉 Features
7+
8+
* if a job failed more than 10 times is marked as canceled ([032b406](https://github.com/segator/transcoderd/commit/032b40613ce2246517d966bbd0623df7e2ac2ba7))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* progressJobMaintenance was not cleaning properly job_progress table ([15747ba](https://github.com/segator/transcoderd/commit/15747ba4e62ed433a63909d128755724b2069c31))
14+
315
## [2.2.1](https://github.com/segator/transcoderd/compare/v2.2.0...v2.2.1) (2025-02-08)
416

517

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ docker run -d \
4848
-p 8080:8080 \
4949
-v /mnt/media:/mnt/media
5050
-v ./transcoderd.yml:/etc/transcoderd/config.yml \
51-
ghcr.io/segator/transcoderd:server-v2.2.1 # x-release-please-version
51+
ghcr.io/segator/transcoderd:server-v2.3.0 # x-release-please-version
5252
```
5353

5454
### Grafana Statistics
@@ -64,7 +64,7 @@ docker run -d \
6464
--restart=always \
6565
-v /tmp:/tmp \ # Ensure to have enough space (+50G, but depends on your biggest media size) on your temporal folder, as the worker will use it heavily for encoding
6666
--hostname $(hostname) \
67-
ghcr.io/segator/transcoderd:worker-v2.2.1 \ # x-release-please-version
67+
ghcr.io/segator/transcoderd:worker-v2.3.0 \ # x-release-please-version
6868
--web.token my_secret_token \ # Replace it for the same value as in the server config
6969
--web.domain http://192.168.1.55:8080 # Replace it for the server IP or public endpoint if you want remote access.
7070

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.1
1+
2.3.0

0 commit comments

Comments
 (0)