Releases: pglombardo/PasswordPusher
v1.63.4: SQLite3 Improvements & New Background Job
📝 What’s Changed
- Fix SQLite3 locking & improved boot environment (#3887) @pglombardo
- Fix deprecation of :unprocessable_entity (#3886) @pglombardo
🚀 Features
- Add a background job to delete finished jobs (#3796) @ozovalihasan
⬆️ Dependencies updates
- ⬆️ Bump aws-sdk-s3 from 1.204.0 to 1.205.0 (#3906) @dependabot[bot]
- ⬆️ Bump aws-sdk-core from 3.238.0 to 3.239.0 (#3904) @dependabot[bot]
- ⬆️ Bump aws-sdk-s3 from 1.203.1 to 1.204.0 (#3903) @dependabot[bot]
- ⬆️ Bump sass-embedded from 1.94.1 to 1.94.2 (#3901) @dependabot[bot]
- ⬆️ Bump aws-sdk-core from 3.237.0 to 3.238.0 (#3899) @dependabot[bot]
- ⬆️ Bump sass-embedded from 1.94.0 to 1.94.1 (#3897) @dependabot[bot]
- ⬆️ Bump minitest from 5.26.1 to 5.26.2 (#3896) @dependabot[bot]
- ⬆️ Bump standard from 1.51.1 to 1.52.0 (#3894) @dependabot[bot]
- ⬆️ Bump pagy from 43.0.6 to 43.0.7 (#3892) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1181.0 to 1.1183.0 (#3889) @dependabot[bot]
- ⬆️ Bump rubocop-rails from 2.33.4 to 2.34.0 (#3885) @dependabot[bot]
- ⬆️ Bump i18n-tasks from 1.0.15 to 1.1.0 (#3884) @dependabot[bot]
- ⬆️ Bump pagy from 43.0.4 to 43.0.6 (#3882) @dependabot[bot]
- ⬆️ Bump bootsnap from 1.18.6 to 1.19.0 (#3881) @dependabot[bot]
👥 List of contributors
@dependabot[bot], @ozovalihasan, @pglombardo and dependabot[bot]
🛥️ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
🏃♂️ Run This Version
→ Setup a DNS record to point to your server (e.g. pwpush.example.com) and run:
docker run -d -p "80:80" -p "443:443" --env TLS_DOMAIN=pwpush.example.com pglombardo/pwpush:latest`and browse to https://pwpush.example.com.
or alternatively
→ Use one of our production ready Docker Compose files with persistent databases.
🔗 Useful Links
v1.63.2: SQLite3 as default for new installations
📝 What’s Changed
This release makes SQLite3 on a persistent volume the default for new installations.
Also, the new suggested installation method is through a simplified docker-compose.yml file detailed in the Quick Start section.
Documentation has also been updated: https://docs.pwpush.com/docs/installation/
🚀 Features
- Set new SQLite3 database path in /storage/db directory (#3879) @pglombardo
- Make persistent SQLite3 default DB for new installations (#3878) @pglombardo
👥 List of contributors
🛥️ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
🏃♂️ Run This Version
→ Setup a DNS record to point to your server (e.g. pwpush.example.com) and run:
docker run -d -p "80:80" -p "443:443" --env TLS_DOMAIN=pwpush.example.com pglombardo/pwpush:latest`and browse to https://pwpush.example.com.
or alternatively
→ Use one of our production ready Docker Compose files with persistent databases.
🔗 Useful Links
v1.63.1: Remove arm64 builds from Docker Containers
📝 What’s Changed
The arm64 container builds causes the build time to increase from 5 minutes up to an hour. We are removing the arm64 platform for the time being.
🚀 Features
- Drop arm64 platform for containers (#3877) @pglombardo
👥 List of contributors
🛥️ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
🏃♂️ Run This Version
→ Setup a DNS record to point to your server (e.g. pwpush.example.com) and run:
docker run -d -p "80:80" -p "443:443" --env TLS_DOMAIN=pwpush.example.com pglombardo/pwpush:latest`and browse to https://pwpush.example.com.
or alternatively
→ Use one of our production ready Docker Compose files with persistent databases.
🔗 Useful Links
v1.63.0: New Administration Center & MySQL/MariaDB Update
Note: after reading this, please use v1.63.4 as we have released a few bug fixes since this release.
Great news and not so great news. First, the lesser.
MySQL & MariaDB Support Dropped
MySQL/MariaDB support has been problematic over the years and this most recent issue has forced us to (at least for now) drop MySQL/MariaDB support for v1.63.0 and forward. I wrote up a short summary & explanation here.
Over the 15 years of the project, I’ve never had to pull support for a database but at this point the problems with MySQL/MariaDB are affecting the entire community. We have a backlog of security patches to release and it’s been blocked by the MySQL/MariaDB issues.
I may likely retry MariaDB/MySQL support in a future version.
With that aside, the great news:
New Administration Center Released
This new functionality will make it much easier for administrators to manage the application. We will use it as a foundation to add, configure and manage new features going forward.
This feature comes directly from the upcoming Self-Hosted Pro offering as part of the feature pipeline.
Thanks to all who beta tested and helped identify issues!
Note: Documentation & examples still need to be updated - that is in progress and will be done over the coming week or so.
📝 What’s Changed
🚀 Features
- Admin: Better new user form (#3873) @pglombardo
- Remove CaddyServer from a docker compose file (#3797) @ozovalihasan
- More String Translations (#3875) @pglombardo
- Admin Center Translations & Latest Language Strings (#3874) @pglombardo
- Fix Database Connection Status (#3872) @pglombardo
- JSON API: Add pagination to the audit logs endpoint (#3794) @pglombardo
- JSON API: Add pagination to dashboard routes (#3793) @pglombardo
⬆️ Dependencies updates
- Increase Test Coverage (#3876) @pglombardo
- ⬆️ Bump google-protobuf from 4.33.0 to 4.33.1 (#3871) @dependabot[bot]
- ⬆️ Bump pagy from 43.0.2 to 43.0.4 (#3870) @dependabot[bot]
- ⬆️ Bump madmin from 2.1.1 to 2.1.3 (#3866) @dependabot[bot]
- ⬆️ Bump reline from 0.6.2 to 0.6.3 (#3865) @dependabot[bot]
- ⬆️ Bump sass-embedded from 1.93.3 to 1.94.0 (#3862) @dependabot[bot]
- ⬆️ Bump aws-sdk-s3 from 1.203.0 to 1.203.1 (#3861) @dependabot[bot]
- ⬆️ Bump json from 2.15.2 to 2.16.0 (#3860) @dependabot[bot]
- ⬆️ Bump rubocop-ast from 1.47.1 to 1.48.0 (#3858) @dependabot[bot]
- ⬆️ Bump minitest from 5.26.0 to 5.26.1 (#3859) @dependabot[bot]
- ⬆️ Bump google-apis-iamcredentials_v1 from 0.25.0 to 0.26.0 (#3857) @dependabot[bot]
- ⬆️ Bump solid_cache from 1.0.8 to 1.0.10 (#3856) @dependabot[bot]
- ⬆️ Bump aws-sdk-kms from 1.116.0 to 1.117.0 (#3855) @dependabot[bot]
- ⬆️ Bump rollbar from 3.6.2 to 3.7.0 (#3853) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1180.0 to 1.1181.0 (#3852) @dependabot[bot]
- ⬆️ Bump sqlite3 from 2.7.4 to 2.8.0 (#3850) @dependabot[bot]
- ⬆️ Bump helm/chart-testing-action from 2.7.0 to 2.8.0 (#3851) @dependabot[bot]
- ⬆️ Bump aws-sdk-s3 from 1.202.0 to 1.203.0 (#3849) @dependabot[bot]
- ⬆️ Bump google-cloud-storage from 1.57.0 to 1.57.1 (#3848) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1179.0 to 1.1180.0 (#3847) @dependabot[bot]
- ⬆️ Bump uri from 1.1.0 to 1.1.1 (#3846) @dependabot[bot]
- ⬆️ Bump sass-embedded from 1.93.2 to 1.93.3 (#3845) @dependabot[bot]
- ⬆️ Bump helm/kind-action from 1.12.0 to 1.13.0 (#3844) @dependabot[bot]
- ⬆️ Bump brakeman from 7.1.0 to 7.1.1 (#3842) @dependabot[bot]
- ⬆️ Bump irb from 1.15.2 to 1.15.3 (#3841) @dependabot[bot]
- ⬆️ Bump rack from 3.2.3 to 3.2.4 (#3840) @dependabot[bot]
- ⬆️ Bump rdoc from 6.15.0 to 6.15.1 (#3839) @dependabot[bot]
- ⬆️ Bump rubyzip from 3.2.1 to 3.2.2 (#3838) @dependabot[bot]
- ⬆️ Bump nio4r from 2.7.4 to 2.7.5 (#3837) @dependabot[bot]
- ⬆️ Bump aws-sdk-core from 3.235.0 to 3.236.0 (#3834) @dependabot[bot]
- ⬆️ Bump aws-sdk-kms from 1.115.0 to 1.116.0 (#3836) @dependabot[bot]
- ⬆️ Bump solid_queue from 1.2.3 to 1.2.4 (#3835) @dependabot[bot]
- ⬆️ Bump uri from 1.0.4 to 1.1.0 (#3833) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1178.0 to 1.1179.0 (#3832) @dependabot[bot]
- ⬆️ Bump date from 3.4.1 to 3.5.0 (#3831) @dependabot[bot]
- ⬆️ Bump oj from 3.16.11 to 3.16.12 (#3830) @dependabot[bot]
- ⬆️ Bump timeout from 0.4.3 to 0.4.4 (#3829) @dependabot[bot]
- ⬆️ Bump rake from 13.3.0 to 13.3.1 (#3828) @dependabot[bot]
- ⬆️ Bump erb from 5.1.1 to 5.1.3 (#3827) @dependabot[bot]
- ⬆️ Bump rails from 8.0.3 to 8.1.1 (#3822) @dependabot[bot]
- ⬆️ Bump actionmailer from 8.0.3 to 8.0.4 (#3826) @dependabot[bot]
- ⬆️ Bump aws-sdk-s3 from 1.201.0 to 1.202.0 (#3825) @dependabot[bot]
- ⬆️ Bump actionpack from 8.0.3 to 8.0.4 (#3824) @dependabot[bot]
- ⬆️ Bump actiontext from 8.0.3 to 8.0.4 (#3821) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1177.0 to 1.1178.0 (#3819) @dependabot[bot]
- ⬆️ Bump solid_queue from 1.2.2 to 1.2.3 (#3818) @dependabot[bot]
- ⬆️ Bump actioncable from 8.0.3 to 8.0.4 (#3820) @dependabot[bot]
- ⬆️ Bump activemodel from 8.0.3 to 8.0.4 (#3816) @dependabot[bot]
- ⬆️ Bump actionmailbox from 8.0.3 to 8.0.4 (#3817) @dependabot[bot]
- ⬆️ Bump turbo-rails from 2.0.17 to 2.0.20 (#3811) @dependabot[bot]
- ⬆️ Bump activejob from 8.0.3 to 8.0.4 (#3810) @dependabot[bot]
- ⬆️ Bump kamal from 2.8.1 to 2.8.2 (#3809) @dependabot[bot]
- ⬆️ Bump aws-sdk-core from 3.234.0 to 3.235.0 (#3805) @dependabot[bot]
- ⬆️ Bump parser from 3.3.9.0 to 3.3.10.0 (#3807) @dependabot[bot]
- ⬆️ Bump selenium-webdriver from 4.37.0 to 4.38.0 (#3806) @dependabot[bot]
- ⬆️ Bump json from 2.15.1 to 2.15.2 (#3804) @dependabot[bot]
- ⬆️ Bump google-apis-iamcredentials_v1 from 0.24.0 to 0.25.0 (#3802) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1176.0 to 1.1177.0 (#3803) @dependabot[bot]
- ⬆️ Bump rubyzip from 3.2.0 to 3.2.1 (#3800) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1175.0 to 1.1176.0 (#3795) @dependabot[bot]
- ⬆️ Bump selenium-webdriver from 4.35.0 to 4.37.0 (#3777) @dependabot[bot]
- ⬆️ Bump puma from 7.0.4 to 7.1.0 (#3779) @dependabot[bot]
- ⬆️ Bump thruster from 0.1.15 to 0.1.16 (#3781) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1174.0 to 1.1175.0 (#3792) @dependabot[bot]
- ⬆️ Bump mail from 2.8.1 to 2.9.0 (#3791) @dependabot[bot]
- ⬆️ Bump aws-sdk-s3 from 1.200.0 to 1.201.0 (#3790) @dependabot[bot]
- ⬆️ Bump aws-sdk-kms from 1.114.0 to 1.115.0 (#37...
Pre-Release: New Administration Center
v1.62.1: Dependencies & Security Updates
📝 What’s Changed
⬆️ Dependencies updates
- ⬆️ Bump bigdecimal from 3.3.0 to 3.3.1 (#3750) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1170.0 to 1.1171.0 (#3749) @dependabot[bot]
- ⬆️ Bump rack from 3.1.17 to 3.1.18 (#3748) @dependabot[bot]
- ⬆️ Bump prism from 1.5.1 to 1.5.2 (#3747) @dependabot[bot]
- ⬆️ Bump minitest from 5.25.5 to 5.26.0 (#3744) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1168.0 to 1.1170.0 (#3743) @dependabot[bot]
- ⬆️ Bump bigdecimal from 3.2.3 to 3.3.0 (#3741) @dependabot[bot]
- ⬆️ Bump json from 2.15.0 to 2.15.1 (#3738) @dependabot[bot]
- ⬆️ Bump rack from 3.1.16 to 3.1.17 (#3737) @dependabot[bot]
- ⬆️ Bump pp from 0.6.2 to 0.6.3 (#3736) @dependabot[bot]
- ⬆️ Bump net-imap from 0.5.11 to 0.5.12 (#3735) @dependabot[bot]
- ⬆️ Bump erb from 5.0.2 to 5.0.3 (#3734) @dependabot[bot]
- ⬆️ Bump rdoc from 6.14.2 to 6.15.0 (#3732) @dependabot[bot]
- ⬆️ Bump actions/first-interaction from 3.0.0 to 3.1.0 (#3733) @dependabot[bot]
- ⬆️ Bump google-apis-storage_v1 from 0.56.0 to 0.57.0 (#3731) @dependabot[bot]
- ⬆️ Bump net-imap from 0.5.10 to 0.5.11 (#3730) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1167.0 to 1.1168.0 (#3729) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1166.0 to 1.1167.0 (#3726) @dependabot[bot]
- ⬆️ Bump et-orbi from 1.3.0 to 1.4.0 (#3725) @dependabot[bot]
- ⬆️ Bump rubyzip from 3.1.0 to 3.1.1 (#3723) @dependabot[bot]
- ⬆️ Bump turbo-rails from 2.0.16 to 2.0.17 (#3722) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1165.0 to 1.1166.0 (#3724) @dependabot[bot]
- ⬆️ Bump rubocop-rails from 2.33.3 to 2.33.4 (#3721) @dependabot[bot]
- ⬆️ Bump aws-sdk-s3 from 1.199.0 to 1.199.1 (#3719) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1164.0 to 1.1165.0 (#3718) @dependabot[bot]
- ⬆️ Bump aws-sdk-kms from 1.112.0 to 1.113.0 (#3717) @dependabot[bot]
👥 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
→ Setup a DNS record to point to your server (e.g. pwpush.example.com) and run:
docker run -d -p "80:80" -p "443:443" --env TLS_DOMAIN=pwpush.example.com pglombardo/pwpush:latest`and browse to https://pwpush.example.com.
or alternatively
→ Use one of our production ready Docker Compose files with persistent databases.
🔗 Useful Links
v1.62.0: Updated Bootswatch Themes; Security & Dependency Updates
📝 What’s Changed
🚀 Features
- Themes: Pull latest updates from Bootswatch (#3661) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump aws-sdk-core from 3.232.0 to 3.233.0 (#3716) @dependabot[bot]
- ⬆️ Bump globalid from 1.2.1 to 1.3.0 (#3715) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1163.0 to 1.1164.0 (#3714) @dependabot[bot]
- ⬆️ Bump puma from 7.0.3 to 7.0.4 (#3713) @dependabot[bot]
- ⬆️ Bump mysql2 from 0.5.6 to 0.5.7 (#3712) @dependabot[bot]
- ⬆️ Bump rubocop-ast from 1.47.0 to 1.47.1 (#3711) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1162.0 to 1.1163.0 (#3710) @dependabot[bot]
- ⬆️ Bump json from 2.14.1 to 2.15.0 (#3709) @dependabot[bot]
- ⬆️ Bump rubocop-ast from 1.46.0 to 1.47.0 (#3707) @dependabot[bot]
- ⬆️ Bump sqlite3 from 2.7.3 to 2.7.4 (#3704) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1161.0 to 1.1162.0 (#3706) @dependabot[bot]
- ⬆️ Bump ruby from 3.4.5-alpine to 3.4.6-alpine in /containers/docker (#3705) @dependabot[bot]
- ⬆️ Bump better_html from 2.1.1 to 2.2.0 (#3699) @dependabot[bot]
- ⬆️ Bump json from 2.13.2 to 2.14.1 (#3698) @dependabot[bot]
- ⬆️ Bump marcel from 1.0.4 to 1.1.0 (#3697) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1160.0 to 1.1161.0 (#3696) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1159.0 to 1.1160.0 (#3695) @dependabot[bot]
- ⬆️ Bump regexp_parser from 2.11.2 to 2.11.3 (#3694) @dependabot[bot]
- ⬆️ Bump nokogiri from 1.18.9 to 1.18.10 (#3693) @dependabot[bot]
- ⬆️ Bump puma from 7.0.2 to 7.0.3 (#3692) @dependabot[bot]
- ⬆️ Bump standard from 1.51.0 to 1.51.1 (#3691) @dependabot[bot]
- ⬆️ Bump prism from 1.4.0 to 1.5.1 (#3690) @dependabot[bot]
- ⬆️ Bump puma from 6.6.1 to 7.0.2 (#3680) @dependabot[bot]
- ⬆️ Bump jwt from 2.10.2 to 3.1.2 (#3650) @dependabot[bot]
- ⬆️ Bump actions/setup-python from 5 to 6 (#3670) @dependabot[bot]
- ⬆️ Bump actions/setup-node from 4 to 5 (#3671) @dependabot[bot]
👥 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
→ Setup a DNS record to point to your server (e.g. pwpush.example.com) and run:
docker run -d -p "80:80" -p "443:443" --env TLS_DOMAIN=pwpush.example.com pglombardo/pwpush:latest`and browse to https://pwpush.example.com.
or alternatively
→ Use one of our production ready Docker Compose files with persistent databases.
🔗 Useful Links
v1.61.1: Latest Language Strings
📝 What’s Changed
🚀 Features
- Latest Language Strings (#3689) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump aws-partitions from 1.1158.0 to 1.1159.0 (#3688) @dependabot[bot]
- ⬆️ Bump rexml from 3.4.3 to 3.4.4 (#3687) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1157.0 to 1.1158.0 (#3686) @dependabot[bot]
- ⬆️ Bump rubocop from 1.75.8 to 1.80.2 (#3684) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1156.0 to 1.1157.0 (#3683) @dependabot[bot]
- ⬆️ Bump standard from 1.50.0 to 1.51.0 (#3679) @dependabot[bot]
- ⬆️ Bump aws-sdk-s3 from 1.198.0 to 1.199.0 (#3676) @dependabot[bot]
👥 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
→ Setup a DNS record to point to your server (e.g. pwpush.example.com) and run:
docker run -d -p "80:80" -p "443:443" --env TLS_DOMAIN=pwpush.example.com pglombardo/pwpush:latest`and browse to https://pwpush.example.com.
or alternatively
→ Use one of our production ready Docker Compose files with persistent databases.
🔗 Useful Links
v1.61.0: Themes: Add new Brite theme from Bootswatch
📝 What’s Changed
This release adds a new theme from the Bootswatch project.
Set the following environment variables to enable:
PWP__THEME=brite
PWP_PRECOMPILE=true
🚀 Features
- Themes: Add new Brite theme from Bootswatch (#3660) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump mail_form from 1.10.1 to 1.11.0 (#3675) @dependabot[bot]
- ⬆️ Bump rexml from 3.4.2 to 3.4.3 (#3674) @dependabot[bot]
- ⬆️ Bump rubyzip from 3.0.2 to 3.1.0 (#3672) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1154.0 to 1.1155.0 (#3669) @dependabot[bot]
- ⬆️ Bump bigdecimal from 3.2.2 to 3.2.3 (#3666) @dependabot[bot]
- ⬆️ Bump pg from 1.6.1 to 1.6.2 (#3665) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1153.0 to 1.1154.0 (#3664) @dependabot[bot]
- ⬆️ Bump connection_pool from 2.5.3 to 2.5.4 (#3662) @dependabot[bot]
👥 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
→ Setup a DNS record to point to your server (e.g. pwpush.example.com) and run:
docker run -d -p "80:80" -p "443:443" --env TLS_DOMAIN=pwpush.example.com pglombardo/pwpush:latest`and browse to https://pwpush.example.com.
or alternatively
→ Use one of our production ready Docker Compose files with persistent databases.
🔗 Useful Links
v1.60.2: Better Job Logging & Language Selection Dropdown
📝 What’s Changed
- Fix: use expiration_count variable (#3645) Thanks @steffenbusch!
🚀 Features
- Update the language drop‑down menu to be multi‑column (#3641) @ozovalihasan
⬆️ Dependencies updates
- ⬆️ Bump google-cloud-storage from 1.56.0 to 1.57.0 (#3629) @dependabot[bot]
- ⬆️ Bump unicode-display_width from 3.1.4 to 3.1.5 (#3628) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1152.0 to 1.1153.0 (#3659) @dependabot[bot]
- ⬆️ Bump aws-sdk-core from 3.231.0 to 3.232.0 (#3658) @dependabot[bot]
- ⬆️ Bump net-imap from 0.5.9 to 0.5.10 (#3657) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1151.0 to 1.1152.0 (#3656) @dependabot[bot]
- ⬆️ Bump aws-sdk-kms from 1.111.0 to 1.112.0 (#3655) @dependabot[bot]
- ⬆️ Bump aws-sdk-core from 3.230.0 to 3.231.0 (#3654) @dependabot[bot]
- ⬆️ Bump aws-sdk-kms from 1.110.0 to 1.111.0 (#3653) @dependabot[bot]
- ⬆️ Bump rexml from 3.4.1 to 3.4.2 (#3652) @dependabot[bot]
- ⬆️ Bump aws-sdk-s3 from 1.197.0 to 1.198.0 (#3651) @dependabot[bot]
- ⬆️ Bump signet from 0.20.0 to 0.21.0 (#3649) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1150.0 to 1.1151.0 (#3648) @dependabot[bot]
- ⬆️ Bump googleauth from 1.14.0 to 1.15.0 (#3647) @dependabot[bot]
- ⬆️ Bump google-apis-storage_v1 from 0.55.0 to 0.56.0 (#3643) @dependabot[bot]
- ⬆️ Bump devise-i18n from 1.14.0 to 1.15.0 (#3642) @dependabot[bot]
- ⬆️ Bump aws-sdk-core from 3.229.0 to 3.230.0 (#3640) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1149.0 to 1.1150.0 (#3639) @dependabot[bot]
- ⬆️ Bump rubyzip from 3.0.1 to 3.0.2 (#3638) @dependabot[bot]
- ⬆️ Bump fugit from 1.11.1 to 1.11.2 (#3637) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1148.0 to 1.1149.0 (#3636) @dependabot[bot]
- ⬆️ Bump aws-sdk-s3 from 1.196.1 to 1.197.0 (#3635) @dependabot[bot]
- ⬆️ Bump apipie-rails from 1.4.2 to 1.5.0 (#3634) @dependabot[bot]
👥 List of contributors
@dependabot[bot], @ozovalihasan, @pglombardo, @steffenbusch and dependabot[bot]
🛥️ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
🏃♂️ Run This Version
→ Setup a DNS record to point to your server (e.g. pwpush.example.com) and run:
docker run -d -p "80:80" -p "443:443" --env TLS_DOMAIN=pwpush.example.com pglombardo/pwpush:latest`and browse to https://pwpush.example.com.
or alternatively
→ Use one of our production ready Docker Compose files with persistent databases.




