Skip to content

Releases: pglombardo/PasswordPusher

v1.53.7: Reduce Memory Footprint

17 Apr 21:30
59b9c04
Compare
Choose a tag to compare

📝 What’s Changed

This release changes the application process to run in single mode. This should reduce memory use down to ~300MB. If you disable the background worker with PWP__NO_WORKER=true, then it is ~200MB.

🚀 Features

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @pglombardo and dependabot[bot]

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.53.7

..and go to http://localhost:5100

🔗 Useful Links

v1.53.6: Print Preview Bug Fix & Latest Language Strings

15 Apr 13:15
d297da6
Compare
Choose a tag to compare

📝 What’s Changed

  • Fix: Print preview does not require an authenticated session (#3271) Thanks @TomHeim29!

🚀 Features

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @pglombardo and dependabot[bot]

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.53.6

..and go to http://localhost:5100

🔗 Useful Links

v1.53.5: Language String, Messaging & Key Rotation Support

11 Apr 10:12
e08a28f
Compare
Choose a tag to compare

📝 What’s Changed

🚀 Features

⬆️ Dependencies updates

👥 List of contributors

@alex-arce, @dependabot[bot], @pglombardo and dependabot[bot]

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.53.5

..and go to http://localhost:5100

🔗 Useful Links

v1.53.4: Dependency & Security Updates

09 Apr 10:35
4c1a400
Compare
Choose a tag to compare

📝 What’s Changed

  • Security: Update selentium-webdriver (#3257) Thanks for reporting @jeremymaes!

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @pglombardo and dependabot[bot]

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.53.4

..and go to http://localhost:5100

🔗 Useful Links

v1.53.3: Dependency & Security Updates

03 Apr 12:02
fac072f
Compare
Choose a tag to compare

📝 What’s Changed

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @pglombardo and dependabot[bot]

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.53.3

..and go to http://localhost:5100

🔗 Useful Links

v1.53.2: Dependency & Security Updates

21 Mar 14:34
eb25491
Compare
Choose a tag to compare

📝 What’s Changed

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @pglombardo and dependabot[bot]

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.53.2

..and go to http://localhost:5100

🔗 Useful Links

v1.53.1: Fix Docker Port Overrides

13 Mar 16:45
64911e7
Compare
Choose a tag to compare

📝 What’s Changed

When running the pglombardo/pwpush Docker container, it defaults to port 5100. You can now override this using the PORT environment variable. Some cloud platforms set this environment variable automatically based on deployment needs.

docker run -p 7501:7501 -e PORT=7501 pglombardo/pwpush:1.53.1

Thanks @iungoron for reporting!

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @pglombardo and dependabot[bot]

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.53.1

..and go to http://localhost:5100

🔗 Useful Links

v1.53.0: New Bundled Background Workers

12 Mar 22:35
134fae7
Compare
Choose a tag to compare

📝 What’s Changed

This release adds new functionality to the pglombardo/pwpush container. It now runs the worker processes to periodically run required background tasks.

If you are currently using the Beta pwpush-worker container, you can either remove that container entirely or set PWP__NO_WORKER=true in the pwpush container to disable the background workers added in this release.

Read more in the Background Tasks documentation.

👥 List of contributors

@pglombardo

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.53.0

..and go to http://localhost:5100

🔗 Useful Links

v1.52.0: Re-enable Arm64 Docker Container Builds

12 Mar 17:53
7bd98fe
Compare
Choose a tag to compare

arm64 architecture Docker container builds are back.

📝 What’s Changed

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @pglombardo and dependabot[bot]

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.52.0

..and go to http://localhost:5100

🔗 Useful Links

v1.51.13: Bug Fixes

11 Mar 22:32
faa068c
Compare
Choose a tag to compare

📝 What’s Changed

  • Fix: Block preloading in "View Now" link (#3169) - Thanks for investigating @iungoron & @TomHeim29!
  • Settings: Move up Settings initialization to be first (#3168) - Thanks for reporting @jmkrm and to everyone in #3122!

👥 List of contributors

@pglombardo

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.51.13

..and go to http://localhost:5100

🔗 Useful Links