Skip to content

Hometown v1.1.1 (Mastodon 4.0.14)

Compare
Choose a tag to compare
@dariusk dariusk released this 14 Feb 18:44
· 1 commit to hometown-4.0.10-merge since this release
3c9599f

This is a security release that keeps us up to date with Mastodon v4.0.14. Please see the 4.0.14 release notes for details. This is (probably??) the last security update provided for Mastodon 4.0.x by the Mastodon team. We have a new Hometown version that will be available in February that is up to date with v4.2.x so keep an eye out for that one!

Thank you once again to @nachtjasmin and @mistydemeo for the help with this merge.

Changelog

Please see the Mastodon 4.0.14 release notes for details.

Upgrade steps

These are instructions for upgrading from Hometown v4.0.13+1.1.1.

As always, make sure you have backups of the database before performing any upgrades. A postgres backup command would look something like this: pg_dump -Fc -U postgres mastodon_production > name_of_the_backup.dump

  • git remote update && git checkout v4.0.14+hometown-1.1.1
  • Install dependencies: bundle install and yarn install --frozen-lockfile
  • Restart all Mastodon processes