Skip to content

Releases: wallabag/docker

2.6.4

22 Aug 13:50
4f406f1

Choose a tag to compare

What's Changed

Full Changelog: 2.6.3...2.6.4

2.6.3

22 Aug 07:33
4b4eb85

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.6.2...2.6.3

2.6.2

24 Jul 11:46
d21d9c6

Choose a tag to compare

What's Changed

New Contributors

  • @STaRDoGG made their first contribution in #345

Full Changelog: 2.6.1...2.6.2

2.6.1

21 Jun 11:51
62d1948

Choose a tag to compare

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: 2.5.4...2.6.1

2.5.4

07 Feb 21:28
5c52eee

Choose a tag to compare

What's Changed

Full Changelog: 2.5.3...2.5.4

2.5.3

01 Feb 09:23
185b063

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.2...2.5.3

2.5.2

21 Oct 12:00
3d63b3b

Choose a tag to compare

What's Changed

Full Changelog: 2.5.1...2.5.2

2.5.1

09 Jun 07:44
b1aeffc

Choose a tag to compare

What's Changed

Full Changelog: 2.5.0...2.5.1

2.5.0

21 May 19:44
1d42727

Choose a tag to compare

What's Changed

  • wallabag isn't compatible with Composer 2.3 by @j0k3r in #282
  • Automatically build ARM docker images on release by @pgrunm in #284
  • 2.5.0 by @j0k3r in #287

New Contributors

Full Changelog: 2.4.3...2.5.0

2.5.0-rc.1

21 May 19:38
1d42727

Choose a tag to compare

2.5.0-rc.1 Pre-release
Pre-release

This RC release is just to test the new automatic publishing for ARM images.