Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"2.3.1"}
{".":"2.3.2"}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [2.3.2](https://github.com/segator/transcoderd/compare/v2.3.1...v2.3.2) (2025-08-10)


### 🔧 Miscellaneous Chores

* **deps:** bump github.com/asticode/go-astisub from 0.32.1 to 0.34.0 ([2544776](https://github.com/segator/transcoderd/commit/25447764a533888dc5d64ad18bc79b9e33d99654))
* **deps:** bump github.com/asticode/go-astisub from 0.32.1 to 0.34.0 ([aa2b2c3](https://github.com/segator/transcoderd/commit/aa2b2c35b36968954fbf6dc8b4ee3a92bc3d07e9))
* **deps:** bump github.com/hashicorp/go-retryablehttp from 0.7.7 to 0.7.8 ([#44](https://github.com/segator/transcoderd/issues/44)) ([5e4fbed](https://github.com/segator/transcoderd/commit/5e4fbede42d0cbd39c72a285042d89450c4b1b20))
* **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))
* **deps:** bump golang.org/x/net from 0.33.0 to 0.35.0 ([810896a](https://github.com/segator/transcoderd/commit/810896a1b01335d7259242d80d137e288c4b6ada))
* **deps:** bump golang.org/x/net from 0.33.0 to 0.35.0 ([ba26161](https://github.com/segator/transcoderd/commit/ba261610e05ace411767a0729bb746caf1aa39f2))
* **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))
* **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))
* **deps:** bump golang.org/x/net from 0.37.0 to 0.42.0 ([#45](https://github.com/segator/transcoderd/issues/45)) ([04ca6b3](https://github.com/segator/transcoderd/commit/04ca6b31571f99127cba2a9a4d6466ca565459ec))

## [2.3.1](https://github.com/segator/transcoderd/compare/v2.3.0...v2.3.1) (2025-03-02)


Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ docker run -d \
-p 8080:8080 \
-v /mnt/media:/mnt/media
-v ./transcoderd.yml:/etc/transcoderd/config.yml \
ghcr.io/segator/transcoderd:server-v2.3.1 # x-release-please-version
ghcr.io/segator/transcoderd:server-v2.3.2 # x-release-please-version
```

### Grafana Statistics
Expand All @@ -64,7 +64,7 @@ docker run -d \
--restart=always \
-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
--hostname $(hostname) \
ghcr.io/segator/transcoderd:worker-v2.3.1 \ # x-release-please-version
ghcr.io/segator/transcoderd:worker-v2.3.2 \ # x-release-please-version
--web.token my_secret_token \ # Replace it for the same value as in the server config
--web.domain http://192.168.1.55:8080 # Replace it for the server IP or public endpoint if you want remote access.

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.1
2.3.2
Loading