Skip to content

Commit

Permalink
chore(main): release 2.1.0 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
segator authored Jan 20, 2025
1 parent 277fbce commit 4e15101
Show file tree
Hide file tree
Showing 4 changed files with 22 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.0.1"}
{".":"2.1.0"}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [2.1.0](https://github.com/segator/transcoderd/compare/v2.0.1...v2.1.0) (2025-01-20)


### 🎉 Features

* PGS conversion shows progress in worker cli ([b890256](https://github.com/segator/transcoderd/commit/b89025601403630e5153fb7d55a3fbfe0af6dac9))


### 🐛 Bug Fixes

* some fixes after linter corrections ([b890256](https://github.com/segator/transcoderd/commit/b89025601403630e5153fb7d55a3fbfe0af6dac9))
* uncomment something commented by accident ([277fbce](https://github.com/segator/transcoderd/commit/277fbcee8afa5353561838034512fb2ee51fe74a))


### 📝 Documentation

* update readme latest changes ([b890256](https://github.com/segator/transcoderd/commit/b89025601403630e5153fb7d55a3fbfe0af6dac9))

## [2.0.1](https://github.com/segator/transcoderd/compare/v2.0.0...v2.0.1) (2025-01-20)


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

0 comments on commit 4e15101

Please sign in to comment.