github rcourtman/Pulse v4.3.4-rc.1
v4.3.4-rc.1 - Docker Authentication Fix (Pre-release)

latest releases: v4.13.0, v4.12.1, v4.12.0...
pre-release20 days ago

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

Don't miss a new Pulse release

NewReleases is sending notifications on new releases.