Skip to content

Commit d1df60e

Browse files
committed
chore(main): release 2.3.1
1 parent 7ac096f commit d1df60e

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-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.3.0"}
1+
{".":"2.3.1"}

CHANGELOG.md

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

3+
## [2.3.1](https://github.com/segator/transcoderd/compare/v2.3.0...v2.3.1) (2025-03-02)
4+
5+
6+
### 🔧 Miscellaneous Chores
7+
8+
* **deps:** bump github.com/asticode/go-astisub from 0.32.0 to 0.32.1 ([#26](https://github.com/segator/transcoderd/issues/26)) ([fb7a24a](https://github.com/segator/transcoderd/commit/fb7a24a0607737a00088b7473da74bed92cd8517))
9+
* **deps:** bump github.com/jedib0t/go-pretty/v6 from 6.6.5 to 6.6.7 ([#28](https://github.com/segator/transcoderd/issues/28)) ([844efa1](https://github.com/segator/transcoderd/commit/844efa16a9f8b7a82e6c9e722ff54840590bcc67))
10+
11+
12+
### ♻️ Code Refactoring
13+
14+
* server now calculates public IP instead of worker sending it ([#29](https://github.com/segator/transcoderd/issues/29)) ([7ac096f](https://github.com/segator/transcoderd/commit/7ac096f881730cbefb753bb89e212f1abfd5f56b))
15+
316
## [2.3.0](https://github.com/segator/transcoderd/compare/v2.2.1...v2.3.0) (2025-02-10)
417

518

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.3.0 # x-release-please-version
51+
ghcr.io/segator/transcoderd:server-v2.3.1 # 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.3.0 \ # x-release-please-version
67+
ghcr.io/segator/transcoderd:worker-v2.3.1 \ # 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.3.0
1+
2.3.1

0 commit comments

Comments
 (0)