📝 What’s Changed
- Add bin/ci for Rails 8 continuous integration (#4077) @pglombardo
- Implement user deletion functionality in admin and madmin controllers (#3998) @LukasMalyszko
- Updates to fix deprecation warnings (#4029) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump ffi from 1.17.2 to 1.17.3 (#4053) @dependabot[bot]
- ⬆️ Bump madmin from 2.3.1 to 2.3.2 (#4058) @dependabot[bot]
- ⬆️ Bump importmap-rails from 2.2.2 to 2.2.3 (#4073) @dependabot[bot]
- ⬆️ Bump debase-ruby_core_source from 3.4.1 to 4.0.0 (#4065) @dependabot[bot]
- ⬆️ Bump pg from 1.6.2 to 1.6.3 (#4051) @dependabot[bot]
- ⬆️ Bump rqrcode_core from 2.0.1 to 2.1.0 (#4075) @dependabot[bot]
- ⬆️ Bump aws-sdk-core from 3.241.1 to 3.241.2 (#4072) @dependabot[bot]
- ⬆️ Bump version from
c312167to7e56f15(#4059) @dependabot[bot] - ⬆️ Bump sass-embedded from 1.97.1 to 1.97.2 (#4070) @dependabot[bot]
- ⬆️ Bump aws-sdk-s3 from 1.210.0 to 1.210.1 (#4069) @dependabot[bot]
- ⬆️ Bump thor from 1.4.0 to 1.5.0 (#4068) @dependabot[bot]
- ⬆️ Bump bcrypt from 3.1.20 to 3.1.21 (#4056) @dependabot[bot]
- ⬆️ Bump azure-blob from 0.6.0 to 0.7.0 (#4067) @dependabot[bot]
- ⬆️ Bump aws-sdk-kms from 1.118.0 to 1.119.0 (#4063) @dependabot[bot]
- ⬆️ Bump aws-sdk-s3 from 1.209.0 to 1.210.0 (#4062) @dependabot[bot]
- ⬆️ Bump public_suffix from 7.0.0 to 7.0.2 (#4061) @dependabot[bot]
- ⬆️ Bump rubocop-rails from 2.34.2 to 2.34.3 (#4060) @dependabot[bot]
- ⬆️ Bump aws-sdk-s3 from 1.208.0 to 1.209.0 (#4038) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1197.0 to 1.1200.0 (#4055) @dependabot[bot]
- ⬆️ Bump action_text-trix from 2.1.15 to 2.1.16 (#4054) @dependabot[bot]
- ⬆️ Bump sqlite3 from 2.8.1 to 2.9.0 (#4049) @dependabot[bot]
- ⬆️ Bump nokogiri from 1.18.10 to 1.19.0 (#4048) @dependabot[bot]
- ⬆️ Bump multi_json from 1.19.0 to 1.19.1 (#4046) @dependabot[bot]
- ⬆️ Bump rubocop-ast from 1.48.0 to 1.49.0 (#4047) @dependabot[bot]
- ⬆️ Bump faraday-follow_redirects from 0.4.0 to 0.5.0 (#4045) @dependabot[bot]
- ⬆️ Bump pry from 0.15.2 to 0.16.0 (#4044) @dependabot[bot]
- ⬆️ Bump bootsnap from 1.19.0 to 1.20.1 (#4042) @dependabot[bot]
- ⬆️ Bump brakeman from 7.1.1 to 7.1.2 (#4041) @dependabot[bot]
- ⬆️ Bump multi_json from 1.18.0 to 1.19.0 (#4040) @dependabot[bot]
- ⬆️ Bump rdoc from 7.0.2 to 7.0.3 (#4039) @dependabot[bot]
- ⬆️ Bump mailbin from 1.0.0 to 1.1.0 (#4035) @dependabot[bot]
- ⬆️ Bump madmin from 2.2.1 to 2.3.1 (#4034) @dependabot[bot]
- ⬆️ Bump sass-embedded from 1.97.0 to 1.97.1 (#4031) @dependabot[bot]
- ⬆️ Bump i18n from 1.14.7 to 1.14.8 (#4030) @dependabot[bot]
👥 List of contributors
@LukasMalyszko, @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.