This release makes sure that no assets are loaded remotely. We had this previously but a few remote asset loads snuck in recently.
📝 What’s Changed
- Pin sass to 1.99.0 to fix bin/setup CSS build (#4500) @pglombardo
- Improve asset management (#4493) @ozovalihasan
- Update versions of bundler and JavaScript packages (#4492) @ozovalihasan
⬆️ Dependencies updates
- ⬆️ Bump bootsnap from 1.24.4 to 1.24.5 (#4495) @dependabot[bot]
- ⬆️ Bump zeitwerk from 2.8.1 to 2.8.2 (#4499) @dependabot[bot]
- ⬆️ Bump solid_cable from 3.0.12 to 4.0.0 (#4498) @dependabot[bot]
- ⬆️ Bump pagy from 43.5.4 to 43.5.5 (#4496) @dependabot[bot]
- ⬆️ Bump retriable from 3.4.1 to 3.5.0 (#4494) @dependabot[bot]
- ⬆️ Bump aws-sdk-s3 from 1.223.0 to 1.224.0 (#4489) @dependabot[bot]
- ⬆️ Bump aws-sdk-kms from 1.127.0 to 1.128.0 (#4488) @dependabot[bot]
- ⬆️ Bump aws-sdk-core from 3.247.0 to 3.248.0 (#4490) @dependabot[bot]
- Bump js-cookie from 3.0.5 to 3.0.7 (#4487) @dependabot[bot]
- ⬆️ Bump aws-sdk-s3 from 1.222.0 to 1.223.0 (#4478) @dependabot[bot]
- ⬆️ Bump faraday-net_http from 3.4.2 to 3.4.3 (#4481) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1250.0 to 1.1252.0 (#4482) @dependabot[bot]
- ⬆️ Bump aws-sdk-kms from 1.125.0 to 1.127.0 (#4483) @dependabot[bot]
- ⬆️ Bump marcel from 1.1.1 to 1.2.1 (#4484) @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
- Point DNS to your server (e.g.
pwpush.example.com). - Download docker-compose.yml or clone the repo.
- In
docker-compose.yml, uncomment and set:TLS_DOMAIN: 'pwpush.example.com'for automatic Let’s Encrypt TLS.
- Run:
docker compose up -dOpen https://pwpush.example.com or alternatively http://your-ip:5100.