Skip to content

Commit 9c33d80

Browse files
authored
chore(main): release 1.7.0 (#15)
1 parent 0678e12 commit 9c33d80

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [1.7.0](https://github.com/segator/transcoderd/compare/v1.6.1...v1.7.0) (2025-01-16)
4+
5+
6+
### 🎉 Features
7+
8+
* server supports for auto update ([0678e12](https://github.com/segator/transcoderd/commit/0678e12442c6b47945c16e169a17b866e338c7f0))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* server was trying to retry some not retriable errors ([e259d1d](https://github.com/segator/transcoderd/commit/e259d1d8cceded72bd0240a350bed97ddb0fa6c2))
14+
15+
16+
### 🤖 Continuous Integration
17+
18+
* allow to ignore cache by workflow dispatch ([4fe0b75](https://github.com/segator/transcoderd/commit/4fe0b75a2914efa9fad580e62c69ef101e4bfebf))
19+
* broken ci ([8f05e18](https://github.com/segator/transcoderd/commit/8f05e18570d8af1f9d3891a58e2dec12331aebae))
20+
* broken ci ([18ad558](https://github.com/segator/transcoderd/commit/18ad55874af86f378a9bed1aa1d0e236bb3dd089))
21+
* docker cache in a separate image ([07bfbe6](https://github.com/segator/transcoderd/commit/07bfbe6e6acf15a579dd021614f3dfe6cca4124b))
22+
* fix broken ci ([01a042d](https://github.com/segator/transcoderd/commit/01a042dd22b74b69dc64ab5883ec1b555f31be1a))
23+
* invert cache bool var ([b2efcb0](https://github.com/segator/transcoderd/commit/b2efcb0154de1010a41b8f94c353f17f9e65ae60))
24+
325
## [1.6.1](https://github.com/segator/transcoderd/compare/v1.6.0...v1.6.1) (2025-01-15)
426

527

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ docker run -d \
4949
-p 8080:8080 \
5050
-v /mnt/media:/mnt/media
5151
-v ./transcoderd.yml:/etc/transcoderd/config.yml \
52-
ghcr.io/segator/transcoderd:server-v1.6.1 # x-release-please-version
52+
ghcr.io/segator/transcoderd:server-v1.7.0 # x-release-please-version
5353
```
5454

5555
### Grafana Statistics
@@ -65,7 +65,7 @@ docker run -d \
6565
--restart=always \
6666
-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
6767
--hostname $(hostname) \
68-
ghcr.io/segator/transcoderd:worker-v1.6.1 \ # x-release-please-version
68+
ghcr.io/segator/transcoderd:worker-v1.7.0 \ # x-release-please-version
6969
--web.token my_secret_token \ # Replace it for the same value as in the server config
7070
--web.domain http://192.168.1.55:8080 # Replace it for the server IP or public endpoint if you want remote access.
7171

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.1
1+
1.7.0

0 commit comments

Comments
 (0)