Important
This is a beta release.
❤️ Your help is very important to help ship this new major version
Please carefully read the v1.0.0 beta 1 release note if you're upgrading from <= v0.10
🐳 New docker images
This release is available in the following tags : v1.0.0-beta.4, beta.
Exact tag :
ghcr.io/seaweedbraincy/jellyfin-newsletter:1.0.0-beta.4.
Beta tag :
ghcr.io/seaweedbraincy/jellyfin-newsletter:beta.
🧰 What's fixed
- The python-engine was configuring the config folder, setting the right permissions and then dropping permission to run the newsletter. The go-engine, was setting the permissions at build time. Therefore the responsability of setting the permissions is transferred to the user. This is not desriable. Beta 4 brings a whole new Go compiled entrypoint, configuring the envrionment before dropping the privileges and running the newsletter. This entrypoint removes the docker env variable breaking point from beta 1. Fix #124. PR #125 by @SeaweedbrainCY.
❤️ Special thanks to
- @filou1003 for the bug report and beta testing