Update docker.io/wallabag/wallabag Docker tag to v2.6.6
This MR contains the following updates:
Package | Update | Change |
---|---|---|
docker.io/wallabag/wallabag | minor |
2.5.4 -> 2.6.6
|
Release Notes
wallabag/docker (docker.io/wallabag/wallabag)
v2.6.6
What's Changed
- Prepare 2.6.6 by @j0k3r in https://github.com/wallabag/docker/pull/375
Full Changelog: https://github.com/wallabag/docker/compare/2.6.5...2.6.6
v2.6.5
What's Changed
- 2.6.5 by @j0k3r in https://github.com/wallabag/docker/pull/372
Full Changelog: https://github.com/wallabag/docker/compare/2.6.4...2.6.5
v2.6.4
What's Changed
- Update Dockerfile for 2.6.4 by @nicosomb in https://github.com/wallabag/docker/pull/365
Full Changelog: https://github.com/wallabag/docker/compare/2.6.3...2.6.4
v2.6.3
What's Changed
- Change default workdir by @STaRDoGG in https://github.com/wallabag/docker/pull/344
- Rename root_dir to project_dir by @yguedidi in https://github.com/wallabag/docker/pull/361
- Get composer from official image by @yguedidi in https://github.com/wallabag/docker/pull/360
- Update Dockerfile for wallabag 2.6.3 by @nicosomb in https://github.com/wallabag/docker/pull/363
New Contributors
- @yguedidi made their first contribution in https://github.com/wallabag/docker/pull/361
Full Changelog: https://github.com/wallabag/docker/compare/2.6.2...2.6.3
v2.6.2
What's Changed
- tests: move docker service start in pytest by @Kdecherf in https://github.com/wallabag/docker/pull/351
- Remove 2fa parameter by @Kdecherf in https://github.com/wallabag/docker/pull/352
- tests: always run ci steps for logs and cleanup by @Kdecherf in https://github.com/wallabag/docker/pull/353
- Update base alpine to 3.18 by @Kdecherf in https://github.com/wallabag/docker/pull/354
- Add wallabag/bin to PATH by @STaRDoGG in https://github.com/wallabag/docker/pull/345
- Update README by @nicosomb in https://github.com/wallabag/docker/pull/355
New Contributors
- @STaRDoGG made their first contribution in https://github.com/wallabag/docker/pull/345
Full Changelog: https://github.com/wallabag/docker/compare/2.6.1...2.6.2
v2.6.1
The 2.6.0 tag wasn't created because we got an issue while creating it.
-
We added new fields in the database, don't forget to run migration otherwise your wallabag won't work.
-
We've updated the mailer config which needs to be replicated otherwise the image might not work.
We removed:
SYMFONY__ENV__MAILER_TRANSPORT
SYMFONY__ENV__MAILER_USER
SYMFONY__ENV__MAILER_PASSWORD
SYMFONY__ENV__MAILER_HOST
SYMFONY__ENV__MAILER_PORT
SYMFONY__ENV__MAILER_ENCRYPTION
SYMFONY__ENV__MAILER_AUTH_MODE
And we added
SYMFONY__ENV__MAILER_DSN
as a replacement. Here is an example of DSN:smtp://user:pass@smtp.example.com:port
What's Changed
Full Changelog: https://github.com/wallabag/docker/compare/2.5.4...2.6.1
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.