Update ghcr.io/mastodon/mastodon Docker tag to v4.3.3 #68

Merged
ada merged 1 commit from renovate/ghcr.io-mastodon-mastodon-4.x into main 2025-01-17 19:11:32 +01:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/mastodon/mastodon patch v4.3.2 -> v4.3.3

Release Notes

mastodon/mastodon (ghcr.io/mastodon/mastodon)

v4.3.3

Compare Source

Mastodon

Changelog
Security
Fixed
Upgrade notes

To get the code for v4.3.3, use git fetch && git checkout v4.3.3.

[!NOTE]
As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

External dependencies have not changed since v4.3.0, the compatible Ruby, PostgreSQL, Node, Elasticsearch and Redis versions are the same, that is:

  • Ruby: 3.1 or newer
  • PostgreSQL: 12 or newer. PostgreSQL versions 14.0 to 14.3 are not supported as they contain a critical data-corruption bug (see v4.3.0 release notes)
  • Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
  • LibreTranslate (optional, for translations): 1.3.3 or newer
  • Redis: 4 or newer
  • Node: 18 or newer
  • ImageMagick (optional if using libvips): 6.9.7-7 or newer
  • libvips (optional, instead of ImageMagick): 8.13 or newer
Update steps

The following instructions are for updating from 4.3.2.

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

[!TIP]
The charlock_holmes gem may fail to build on some systems with recent versions of gcc.
If you run into such an issue, try BUNDLE_BUILD__CHARLOCK_HOLMES="--with-cxxflags=-std=c++17" bundle install.

  1. Install dependencies with bundle install
  2. Restart all Mastodon processes.
When using docker
  1. Restart all Mastodon processes.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/mastodon/mastodon](https://github.com/mastodon/mastodon) | patch | `v4.3.2` -> `v4.3.3` | --- ### Release Notes <details> <summary>mastodon/mastodon (ghcr.io/mastodon/mastodon)</summary> ### [`v4.3.3`](https://github.com/mastodon/mastodon/releases/tag/v4.3.3) [Compare Source](https://github.com/mastodon/mastodon/compare/v4.3.2...v4.3.3) <h1><picture> <source media="(prefers-color-scheme: dark)" srcset="./lib/assets/wordmark.dark.png?raw=true"> <source media="(prefers-color-scheme: light)" srcset="./lib/assets/wordmark.light.png?raw=true"> <img alt="Mastodon" src="./lib/assets/wordmark.light.png?raw=true" height="34"> </picture></h1> ##### Changelog ##### Security - Fix insufficient validation of account URIs ([GHSA-5wxh-3p65-r4g6](https://github.com/mastodon/mastodon/security/advisories/GHSA-5wxh-3p65-r4g6)) - Update dependencies ##### Fixed - Fix `libyaml` missing from `Dockerfile` build stage ([#&#8203;33591](https://github.com/mastodon/mastodon/issues/33591) by [@&#8203;vmstan](https://github.com/vmstan)) - Fix incorrect notification settings migration for non-followers ([#&#8203;33348](https://github.com/mastodon/mastodon/issues/33348) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix down clause for notification policy v2 migrations ([#&#8203;33340](https://github.com/mastodon/mastodon/issues/33340) by [@&#8203;jesseplusplus](https://github.com/jesseplusplus)) - Fix error decrementing status count when `FeaturedTags#last_status_at` is `nil` ([#&#8203;33320](https://github.com/mastodon/mastodon/issues/33320) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix last paginated notification group only including data on a single notification ([#&#8203;33271](https://github.com/mastodon/mastodon/issues/33271) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix processing of mentions for post edits with an existing corresponding silent mention ([#&#8203;33227](https://github.com/mastodon/mastodon/issues/33227) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix deletion of unconfirmed users with Webauthn set ([#&#8203;33186](https://github.com/mastodon/mastodon/issues/33186) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix empty authors preview card serialization ([#&#8203;33151](https://github.com/mastodon/mastodon/issues/33151), [#&#8203;33466](https://github.com/mastodon/mastodon/issues/33466) by [@&#8203;mjankowski](https://github.com/mjankowski) and [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) ##### Upgrade notes To get the code for v4.3.3, use `git fetch && git checkout v4.3.3`. > \[!NOTE] > As always, **make sure you have backups of the database before performing any upgrades**. If you are using docker-compose, this is how a backup command might look: `docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump` ##### Dependencies External dependencies have not changed since v4.3.0, the compatible Ruby, PostgreSQL, Node, Elasticsearch and Redis versions are the same, that is: - Ruby: 3.1 or newer - PostgreSQL: 12 or newer. PostgreSQL versions 14.0 to 14.3 are not supported as they contain a critical data-corruption bug (see [v4.3.0 release notes](https://github.com/mastodon/mastodon/releases/tag/v4.3.0)) - Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work) - LibreTranslate (optional, for translations): 1.3.3 or newer - Redis: 4 or newer - Node: 18 or newer - ImageMagick (optional if using libvips): 6.9.7-7 or newer - libvips (optional, instead of ImageMagick): 8.13 or newer ##### Update steps The following instructions are for updating from 4.3.2. 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](https://github.com/mastodon/mastodon/releases/tag/v4.3.0)**, as there have been multiple important changes. ##### Non-docker > \[!TIP] > The `charlock_holmes` gem may fail to build on some systems with recent versions of `gcc`. > If you run into such an issue, try `BUNDLE_BUILD__CHARLOCK_HOLMES="--with-cxxflags=-std=c++17" bundle install`. 1. Install dependencies with `bundle install` 2. Restart all Mastodon processes. ##### When using docker 1. Restart all Mastodon processes. </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDguMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2025-01-16 12:23:37 +01:00
ada merged commit f897019a0b into main 2025-01-17 19:11:32 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: enpls/docker-services#68
No description provided.