Pre-release for Testing
This pre-release addresses the Docker authentication persistence issue reported in #314.
🐛 Bug Fix
- Fixed .env file generation to properly quote environment variables, preventing shell expansion of bcrypt hashes containing $ signs
The Issue
When Docker containers restarted, bcrypt password hashes (which start with $2a$12$...) were being interpreted as shell variables by godotenv, causing authentication to fail.
Testing Needed
Please test this pre-release if you're experiencing Docker authentication issues:
docker pull rcourtman/pulse:v4.3.4-rc.1
Note
This is a pre-release for testing. If the fix works for you, please report back on issue #314.
Full Changelog: v4.3.3...v4.3.4-rc.1