Update wallabag/wallabag Docker tag to v2.6.1 #38
Loading…
Add table
Add a link
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.1Release Notes
wallabag/docker (wallabag/wallabag)
v2.6.1Compare 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_TRANSPORTSYMFONY__ENV__MAILER_USERSYMFONY__ENV__MAILER_PASSWORDSYMFONY__ENV__MAILER_HOSTSYMFONY__ENV__MAILER_PORTSYMFONY__ENV__MAILER_ENCRYPTIONSYMFONY__ENV__MAILER_AUTH_MODEAnd we added
SYMFONY__ENV__MAILER_DSNas a replacement. Here is an example of DSN:smtp://user:pass@smtp.example.com:portWhat'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.