v4.4.20

NoteWhile we continue to support Mastodon 4.4 and release patches for it, please note that Mastodon 4.5 is available with new features, changes and fixes. We encourage administrators to update to the latest 4.5 version when they can. This release...

https://github.com/glitch-soc/mastodon/releases/tag/v4.4.20

#glitchsoc #glitch #mastodon #mastoadmin

Release v4.4.20 · glitch-soc/mastodon

NoteWhile we continue to support Mastodon 4.4 and release patches for it, please note that Mastodon 4.5 is available with new features, changes and fixes. We encourage administrators to update to t...

GitHub

v4.5.13

This release is made solely to update FFmpeg in our docker container images to fix CVE-2026-8461 (critical severity). It is critical to update if you use our docker container images. If you are not using our docker container images, please make...

https://github.com/glitch-soc/mastodon/releases/tag/v4.5.13

#glitchsoc #glitch #mastodon #mastoadmin

Release v4.5.13 · glitch-soc/mastodon

This release is made solely to update FFmpeg in our docker container images to fix CVE-2026-8461 (critical severity). It is critical to update if you use our docker container images. If you are not...

GitHub

v4.6.2

This release is made solely to update FFmpeg in our docker container images to fix CVE-2026-8461 (critical severity). It is critical to update if you use our docker container images. If you are not using our docker container images, please make...

https://github.com/glitch-soc/mastodon/releases/tag/v4.6.2

#glitchsoc #glitch #mastodon #mastoadmin

Release v4.6.2 · glitch-soc/mastodon

This release is made solely to update FFmpeg in our docker container images to fix CVE-2026-8461 (critical severity). It is critical to update if you use our docker container images. If you are not...

GitHub
@puniko ich will wieder #GlitchSoc'n!

v4.5.12

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 Fix TLS...

https://github.com/glitch-soc/mastodon/releases/tag/v4.5.12

#glitchsoc #glitch #mastodon #mastoadmin

Release v4.5.12 · glitch-soc/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 upgrad...

GitHub

v4.4.19

NoteWhile we continue to support Mastodon 4.4 and release patches for it, please note that Mastodon 4.5 is available with new features, changes and fixes. We encourage administrators to update to the latest 4.5 version when they can. Upgrade...

https://github.com/glitch-soc/mastodon/releases/tag/v4.4.19

#glitchsoc #glitch #mastodon #mastoadmin

Release v4.4.19 · glitch-soc/mastodon

NoteWhile we continue to support Mastodon 4.4 and release patches for it, please note that Mastodon 4.5 is available with new features, changes and fixes. We encourage administrators to update to t...

GitHub

v4.6.1

This is a patch release for 4.6. Check out the 4.6.0 release notes for information. Upgrade overview This release contains upgrade notes that deviate from the norm: ℹ️ Requires assets recompilation For more information, view the complete release...

https://github.com/glitch-soc/mastodon/releases/tag/v4.6.1

#glitchsoc #glitch #mastodon #mastoadmin

Release v4.6.1 · glitch-soc/mastodon

This is a patch release for 4.6. Check out the 4.6.0 release notes for information. Upgrade overview This release contains upgrade notes that deviate from the norm: ℹ️ Requires assets recompilation...

GitHub
Ohhh #glitchsoc hat ja auch ein ✨Make-over erhalten. 😍

sure would be great if the upstream mastodon project would just implement an option to turn on markdown formatting. it makes shit so much better, and it's currently limited to #glitchsoc instances.

I really don't think it'd be that confusing if you just put it somewhere in preferences.

Tough Mastodon #GlitchSoc upgrade to v4.6.0 this morning... The pre-deployment migration step got stuck here:

StandardError: An error has occurred, this and all later migrations canceled: (StandardError)

PG::DuplicateColumn: ERROR: column "avatar_description" of relation "accounts" already exists
/opt/mastodon/db/migrate/20260127141459_add_avatar_description_to_accounts.rb:5:in 'AddAvatarDescriptionToAccounts#change'

(later followed by the same error on AddHeaderDescriptionToAccounts)

As any "good" sysadmin does, I blindly followed the LLMs instructions. It worked, I think?

After running docker exec -it mastodondb psql -U postgres -d mastodon -c \
"INSERT INTO schema_migrations (version) VALUES ('20260127141459');"
INSERT 0 1
and docker exec -it mastodondb psql -U postgres -d mastodon -c \
"INSERT INTO schema_migrations (version) VALUES ('20260127141820');"
INSERT 0 1
, I was successfully able to do the prescribed migrations for upgrade...

I feel gross.