Skip to content

Commit 4c0e3dc

Browse files
committed
chore(main): release 2.3.2
1 parent 535fbc0 commit 4c0e3dc

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.1"}
1+
{".":"2.3.2"}

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.2](https://github.com/segator/transcoderd/compare/v2.3.1...v2.3.2) (2025-04-16)
4+
5+
6+
### 🔧 Miscellaneous Chores
7+
8+
* **deps:** bump github.com/asticode/go-astisub from 0.32.1 to 0.34.0 ([2544776](https://github.com/segator/transcoderd/commit/25447764a533888dc5d64ad18bc79b9e33d99654))
9+
* **deps:** bump github.com/asticode/go-astisub from 0.32.1 to 0.34.0 ([aa2b2c3](https://github.com/segator/transcoderd/commit/aa2b2c35b36968954fbf6dc8b4ee3a92bc3d07e9))
10+
* **deps:** bump github.com/spf13/viper from 1.19.0 to 1.20.1 ([#38](https://github.com/segator/transcoderd/issues/38)) ([726ec04](https://github.com/segator/transcoderd/commit/726ec043d812be6bc6b2750c3128e5f58eea1404))
11+
* **deps:** bump golang.org/x/net from 0.33.0 to 0.35.0 ([810896a](https://github.com/segator/transcoderd/commit/810896a1b01335d7259242d80d137e288c4b6ada))
12+
* **deps:** bump golang.org/x/net from 0.33.0 to 0.35.0 ([ba26161](https://github.com/segator/transcoderd/commit/ba261610e05ace411767a0729bb746caf1aa39f2))
13+
* **deps:** bump golang.org/x/net from 0.35.0 to 0.36.0 in the go_modules group ([#36](https://github.com/segator/transcoderd/issues/36)) ([1198e07](https://github.com/segator/transcoderd/commit/1198e07b0811e714ec78a2ca1ac1d4b6f8451f06))
14+
* **deps:** bump golang.org/x/net from 0.35.0 to 0.37.0 ([#35](https://github.com/segator/transcoderd/issues/35)) ([535fbc0](https://github.com/segator/transcoderd/commit/535fbc047e158144a13e57c5fe49ffae46bc8d76))
15+
316
## [2.3.1](https://github.com/segator/transcoderd/compare/v2.3.0...v2.3.1) (2025-03-02)
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.1 # x-release-please-version
51+
ghcr.io/segator/transcoderd:server-v2.3.2 # 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.1 \ # x-release-please-version
67+
ghcr.io/segator/transcoderd:worker-v2.3.2 \ # 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.1
1+
2.3.2

0 commit comments

Comments
 (0)