Skip to content

Commit

Permalink
chore(main): release 2.3.0 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
segator authored Feb 10, 2025
1 parent 15747ba commit a645206
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"2.2.1"}
{".":"2.3.0"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.3.0](https://github.com/segator/transcoderd/compare/v2.2.1...v2.3.0) (2025-02-10)


### 🎉 Features

* if a job failed more than 10 times is marked as canceled ([032b406](https://github.com/segator/transcoderd/commit/032b40613ce2246517d966bbd0623df7e2ac2ba7))


### 🐛 Bug Fixes

* progressJobMaintenance was not cleaning properly job_progress table ([15747ba](https://github.com/segator/transcoderd/commit/15747ba4e62ed433a63909d128755724b2069c31))

## [2.2.1](https://github.com/segator/transcoderd/compare/v2.2.0...v2.2.1) (2025-02-08)


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.2.1 # x-release-please-version
ghcr.io/segator/transcoderd:server-v2.3.0 # 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.2.1 \ # x-release-please-version
ghcr.io/segator/transcoderd:worker-v2.3.0 \ # 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.2.1
2.3.0

0 comments on commit a645206

Please sign in to comment.