Skip to content

Update docker.io/wallabag/wallabag Docker tag to v2.6.6

Renovate [bot] requested to merge renovate/docker.io-wallabag-wallabag-2.x into master

This MR contains the following updates:

Package Update Change
docker.io/wallabag/wallabag minor 2.5.4 -> 2.6.6

Release Notes

wallabag/docker (docker.io/wallabag/wallabag)

v2.6.6

Compare Source

What's Changed

Full Changelog: https://github.com/wallabag/docker/compare/2.6.5...2.6.6

v2.6.5

Compare Source

What's Changed

Full Changelog: https://github.com/wallabag/docker/compare/2.6.4...2.6.5

v2.6.4

Compare Source

What's Changed

Full Changelog: https://github.com/wallabag/docker/compare/2.6.3...2.6.4

v2.6.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/wallabag/docker/compare/2.6.2...2.6.3

v2.6.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/wallabag/docker/compare/2.6.1...2.6.2

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:

  1. We added new fields in the database, don't forget to run migration otherwise your wallabag won't work.

  2. 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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Renovate [bot]

Merge request reports

Loading