From 328ad861d6417e988b1aafbcb47b9732feafccab Mon Sep 17 00:00:00 2001 From: Package Updates Date: Fri, 26 Jun 2026 21:14:59 +0000 Subject: [PATCH] Update package version to 1.18.2 --- CHANGELOG | 5 +++++ CloudronManifest.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 8a2826d..22ebb77 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -913,3 +913,8 @@ * Fix emoji database loading in web worker ([#39558](https://github.com/tootsuite/mastodon/issues/39558) and [#39562](https://github.com/tootsuite/mastodon/issues/39562) by [@ChaosExAnima](https://github.com/ChaosExAnima)) * Fix display name length limit being incorrectly enforced in web UI ([#39499](https://github.com/tootsuite/mastodon/issues/39499) by [@shleeable](https://github.com/shleeable)) +[1.18.2] +* Update mastodon to 4.6.2 +* [Full Changelog](https://github.com/mastodon/mastodon/releases/tag/v4.6.2) +* Update FFMpeg version used in the container image to fix [CVE-2026-8461](https://github.com/advisories/GHSA-qff7-4q6c-m8h6) (critical severity) + diff --git a/CloudronManifest.json b/CloudronManifest.json index c904201..c2109a0 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Federated social network", - "version": "1.18.1", + "version": "1.18.2", "upstreamVersion": "4.6.2", "healthCheckPath": "/about", "httpPort": 8000,