Releases: wallabag/docker
Releases · wallabag/docker
2.6.10
2.6.9
Lots of changes on that release because the master branch was merged in the 2.6.x branch.
What's Changed
- Change public registration to false by default by @nicosomb in #357
- Update Dockerfile to release 2.6.5 by @nicosomb in #370
- Revert "Update Dockerfile to release 2.6.5" by @j0k3r in #371
- Support for gif. by @itcbx in #376
- Use php81-pecl-imagick from default repository by @Kdecherf in #378
- Use the release archive instead of the git archive by @yguedidi in #362
- Update nginx.conf to work with IPv6 by @markusnasholm in #385
- Add restart: unless-stopped to example docker-compose by @neilbags in #398
- doc: change docker-compose healthcheck target by @Kdecherf in #401
- Fix SQLite provisioning by @Kdecherf in #402
- Add support of PHP memory limit in variables by @Kdecherf in #403
- Update NGINX timeout to align with max_execution_time by @Kdecherf in #405
- Update shipped php.ini with php-production.ini from PHP 8.1 by @Kdecherf in #404
- Prepare 2.6.9 by @j0k3r in #411
New Contributors
- @itcbx made their first contribution in #376
- @markusnasholm made their first contribution in #385
- @neilbags made their first contribution in #398
Full Changelog: 2.6.8...2.6.9
2.6.8
2.6.7
2.6.6
2.6.5
2.6.4
2.6.3
2.6.2
What's Changed
- tests: move docker service start in pytest by @Kdecherf in #351
- Remove 2fa parameter by @Kdecherf in #352
- tests: always run ci steps for logs and cleanup by @Kdecherf in #353
- Update base alpine to 3.18 by @Kdecherf in #354
- Add wallabag/bin to PATH by @STaRDoGG in #345
- Update README by @nicosomb in #355
New Contributors
Full Changelog: 2.6.1...2.6.2
2.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:[email protected]:port
What's Changed
Full Changelog: 2.5.4...2.6.1