From fdc4e20c77c4f47fc505f5cd0a8bb66c0da0c085 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 14 Feb 2024 18:05:31 +0100 Subject: [PATCH] Bump version --- CHANGELOG | 10 ++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c9b5c12..dc8c597 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -438,3 +438,13 @@ * [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.2.5) * Fix insufficient origin validation (CVE-2024-23832, GHSA-3fjr-858r-92rw) +[1.12.6] +* Update Mastodon to 4.2.6 +* This release is an important security release fixing several security issue. +* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.2.6) +* Change external authentication behavior to never reattach a new identity to an existing user by default (GHSA-vm39-j3vx-pch3) +* Update the nokogiri dependency (see GHSA-xc9x-jj77-9p9j) +* Disable administrative Doorkeeper routes (ThisIsMissEm) +* Fix ongoing streaming sessions not being invalidated when applications get deleted in some cases (GHSA-7w3c-p9j8-mq3x) +* Update the sidekiq-unique-jobs dependency (see GHSA-cmh9-rx85-xj38) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 8c14e69..dfb7689 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Federated social network", - "version": "1.12.5", - "upstreamVersion": "4.2.5", + "version": "1.12.6", + "upstreamVersion": "4.2.6", "healthCheckPath": "/about", "httpPort": 8000, "memoryLimit": 1610612736,