Update ghcr.io/mastodon/mastodon Docker tag to v4.3.2 #33
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/ghcr.io-mastodon-mastodon-4.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v4.3.1
->v4.3.2
Release Notes
mastodon/mastodon (ghcr.io/mastodon/mastodon)
v4.3.2
Compare Source
Changelog
Added
tootctl feeds vacuum
(#33065 by @ClearlyClaire)Changed
Fixed
embed.js
(#33107 by @YKWeyer)TagFollow
records not being correctly handled in account operations (#33063 by @ClearlyClaire)tootctl email_domain_blocks
when supplying--with-dns-records
(#32863 by @mjankowski)min_id
andmax_id
causing error in search API (#32857 by @Gargron)Security
Upgrade notes
To get the code for v4.3.2, use
git fetch && git checkout v4.3.2
.Dependencies
External dependencies have not changed since v4.3.0, the compatible Ruby, PostgreSQL, Node, Elasticsearch and Redis versions are the same, that is:
Update steps
The following instructions are for updating from 4.3.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, please read the v4.3.0 release notes, as there have been multiple important changes.
Non-docker
bundle install
andyarn install --immutable
RAILS_ENV=production bundle exec rails assets:precompile
When using docker
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.