📝 What’s Changed
This release add the ability to turn on maintenance mode for the application. To enable, run this in the application directory:
rake maintenance:start
and to end the maintenance:
rake maintenance:end
See #2475 for a screenshot of the maintenance page.
🚀 Features
- Add ability to set maintenance mode (#2476) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump aws-sdk-core from 3.202.0 to 3.202.1 (#2473) @dependabot
- ⬆️ Bump thor from 1.3.1 to 1.3.2 (#2472) @dependabot
- ⬆️ Bump aws-partitions from 1.968.0 to 1.969.0 (#2470) @dependabot
- ⬆️ Bump highline from 3.1.0 to 3.1.1 (#2469) @dependabot
- ⬆️ Bump net-imap from 0.4.14 to 0.4.15 (#2468) @dependabot
- ⬆️ Bump aws-sdk-core from 3.201.5 to 3.202.0 (#2467) @dependabot
- ⬆️ Bump google-cloud-env from 2.1.1 to 2.2.0 (#2466) @dependabot
- ⬆️ Bump rubocop-rails from 2.25.1 to 2.26.0 (#2464) @dependabot
- ⬆️ Bump google-apis-storage_v1 from 0.43.0 to 0.44.0 (#2463) @dependabot
👥 List of contributors
@dependabot, @dependabot[bot] and @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.45.6
..and go to http://localhost:5100