Update ghcr.io/mastodon/mastodon-streaming Docker tag to v4.3.1 #2

Merged
ada merged 1 commit from renovate/ghcr.io-mastodon-mastodon-streaming-4.x into main 2024-10-25 12:11:08 +02:00
Collaborator

This PR contains the following updates:

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

Release Notes

mastodon/mastodon (ghcr.io/mastodon/mastodon-streaming)

v4.3.1

Compare Source

Mastodon

Changelog
Added
Changed
  • Change translation feature to translate to selected regional variant (e.g. pt-BR) if available (#​32428 by @​c960657)
Removed
  • Remove ability to get embed code for remote posts (#​32578 by @​ClearlyClaire)
    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
Upgrade notes

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

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

[!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-streaming](https://github.com/mastodon/mastodon) | patch | `v4.3.0` -> `v4.3.1` | --- ### Release Notes <details> <summary>mastodon/mastodon (ghcr.io/mastodon/mastodon-streaming)</summary> ### [`v4.3.1`](https://github.com/mastodon/mastodon/releases/tag/v4.3.1) [Compare Source](https://github.com/mastodon/mastodon/compare/v4.3.0...v4.3.1) <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 more explicit explanations about author attribution and `fediverse:creator` ([#&#8203;32383](https://github.com/mastodon/mastodon/issues/32383) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Add ability to group follow notifications in WebUI, can be disabled in the column settings ([#&#8203;32520](https://github.com/mastodon/mastodon/issues/32520) by [@&#8203;renchap](https://github.com/renchap)) - Add back a 6 hours mute duration option ([#&#8203;32522](https://github.com/mastodon/mastodon/issues/32522) by [@&#8203;renchap](https://github.com/renchap)) - Add note about not changing ActiveRecord encryption secrets once they are set ([#&#8203;32413](https://github.com/mastodon/mastodon/issues/32413), [#&#8203;32476](https://github.com/mastodon/mastodon/issues/32476), [#&#8203;32512](https://github.com/mastodon/mastodon/issues/32512), and [#&#8203;32537](https://github.com/mastodon/mastodon/issues/32537) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire) and [@&#8203;mjankowski](https://github.com/mjankowski)) ##### Changed - Change translation feature to translate to selected regional variant (e.g. pt-BR) if available ([#&#8203;32428](https://github.com/mastodon/mastodon/issues/32428) by [@&#8203;c960657](https://github.com/c960657)) ##### Removed - Remove ability to get embed code for remote posts ([#&#8203;32578](https://github.com/mastodon/mastodon/issues/32578) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire))\ 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 - Fix follow recommendation moderation page default language when using regional variant ([#&#8203;32580](https://github.com/mastodon/mastodon/issues/32580) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix column-settings spacing in local timeline in advanced view ([#&#8203;32567](https://github.com/mastodon/mastodon/issues/32567) by [@&#8203;lindwurm](https://github.com/lindwurm)) - Fix broken i18n in text welcome mailer tags area ([#&#8203;32571](https://github.com/mastodon/mastodon/issues/32571) by [@&#8203;mjankowski](https://github.com/mjankowski)) - Fix missing or incorrect cache-control headers for Streaming server ([#&#8203;32551](https://github.com/mastodon/mastodon/issues/32551) by [@&#8203;ThisIsMissEm](https://github.com/ThisIsMissEm)) - Fix only the first paragraph being displayed in some notifications ([#&#8203;32348](https://github.com/mastodon/mastodon/issues/32348) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix reblog icons on account media view ([#&#8203;32506](https://github.com/mastodon/mastodon/issues/32506) by [@&#8203;tribela](https://github.com/tribela)) - Fix Content-Security-Policy not allowing OpenStack SWIFT object storage URI ([#&#8203;32439](https://github.com/mastodon/mastodon/issues/32439) by [@&#8203;kenkiku1021](https://github.com/kenkiku1021)) - Fix back arrow pointing to the incorrect direction in RTL languages ([#&#8203;32485](https://github.com/mastodon/mastodon/issues/32485) by [@&#8203;renchap](https://github.com/renchap)) - Fix streaming server using `REDIS_USERNAME` instead of `REDIS_USER` ([#&#8203;32493](https://github.com/mastodon/mastodon/issues/32493) by [@&#8203;ThisIsMissEm](https://github.com/ThisIsMissEm)) - Fix follow recommendation carrousel scrolling on RTL layouts ([#&#8203;32462](https://github.com/mastodon/mastodon/issues/32462) and [#&#8203;32505](https://github.com/mastodon/mastodon/issues/32505) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix follow recommendation suppressions not applying immediately ([#&#8203;32392](https://github.com/mastodon/mastodon/issues/32392) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix language of push notifications ([#&#8203;32415](https://github.com/mastodon/mastodon/issues/32415) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix mute duration not being shown in list of muted accounts in web UI ([#&#8203;32388](https://github.com/mastodon/mastodon/issues/32388) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix “Mark every notification as read” not updating the read marker if scrolled down ([#&#8203;32385](https://github.com/mastodon/mastodon/issues/32385) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix “Mention” appearing for otherwise filtered posts ([#&#8203;32356](https://github.com/mastodon/mastodon/issues/32356) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix notification requests from suspended accounts still being listed ([#&#8203;32354](https://github.com/mastodon/mastodon/issues/32354) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix list edition modal styling ([#&#8203;32358](https://github.com/mastodon/mastodon/issues/32358) and [#&#8203;32367](https://github.com/mastodon/mastodon/issues/32367) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire) and [@&#8203;vmstan](https://github.com/vmstan)) - Fix 4 columns barely not fitting on 1920px screen ([#&#8203;32361](https://github.com/mastodon/mastodon/issues/32361) by [@&#8203;ClearlyClaire](https://github.com/ClearlyClaire)) - Fix icon alignment in applications list ([#&#8203;32293](https://github.com/mastodon/mastodon/issues/32293) by [@&#8203;mjankowski](https://github.com/mjankowski)) ##### Upgrade notes To get the code for v4.3.1, use `git fetch && git checkout v4.3.1`. > \[!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.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](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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-10-25 12:09:51 +02:00
ada merged commit bef8d95716 into main 2024-10-25 12:11:08 +02: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#2
No description provided.