Update ghcr.io/mastodon/mastodon Docker tag to v4.3.1 #1
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.0
->v4.3.1
Release Notes
mastodon/mastodon (ghcr.io/mastodon/mastodon)
v4.3.1
Compare Source
Changelog
Added
fediverse:creator
(#32383 by @ClearlyClaire)Changed
Removed
Getting the embed code is only reliable for local posts.
It never worked for non-Mastodon servers, and stopped working correctly with the changes made in 4.3.0.
We have therefore decided to remove the menu entry while we investigate solutions.
Fixed
REDIS_USERNAME
instead ofREDIS_USER
(#32493 by @ThisIsMissEm)Upgrade notes
To get the code for v4.3.1, use
git fetch && git checkout v4.3.1
.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.0.
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.