Update wallabag/wallabag Docker tag to v2.6.1 #38
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/wallabag-wallabag-2.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
2.5.4
->2.6.1
Release Notes
wallabag/docker (wallabag/wallabag)
v2.6.1
Compare Source
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
Full Changelog: https://github.com/wallabag/docker/compare/2.5.4...2.6.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.