Skip to content

Releases: linuxserver/docker-mastodon

glitch-92771e5a-ls239

14 Oct 20:55
23d0f33
Compare
Choose a tag to compare
glitch-92771e5a-ls239 Pre-release
Pre-release

LinuxServer Changes:

Existing users should update their nginx confs to avoid http2 deprecation warnings.

mastodon Changes:

Merge pull request #2884 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes up to 7c10b0fb7a078661558fef86399d86831423260c

develop-v4.3.0-rc.1-ls75

10 Oct 10:57
d9e4d48
Compare
Choose a tag to compare
Pre-release

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.3.0-ls108

08 Oct 17:18
8abd6fc
Compare
Choose a tag to compare

LinuxServer Changes:

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

mastodon Changes:

Mastodon

Upgrade overview

This release contains upgrade notes that deviate from the norm:

‼️ Requires new encryption secrets environment variables
⚠️ The minimal supported version for PostgreSQL has been bumped to 12
⚠️ The minimal supported version for Ruby has been bumped to 3.1
⚠️ The minimal supported version for Node.js has been bumped to 18
⚠️ Requires rebuilding Elasticsearch accounts index
⚠️ We switched from yarn 1 to yarn 4, and recommend using corepack
⚠️ The Docker image has been split in two separate images
⚠️ Rolling updates from versions earlier than Mastodon 4.2 are not supported
⚠️ StatsD integration has been removed, replaced by OpenTelemetry integration
⚠️ ImageMagick is being deprecated and may be removed in a future version
ℹ️ Requires streaming API restart
ℹ️ Requires database migrations
ℹ️ The logging format of the streaming server has changed

For more information, scroll down to the upgrade instructions section.

Changelog

The following changelog entries focus on changes visible to users, administrators, client developers or federated software developers, but there has also been a lot of code modernization, refactoring, and tooling work, in particular by @mjankowski.

Security

  • Add confirmation interstitial instead of silently redirecting logged-out visitors to remote resources (#27792, #28902, and #30651 by @ClearlyClaire and @Gargron)
    This fixes a longstanding open redirect in Mastodon, at the cost of added friction when local links to remote resources are shared.
  • Fix ReDoS vulnerability on some Ruby versions (GHSA-jpxp-r43f-rhvx)
  • Change form-action Content-Security-Policy directive to be more restrictive (#26897 and #32241 by @ClearlyClaire)
  • Update dependencies

Added

Read more

glitch-d04e2e91-ls238

08 Oct 13:15
18ed617
Compare
Choose a tag to compare
glitch-d04e2e91-ls238 Pre-release
Pre-release

LinuxServer Changes:

Existing users should update their nginx confs to avoid http2 deprecation warnings.

mastodon Changes:

Merge pull request #2874 from ClearlyClaire/glitch-soc/fixes/crowdin-download-stable-glitch

Fix download of stable translation files in glitch-soc

glitch-c574f5b5-ls238

09 Oct 16:53
18ed617
Compare
Choose a tag to compare
glitch-c574f5b5-ls238 Pre-release
Pre-release

LinuxServer Changes:

Existing users should update their nginx confs to avoid http2 deprecation warnings.

mastodon Changes:

Change how migrations duplicated between glitch and upstream are handled (#2878)

glitch-888e6a34-ls238

11 Oct 16:52
18ed617
Compare
Choose a tag to compare
glitch-888e6a34-ls238 Pre-release
Pre-release

LinuxServer Changes:

Existing users should update their nginx confs to avoid http2 deprecation warnings.

mastodon Changes:

Fix setting to hide the quick filter bar (#2882)

Fixes #2881

glitch-7033b347-ls238

08 Oct 17:46
18ed617
Compare
Choose a tag to compare
glitch-7033b347-ls238 Pre-release
Pre-release

LinuxServer Changes:

Existing users should update their nginx confs to avoid http2 deprecation warnings.

mastodon Changes:

Fix discrepancy with upstream regarding latest docker image tag (#2877)

glitch-6e96ec84-ls238

10 Oct 17:46
18ed617
Compare
Choose a tag to compare
glitch-6e96ec84-ls238 Pre-release
Pre-release

LinuxServer Changes:

Existing users should update their nginx confs to avoid http2 deprecation warnings.

mastodon Changes:

Fix the favicon notification badge not using the correct notification count (#2880)

Fixes #2879

glitch-fd750875-ls237

07 Oct 19:43
2df4d41
Compare
Choose a tag to compare
glitch-fd750875-ls237 Pre-release
Pre-release

LinuxServer Changes:

Existing users should update their nginx confs to avoid http2 deprecation warnings.

mastodon Changes:

Merge pull request #2872 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes up to 4238da6ee3c93dfd5752e9133cbec958f8ebb18a

glitch-69670311-ls237

06 Oct 17:54
2df4d41
Compare
Choose a tag to compare
glitch-69670311-ls237 Pre-release
Pre-release

LinuxServer Changes:

Existing users should update their nginx confs to avoid http2 deprecation warnings.

mastodon Changes:

Fix video player's height in detailed status view