Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 766f6ec

Browse files
committed
chore(deps): update ghcr.io/mastodon/mastodon docker tag to v4.1.7 (#74)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/mastodon/mastodon](https://github.com/mastodon/mastodon) | patch | `v4.1.6` -> `v4.1.7` | --- ### Release Notes <details> <summary>mastodon/mastodon (ghcr.io/mastodon/mastodon)</summary> ### [`v4.1.7`](https://github.com/mastodon/mastodon/releases/tag/v4.1.7) [Compare Source](mastodon/mastodon@v4.1.6...v4.1.7) <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 ##### Changed - Change remote report processing to accept reports with long comments, but truncate them ([ThisIsMissEm](mastodon/mastodon#25028)) ##### Fixed - **Fix blocking subdomains of an already-blocked domain** ([ClearlyClaire](mastodon/mastodon#26392)) - Fix `/api/v1/timelines/tag/:hashtag` allowing for unauthenticated access when public preview is disabled ([danielmbrasil](mastodon/mastodon#26237)) - Fix inefficiencies in `PlainTextFormatter` ([ClearlyClaire](mastodon/mastodon#26727)) #### Upgrade notes To get the code for v4.1.7, use `git fetch && git checkout v4.1.7`. > 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 compared to v4.1.6, the compatible Ruby, PostgreSQL, Node, Elasticsearch and Redis versions are the same, that is: - Ruby: 2.7 to 3.0 - PostgreSQL: 9.5 or newer - Elasticsearch (optional, for full-text search): 7.x - Redis: 4 or newer - Node: >= 14, < 18 - ImageMagick: 6.9.7-7 or newer > If your uploaded images are broken after the upgrade, it means your installed ImageMagick version is older than the new minimum version (6.9.7-7), for example if you are running Ubuntu 18.04. If this happens, you can find more information and ways to fix it [on this page](mastodon/mastodon#25776). ##### Update steps The following instructions are for updating from 4.1.6. 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. **Non-Docker only:** 1. Install dependencies: `bundle install` and `yarn install --frozen-lockfile` **Both Docker and non-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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yMy4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Reviewed-on: https://git.home/nrdufour/home-ops/pulls/74 Co-authored-by: Renovate <[email protected]> Co-committed-by: Renovate <[email protected]>
1 parent 5050378 commit 766f6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/main/apps/mastodon/mastodon/app/mastodon-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image:
77
# built from the most recent commit
88
#
99
# tag: latest
10-
tag: "v4.1.6"
10+
tag: "v4.1.7"
1111
# use `Always` when using `latest` tag
1212
pullPolicy: IfNotPresent
1313

0 commit comments

Comments
 (0)