Skip to content

Releases: linuxserver/docker-mastodon

v4.4.3-ls153

07 Aug 11:09
e5a62f9
Compare
Choose a tag to compare

CI Report:

N/A

LinuxServer Changes:

Rebase to Alpine 3.22.

Remote Changes:

Mastodon

Upgrade overview

This release contains upgrade notes that deviate from the norm:

ℹ️ Requires assets recompilation

For more information, view the complete release notes and scroll down to the upgrade instructions section.

Changelog

Security

Fixed

  • Fix race condition caused by ActiveRecord query cache in Create critical path (#35662 by @ClearlyClaire)
  • Fix race condition caused by quote post processing (#35657 by @ClearlyClaire)
  • Fix WebUI crashing for accounts with null URL (#35651 by @ClearlyClaire)
  • Fix friends-of-friends recommendations suggesting already-requested accounts (#35604 by @ClearlyClaire)
  • Fix synchronous recursive fetching of deeply-nested quoted posts (#35600 by @ClearlyClaire)
  • Fix “Expand this post” link including user @undefined (#35478 by @ClearlyClaire)

Changed

  • Change StatusReachFinder to consider quotes as well as reblogs (#35601 by @ClearlyClaire)
  • Add restrictions on which quote posts can trend (#35507 by @ClearlyClaire)
  • Change quote verification to not bypass authorization flow for mentions (#35528 by @ClearlyClaire)

Upgrade notes

To get the code for v4.4.3, use git fetch && git checkout v4.4.3.

Note

As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

External dependencies have not changed since v4.4.1:

  • Ruby: 3.2 or newer
  • PostgreSQL: 13 or newer
  • Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
  • LibreTranslate (optional, for translations): 1.3.3 or newer
  • Redis: 6.2 or newer
  • Node: 20 or newer
  • libvips (optional, instead of ImageMagick): 8.13 or newer
  • ImageMagick (optional if using libvips): 6.9.7-7 or newer

Update steps

The following instructions are for updating from 4.4.2.

If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. In particular, it is very important to read the 4.4.0 release notes.

Non-Docker

Tip

The charlock_holmes gem may fail to build on some systems with recent versions of gcc.
If you run into this issue, try BUNDLE_BUILD__CHARLOCK_HOLMES="--with-cxxflags=-std=c++17" bundle install.

  1. Install dependencies with bundle install
  2. Precompile the assets: RAILS_ENV=production bundle exec rails assets:precompile
  3. Restart all Mastodon processes.

When using Docker

  1. Restart all Mastodon processes.

glitch-v4.4.3-ls291

07 Aug 11:11
bede871
Compare
Choose a tag to compare
glitch-v4.4.3-ls291 Pre-release
Pre-release

CI Report:

N/A

LinuxServer Changes:

Rebase to Alpine 3.22.

Remote Changes:

Upgrade overview

This release contains upgrade notes that deviate from the norm:

ℹ️ Requires assets recompilation

For more information, view the complete release notes and scroll down to the upgrade instructions section.

Changelog

Security

Fixed

  • Fix race condition caused by ActiveRecord query cache in Create critical path (#35662 by @ClearlyClaire)
  • Fix race condition caused by quote post processing (#35657 by @ClearlyClaire)
  • Fix WebUI crashing for accounts with null URL (#35651 by @ClearlyClaire)
  • Fix friends-of-friends recommendations suggesting already-requested accounts (#35604 by @ClearlyClaire)
  • Fix synchronous recursive fetching of deeply-nested quoted posts (#35600 by @ClearlyClaire)
  • Fix “Expand this post” link including user @undefined (#35478 by @ClearlyClaire)

Changed

  • Change StatusReachFinder to consider quotes as well as reblogs (#35601 by @ClearlyClaire)
  • Add restrictions on which quote posts can trend (#35507 by @ClearlyClaire)
  • Change quote verification to not bypass authorization flow for mentions (#35528 by @ClearlyClaire)

Upgrade notes

To get the code for v4.4.3, use git fetch && git checkout v4.4.3.

Note

As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

External dependencies have not changed since v4.4.1:

  • Ruby: 3.2 or newer
  • PostgreSQL: 13 or newer
  • Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
  • LibreTranslate (optional, for translations): 1.3.3 or newer
  • Redis: 6.2 or newer
  • Node: 20 or newer
  • libvips (optional, instead of ImageMagick): 8.13 or newer
  • ImageMagick (optional if using libvips): 6.9.7-7 or newer

Update steps

The following instructions are for updating from 4.4.2.

If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. In particular, it is very important to read the 4.4.0 release notes.

Non-Docker

Tip

The charlock_holmes gem may fail to build on some systems with recent versions of gcc.
If you run into this issue, try BUNDLE_BUILD__CHARLOCK_HOLMES="--with-cxxflags=-std=c++17" bundle install.

  1. Install dependencies with bundle install
  2. Precompile the assets: RAILS_ENV=production bundle exec rails assets:precompile
  3. Restart all Mastodon processes.

When using Docker

  1. Restart all Mastodon processes.

develop-v4.4.0-rc.1-ls114

07 Aug 11:09
f7e582e
Compare
Choose a tag to compare
Pre-release

CI Report:

N/A

LinuxServer Changes:

Rebase to Alpine 3.20, enable Active Record Encryption. Existing users should update their nginx confs to avoid http2 deprecation warnings.

Remote Changes:

Data change at JSON endpoint https://api.github.com/repos/mastodon/mastodon/releases

v4.4.3-ls152

05 Aug 14:12
9a3bd3f
Compare
Choose a tag to compare

CI Report:

N/A

LinuxServer Changes:

Rebase to Alpine 3.22.

Remote Changes:

Mastodon

Upgrade overview

This release contains upgrade notes that deviate from the norm:

ℹ️ Requires assets recompilation

For more information, view the complete release notes and scroll down to the upgrade instructions section.

Changelog

Security

Fixed

  • Fix race condition caused by ActiveRecord query cache in Create critical path (#35662 by @ClearlyClaire)
  • Fix race condition caused by quote post processing (#35657 by @ClearlyClaire)
  • Fix WebUI crashing for accounts with null URL (#35651 by @ClearlyClaire)
  • Fix friends-of-friends recommendations suggesting already-requested accounts (#35604 by @ClearlyClaire)
  • Fix synchronous recursive fetching of deeply-nested quoted posts (#35600 by @ClearlyClaire)
  • Fix “Expand this post” link including user @undefined (#35478 by @ClearlyClaire)

Changed

  • Change StatusReachFinder to consider quotes as well as reblogs (#35601 by @ClearlyClaire)
  • Add restrictions on which quote posts can trend (#35507 by @ClearlyClaire)
  • Change quote verification to not bypass authorization flow for mentions (#35528 by @ClearlyClaire)

Upgrade notes

To get the code for v4.4.3, use git fetch && git checkout v4.4.3.

Note

As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

External dependencies have not changed since v4.4.1:

  • Ruby: 3.2 or newer
  • PostgreSQL: 13 or newer
  • Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
  • LibreTranslate (optional, for translations): 1.3.3 or newer
  • Redis: 6.2 or newer
  • Node: 20 or newer
  • libvips (optional, instead of ImageMagick): 8.13 or newer
  • ImageMagick (optional if using libvips): 6.9.7-7 or newer

Update steps

The following instructions are for updating from 4.4.2.

If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. In particular, it is very important to read the 4.4.0 release notes.

Non-Docker

Tip

The charlock_holmes gem may fail to build on some systems with recent versions of gcc.
If you run into this issue, try BUNDLE_BUILD__CHARLOCK_HOLMES="--with-cxxflags=-std=c++17" bundle install.

  1. Install dependencies with bundle install
  2. Precompile the assets: RAILS_ENV=production bundle exec rails assets:precompile
  3. Restart all Mastodon processes.

When using Docker

  1. Restart all Mastodon processes.

glitch-v4.4.3-ls290

05 Aug 14:13
f775849
Compare
Choose a tag to compare
glitch-v4.4.3-ls290 Pre-release
Pre-release

CI Report:

N/A

LinuxServer Changes:

Rebase to Alpine 3.22.

Remote Changes:

Upgrade overview

This release contains upgrade notes that deviate from the norm:

ℹ️ Requires assets recompilation

For more information, view the complete release notes and scroll down to the upgrade instructions section.

Changelog

Security

Fixed

  • Fix race condition caused by ActiveRecord query cache in Create critical path (#35662 by @ClearlyClaire)
  • Fix race condition caused by quote post processing (#35657 by @ClearlyClaire)
  • Fix WebUI crashing for accounts with null URL (#35651 by @ClearlyClaire)
  • Fix friends-of-friends recommendations suggesting already-requested accounts (#35604 by @ClearlyClaire)
  • Fix synchronous recursive fetching of deeply-nested quoted posts (#35600 by @ClearlyClaire)
  • Fix “Expand this post” link including user @undefined (#35478 by @ClearlyClaire)

Changed

  • Change StatusReachFinder to consider quotes as well as reblogs (#35601 by @ClearlyClaire)
  • Add restrictions on which quote posts can trend (#35507 by @ClearlyClaire)
  • Change quote verification to not bypass authorization flow for mentions (#35528 by @ClearlyClaire)

Upgrade notes

To get the code for v4.4.3, use git fetch && git checkout v4.4.3.

Note

As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

External dependencies have not changed since v4.4.1:

  • Ruby: 3.2 or newer
  • PostgreSQL: 13 or newer
  • Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
  • LibreTranslate (optional, for translations): 1.3.3 or newer
  • Redis: 6.2 or newer
  • Node: 20 or newer
  • libvips (optional, instead of ImageMagick): 8.13 or newer
  • ImageMagick (optional if using libvips): 6.9.7-7 or newer

Update steps

The following instructions are for updating from 4.4.2.

If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. In particular, it is very important to read the 4.4.0 release notes.

Non-Docker

Tip

The charlock_holmes gem may fail to build on some systems with recent versions of gcc.
If you run into this issue, try BUNDLE_BUILD__CHARLOCK_HOLMES="--with-cxxflags=-std=c++17" bundle install.

  1. Install dependencies with bundle install
  2. Precompile the assets: RAILS_ENV=production bundle exec rails assets:precompile
  3. Restart all Mastodon processes.

When using Docker

  1. Restart all Mastodon processes.

v4.4.2-ls151

31 Jul 11:10
6d09b87
Compare
Choose a tag to compare

CI Report:

N/A

LinuxServer Changes:

Rebase to Alpine 3.22.

Remote Changes:

Mastodon

Upgrade overview

This release contains upgrade notes that deviate from the norm:

ℹ️ Requires assets recompilation

For more information, view the complete release notes and scroll down to the upgrade instructions section.

Changelog

Security

  • update dependencies

Fixed

  • Fix menu not clickable in Firefox (#35390 and #35414 by @diondiondion)
  • Add lang attribute to current composer language in alt text modal (#35412 by @diondiondion)
  • Fix quote posts styling on notifications page (#35411 by @diondiondion)
  • Improve a11y of custom select menus in notifications settings (#35403 by @diondiondion)
  • Fix selected item in poll select menus is unreadable in Firefox (#35402 by @diondiondion)
  • Update age limit wording (#35387 by @diondiondion)
  • Fix support for quote verification in implicit status updates (#35384 by @ClearlyClaire)
  • Improve Dropdown component accessibility (#35373 by @diondiondion)
  • Fix processing some incoming quotes failing because of missing JSON-LD context (#35354 and #35380 by @ClearlyClaire)
  • Make bio hashtags open the local page instead of the remote instance (#35349 by @ChaosExAnima)
  • Fix styling of external log-in button (#35320 by @ClearlyClaire)

Upgrade notes

To get the code for v4.4.2, use git fetch && git checkout v4.4.2.

Note

As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

External dependencies have not changed since v4.4.1:

  • Ruby: 3.2 or newer
  • PostgreSQL: 13 or newer
  • Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
  • LibreTranslate (optional, for translations): 1.3.3 or newer
  • Redis: 6.2 or newer
  • Node: 20 or newer
  • libvips (optional, instead of ImageMagick): 8.13 or newer
  • ImageMagick (optional if using libvips): 6.9.7-7 or newer

Update steps

The following instructions are for updating from 4.4.1.

If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. In particular, it is very important to read the 4.4.0 release notes.

Non-Docker

Tip

The charlock_holmes gem may fail to build on some systems with recent versions of gcc.
If you run into this issue, try BUNDLE_BUILD__CHARLOCK_HOLMES="--with-cxxflags=-std=c++17" bundle install.

  1. Install dependencies with bundle install
  2. Precompile the assets: RAILS_ENV=production bundle exec rails assets:precompile
  3. Restart all Mastodon processes.

When using Docker

  1. Restart all Mastodon processes.

glitch-v4.4.2-ls289

31 Jul 11:10
70ca2f9
Compare
Choose a tag to compare
glitch-v4.4.2-ls289 Pre-release
Pre-release

CI Report:

N/A

LinuxServer Changes:

Rebase to Alpine 3.22.

Remote Changes:

Upgrade overview

This release contains upgrade notes that deviate from the norm:

ℹ️ Requires assets recompilation

For more information, view the complete release notes and scroll down to the upgrade instructions section.

Changelog

Security

  • update dependencies

Fixed

  • Fix menu not clickable in Firefox (#35390 and #35414 by @diondiondion)
  • Add lang attribute to current composer language in alt text modal (#35412 by @diondiondion)
  • Fix quote posts styling on notifications page (#35411 by @diondiondion)
  • Improve a11y of custom select menus in notifications settings (#35403 by @diondiondion)
  • Fix selected item in poll select menus is unreadable in Firefox (#35402 by @diondiondion)
  • Update age limit wording (#35387 by @diondiondion)
  • Fix support for quote verification in implicit status updates (#35384 by @ClearlyClaire)
  • Improve Dropdown component accessibility (#35373 by @diondiondion)
  • Fix processing some incoming quotes failing because of missing JSON-LD context (#35354 and #35380 by @ClearlyClaire)
  • Make bio hashtags open the local page instead of the remote instance (#35349 by @ChaosExAnima)
  • Fix styling of external log-in button (#35320 by @ClearlyClaire)
  • Fix links in posts always having noreferrer in glitch flavor (#3135 by @ClearlyClaire)

Upgrade notes

To get the code for v4.4.2, use git fetch && git checkout v4.4.2.

Note

As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

External dependencies have not changed since v4.4.1:

  • Ruby: 3.2 or newer
  • PostgreSQL: 13 or newer
  • Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
  • LibreTranslate (optional, for translations): 1.3.3 or newer
  • Redis: 6.2 or newer
  • Node: 20 or newer
  • libvips (optional, instead of ImageMagick): 8.13 or newer
  • ImageMagick (optional if using libvips): 6.9.7-7 or newer

Update steps

The following instructions are for updating from 4.4.1.

If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. In particular, it is very important to read the 4.4.0 release notes.

Non-Docker

Tip

The charlock_holmes gem may fail to build on some systems with recent versions of gcc.
If you run into this issue, try BUNDLE_BUILD__CHARLOCK_HOLMES="--with-cxxflags=-std=c++17" bundle install.

  1. Install dependencies with bundle install
  2. Precompile the assets: RAILS_ENV=production bundle exec rails assets:precompile
  3. Restart all Mastodon processes.

When using Docker

  1. Restart all Mastodon processes.

develop-v4.4.0-rc.1-ls113

31 Jul 11:08
cdd06cc
Compare
Choose a tag to compare
Pre-release

CI Report:

N/A

LinuxServer Changes:

Rebase to Alpine 3.20, enable Active Record Encryption. Existing users should update their nginx confs to avoid http2 deprecation warnings.

Remote Changes:

Data change at JSON endpoint https://api.github.com/repos/mastodon/mastodon/releases

glitch-v4.4.2-ls288

24 Jul 16:57
3cdae79
Compare
Choose a tag to compare
glitch-v4.4.2-ls288 Pre-release
Pre-release

CI Report:

N/A

LinuxServer Changes:

Rebase to Alpine 3.22.

Remote Changes:

Upgrade overview

This release contains upgrade notes that deviate from the norm:

ℹ️ Requires assets recompilation

For more information, view the complete release notes and scroll down to the upgrade instructions section.

Changelog

Security

  • update dependencies

Fixed

  • Fix menu not clickable in Firefox (#35390 and #35414 by @diondiondion)
  • Add lang attribute to current composer language in alt text modal (#35412 by @diondiondion)
  • Fix quote posts styling on notifications page (#35411 by @diondiondion)
  • Improve a11y of custom select menus in notifications settings (#35403 by @diondiondion)
  • Fix selected item in poll select menus is unreadable in Firefox (#35402 by @diondiondion)
  • Update age limit wording (#35387 by @diondiondion)
  • Fix support for quote verification in implicit status updates (#35384 by @ClearlyClaire)
  • Improve Dropdown component accessibility (#35373 by @diondiondion)
  • Fix processing some incoming quotes failing because of missing JSON-LD context (#35354 and #35380 by @ClearlyClaire)
  • Make bio hashtags open the local page instead of the remote instance (#35349 by @ChaosExAnima)
  • Fix styling of external log-in button (#35320 by @ClearlyClaire)
  • Fix links in posts always having noreferrer in glitch flavor (#3135 by @ClearlyClaire)

Upgrade notes

To get the code for v4.4.2, use git fetch && git checkout v4.4.2.

Note

As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

External dependencies have not changed since v4.4.1:

  • Ruby: 3.2 or newer
  • PostgreSQL: 13 or newer
  • Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
  • LibreTranslate (optional, for translations): 1.3.3 or newer
  • Redis: 6.2 or newer
  • Node: 20 or newer
  • libvips (optional, instead of ImageMagick): 8.13 or newer
  • ImageMagick (optional if using libvips): 6.9.7-7 or newer

Update steps

The following instructions are for updating from 4.4.1.

If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. In particular, it is very important to read the 4.4.0 release notes.

Non-Docker

Tip

The charlock_holmes gem may fail to build on some systems with recent versions of gcc.
If you run into this issue, try BUNDLE_BUILD__CHARLOCK_HOLMES="--with-cxxflags=-std=c++17" bundle install.

  1. Install dependencies with bundle install
  2. Precompile the assets: RAILS_ENV=production bundle exec rails assets:precompile
  3. Restart all Mastodon processes.

When using Docker

  1. Restart all Mastodon processes.

develop-v4.4.0-rc.1-ls112

24 Jul 11:08
19fe6e9
Compare
Choose a tag to compare
Pre-release

CI Report:

N/A

LinuxServer Changes:

Rebase to Alpine 3.20, enable Active Record Encryption. Existing users should update their nginx confs to avoid http2 deprecation warnings.

Remote Changes:

Data change at JSON endpoint https://api.github.com/repos/mastodon/mastodon/releases