Update ghcr.io/mastodon/mastodon Docker tag to v4.3.2 #33

Merged
ada merged 1 commit from renovate/ghcr.io-mastodon-mastodon-4.x into main 2024-12-03 17:06:01 +01:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v4.3.2

Compare Source

Mastodon

Changelog

Added
Changed
Fixed
Security
  • Update dependencies

Upgrade notes

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

[!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.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

[!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 and yarn install --immutable
  2. Precompile the assets: RAILS_ENV=production bundle exec rails assets:precompile
  3. 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.1` -> `v4.3.2` | --- ### Release Notes <details> <summary>mastodon/mastodon (ghcr.io/mastodon/mastodon)</summary> ### [`v4.3.2`](https://github.com/mastodon/mastodon/releases/tag/v4.3.2) [Compare Source](https://github.com/mastodon/mastodon/compare/v4.3.1...v4.3.2) <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 ##### Added - Add `tootctl feeds vacuum` ([#&#8203;33065](https://github.com/mastodon/mastodon/issues/33065) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Add error message when user tries to follow their own account ([#&#8203;31910](https://github.com/mastodon/mastodon/issues/31910) by [@&#8203;lenikadali](https://github.com/lenikadali)) - Add client_secret_expires_at to OAuth Applications ([#&#8203;30317](https://github.com/mastodon/mastodon/issues/30317) by [@&#8203;ThisIsMissEm](https://github.com/ThisIsMissEm)) ##### Changed - Change design of Content Warnings and filters ([#&#8203;32543](https://github.com/mastodon/mastodon/issues/32543) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) ##### Fixed - Fix processing incoming post edits with mentions to unresolvable accounts ([#&#8203;33129](https://github.com/mastodon/mastodon/issues/33129) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix error when including multiple instances of `embed.js` ([#&#8203;33107](https://github.com/mastodon/mastodon/issues/33107) by [@&#8203;YKWeyer](https://github.com/YKWeyer)) - Fix inactive users' timelines being backfilled on follow and unsuspend ([#&#8203;33094](https://github.com/mastodon/mastodon/issues/33094) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix direct inbox delivery pushing posts into inactive followers' timelines ([#&#8203;33067](https://github.com/mastodon/mastodon/issues/33067) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix `TagFollow` records not being correctly handled in account operations ([#&#8203;33063](https://github.com/mastodon/mastodon/issues/33063) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix pushing hashtag-followed posts to feeds of inactive users ([#&#8203;33018](https://github.com/mastodon/mastodon/issues/33018) by [@&#8203;Gargron](https://github.com/Gargron)) - Fix duplicate notifications in notification groups when using slow mode ([#&#8203;33014](https://github.com/mastodon/mastodon/issues/33014) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix posts made in the future being allowed to trend ([#&#8203;32996](https://github.com/mastodon/mastodon/issues/32996) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix uploading higher-than-wide GIF profile picture with libvips enabled ([#&#8203;32911](https://github.com/mastodon/mastodon/issues/32911) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix domain attribution field having autocorrect and autocapitalize enabled ([#&#8203;32903](https://github.com/mastodon/mastodon/issues/32903) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix titles being escaped twice ([#&#8203;32889](https://github.com/mastodon/mastodon/issues/32889) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix list creation limit check ([#&#8203;32869](https://github.com/mastodon/mastodon/issues/32869) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix error in `tootctl email_domain_blocks` when supplying `--with-dns-records` ([#&#8203;32863](https://github.com/mastodon/mastodon/issues/32863) by [@&#8203;mjankowski](https://github.com/mjankowski)) - Fix `min_id` and `max_id` causing error in search API ([#&#8203;32857](https://github.com/mastodon/mastodon/issues/32857) by [@&#8203;Gargron](https://github.com/Gargron)) - Fix inefficiencies when processing removal of posts that use featured tags ([#&#8203;32787](https://github.com/mastodon/mastodon/issues/32787) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix alt-text pop-in not using the translated description ([#&#8203;32766](https://github.com/mastodon/mastodon/issues/32766) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix preview cards with long titles erroneously causing layout changes ([#&#8203;32678](https://github.com/mastodon/mastodon/issues/32678) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix embed modal layout on mobile ([#&#8203;32641](https://github.com/mastodon/mastodon/issues/32641) by [@&#8203;DismalShadowX](https://github.com/DismalShadowX)) - Fix and improve batch attachment deletion handling when using OpenStack Swift ([#&#8203;32637](https://github.com/mastodon/mastodon/issues/32637) by [@&#8203;hugogameiro](https://github.com/hugogameiro)) - Fix blocks not being applied on link timeline ([#&#8203;32625](https://github.com/mastodon/mastodon/issues/32625) by [@&#8203;tribela](https://github.com/tribela)) - Fix follow counters being incorrectly changed ([#&#8203;32622](https://github.com/mastodon/mastodon/issues/32622) by [@&#8203;oneiros](https://github.com/oneiros)) - Fix 'unknown' media attachment type rendering ([#&#8203;32613](https://github.com/mastodon/mastodon/issues/32613) and [#&#8203;32713](https://github.com/mastodon/mastodon/issues/32713) by [@&#8203;ThisIsMissEm](https://github.com/ThisIsMissEm) and [@&#8203;renatolond](https://github.com/renatolond)) - Fix tl language native name ([#&#8203;32606](https://github.com/mastodon/mastodon/issues/32606) by [@&#8203;seav](https://github.com/seav)) ##### Security - Update dependencies #### Upgrade notes To get the code for v4.3.2, use `git fetch && git checkout v4.3.2`. > \[!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.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](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` and `yarn install --immutable` 2. Precompile the assets: `RAILS_ENV=production bundle exec rails assets:precompile` 3. 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:eyJjcmVhdGVkSW5WZXIiOiIzOS40Ny4xIiwidXBkYXRlZEluVmVyIjoiMzkuNDcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2024-12-03 17:05:31 +01:00
ada merged commit 5beba7ea78 into main 2024-12-03 17:06:01 +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#33
No description provided.