From 19a6b55580e489322b78dfe6ed2c4ed25b7a557d Mon Sep 17 00:00:00 2001 From: Isaac Aymerich <2348131+segator@users.noreply.github.com> Date: Sun, 10 Aug 2025 19:51:55 +0200 Subject: [PATCH] chore(main): release 2.3.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ readme.md | 4 ++-- version.txt | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96b412a..92d2b3d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.3.1"} \ No newline at end of file +{".":"2.3.2"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d5b764..8f802da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/readme.md b/readme.md index acd48ec..090f76d 100644 --- a/readme.md +++ b/readme.md @@ -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 @@ -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. diff --git a/version.txt b/version.txt index 2bf1c1c..f90b1af 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.3.1 +2.3.2