From 801fe9fe32f3c7bc6ffdabfb8a18827f18309a0c Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Thu, 27 Jul 2023 14:41:18 +0100 Subject: [PATCH] Changelog --- CHANGELOG.md | 8 ++++++++ docs/docs/installation/otp_en.md | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b7f36a85..6f2c2f425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Added a new configuration option to the MediaProxy feature that allows the blocking of specific domains from using the media proxy or being explicitly allowed by the Content-Security-Policy. - Please make sure instances you wanted to block media from are not in the MediaProxy `whitelist`, and instead use `blocklist`. - `OnlyMedia` Upload Filter to simplify restricting uploads to audio, image, and video types +- ARM64 OTP builds + - Ubuntu22 builds are available for develop and stable + - other distributions are stable only + +## Changed + +- Alpine OTP builds are now from alpine 3.18, which is SSLv3 compatible. + If you use alpine OTP builds you will have to update your local system. ## Fixed diff --git a/docs/docs/installation/otp_en.md b/docs/docs/installation/otp_en.md index 3f3129193..9de4e4824 100644 --- a/docs/docs/installation/otp_en.md +++ b/docs/docs/installation/otp_en.md @@ -24,9 +24,9 @@ Use the following mapping to figure out your flavour: | debian bullseye | amd64 | amd64 | develop, stable | | debian bullseye | arm64 | arm64 | stable | | ubuntu focal | amd64 | amd64 | develop, stable | -| ubuntu focal | arm64 | arm64 | develop, stable | +| ubuntu focal | arm64 | arm64 | stable | | ubuntu jammy | amd64 | amd64-ubuntu-jammy | develop, stable | -| ubuntu jammy | arm64 | arm64-ubuntu-jammy | stable | +| ubuntu jammy | arm64 | arm64-ubuntu-jammy | develop, stable | | alpine | amd64 | amd64-musl | stable | | alpine | arm64 | arm64-musl | stable |