Hometown v1.1.1 (Mastodon 4.0.6)
This is a security release (and bugfix to the security release) that keeps us up to date with Mastodon v4.0.6. Please see the 4.0.6 release notes for details.
If you installed 4.0.5 please update it to this version, it contains critical bugfixes from the Mastodon team!
Thank you @nachtjasmin and @mistydemeo for their help getting the 4.0.5 merge out while I was traveling.
Upgrade steps
These are instructions for upgrading from Hometown v4.0.4+1.1.1
or v4.0.5+1.1.1
.
There is no need to precompile assets for this release, but please note that the minimal supported ImageMagick version has been bumped to 6.9.7-7. There are also instructions at the 4.0.5 release notes for hardening your nginx configuration - this is not required but it's recommended by the Mastodon team.
git remote update && git checkout v4.0.6+hometown-1.1.1
- Install dependencies:
bundle install
andyarn install
- Restart all Mastodon processes (yes really all processes - specifically the streaming API process needs restarting so if you are trying to be clever to retain uptime... just restart it all)