From df2d931f6603d943067f90c51521b55d47c25e9c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 29 Nov 2023 10:18:47 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a8def065..b0da848ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## v6.0.1 + +### IMPORTANT NOTES + + * If you upgrade from PeerTube **< v6.0.0**, please follow 5.0.0 IMPORTANT NOTES + * We've made some modifications in v6.0.0 IMPORTANT NOTES, so if you upgrade from PeerTube 6.0.0: + * Ensure `location = /api/v1/videos/upload-resumable {` has been replaced by `location ~ ^/api/v1/videos/(upload-resumable|([^/]+/source/replace-resumable))$ {` in your nginx configuration + * Ensure you updated `storage.web_videos` configuration value to use `web-videos/` directory name + * Ensure your directory name on filesystem is the same as `storage.web_videos` configuration + +### Bug fixes + + * Fix CPU going to 100% on odd cpu count + * Increase storyboard generation job TTL + * Add missing `generate-video-storyboard` job type in admin jobs list + * Regenerate storyboard after studio job + + ## v6.0.0 ### IMPORTANT NOTES