2.6.1
版本发布时间: 2023-06-21 19:51:39
wallabag/docker最新发布版本:2.6.9(2024-04-03 17:16:16)
The 2.6.0 tag wasn't created because we got an issue while creating it.
⚠️ There are two points to focus for that update:
-
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
- 2.6.1 by @nicosomb in https://github.com/wallabag/docker/pull/336
Full Changelog: https://github.com/wallabag/docker/compare/2.5.4...2.6.1