Releases: wallabag/docker
Releases · wallabag/docker
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
- @STaRDoGG made their first contribution in #345
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_TRANSPORTSYMFONY__ENV__MAILER_USERSYMFONY__ENV__MAILER_PASSWORDSYMFONY__ENV__MAILER_HOSTSYMFONY__ENV__MAILER_PORTSYMFONY__ENV__MAILER_ENCRYPTIONSYMFONY__ENV__MAILER_AUTH_MODE
And we added
SYMFONY__ENV__MAILER_DSNas a replacement. Here is an example of DSN:smtp://user:pass@smtp.example.com:port
What's Changed
Full Changelog: 2.5.4...2.6.1
2.5.4
2.5.3
What's Changed
- Update actions to latest version by @j0k3r in #298
- Install from TAR file and reduce image size by @ngosang in #300
- Add ability to define
database_table_prefixby @j0k3r in #305 - Update PHP 8.0 by @ngosang in #299
- Remove Bash and Make packages by @ngosang in #301
- Update Alpine 3.16 by @ngosang in #302
- Fix nginx.conf for reverse-proxy with HTTPS by @hwiorn in #265
- Remove fix for gnu-libiconv (already fixed in Alpine 3.16) by @ngosang in #306
- Update Composer 2.2.18 by @ngosang in #309
- Update Python version in GitHub Actions by @ngosang in #308
- Replace Ansible with Shell script by @ngosang in #307
- Update Alpine 3.17 and PHP 8.1 by @ngosang in #310
- Fix PHP 8.1 configuration by @ngosang in #313
- 2.5.3 by @j0k3r in #315
New Contributors
Full Changelog: 2.5.2...2.5.3
2.5.2
2.5.1
2.5.0
2.5.0-rc.1
This RC release is just to test the new automatic publishing for ARM images.