From 825091605117c3d10c63fb481be81e96927866be Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sat, 13 Apr 2024 11:02:27 -0300 Subject: [PATCH] Update release notes [ci skip] --- release/4.0.0+v1.93.0 | 2 ++ release/5.0.0+v1.93.0 | 18 +----------------- release/5.0.1+v1.93.0 | 8 +++----- release/6.0.0+v1.100.0 | 9 +-------- 4 files changed, 7 insertions(+), 30 deletions(-) diff --git a/release/4.0.0+v1.93.0 b/release/4.0.0+v1.93.0 index 744c636..712d849 100644 --- a/release/4.0.0+v1.93.0 +++ b/release/4.0.0+v1.93.0 @@ -5,4 +5,6 @@ Copy the secrets: * `registration_shared_secret` to `registration` * `macaroon_secret_key` to `macaroon` +The easiest way to do this is to run `abra app run app bash` BEFORE this upgrade, then `cat /run/secrets/registration_shared_secret`. If you haven't saved the secrets yet, and would like to, please Ctrl+C out of this upgrade and do that first. + Regeneration of these secrets should also work. diff --git a/release/5.0.0+v1.93.0 b/release/5.0.0+v1.93.0 index 4c97b8b..fdcb90d 100644 --- a/release/5.0.0+v1.93.0 +++ b/release/5.0.0+v1.93.0 @@ -1,17 +1 @@ -An Nginx proxy has been configured as the entrypoint for Synapse. This is not -optional. This is done to counteract IP collection in Synapse itself. See more: - -!!! You MUST undeploy your Synapse install before upgrading to this version !!! - -This is because there have been a service rename in the recipe configuration: - -* `app` -> `synapse` - -This could break stuff in the recipe, so please report issues if you run into -anything! - - https://git.coopcloud.tech/coop-cloud/matrix-synapse/issues/38 - -Thanks! - --- d1 +It's recommended not to upgrade / downgrade directly to this version (or other 5.y.z versions), because of service renaming which was reverted in 6.0.0+v1.100.0. diff --git a/release/5.0.1+v1.93.0 b/release/5.0.1+v1.93.0 index 0851e3b..be11060 100644 --- a/release/5.0.1+v1.93.0 +++ b/release/5.0.1+v1.93.0 @@ -1,8 +1,6 @@ -take care when upgrading! You need to add two variables to your .env file: -use the following if you don't want any access logs (including users' IP addresses): -NGINX_ACCESS_LOG_LOCATION="/dev/null" -NGINX_ERROR_LOG_LOCATION="/dev/null" +Logging is now disabled by default. If you want to reënable it, set these options: -use the following if you want logs: +``` NGINX_ACCESS_LOG_LOCATION="/dev/stdout" NGINX_ERROR_LOG_LOCATION="/dev/stderr" +``` diff --git a/release/6.0.0+v1.100.0 b/release/6.0.0+v1.100.0 index 744c636..d126e41 100644 --- a/release/6.0.0+v1.100.0 +++ b/release/6.0.0+v1.100.0 @@ -1,8 +1 @@ -We had to rename some secrets: https://git.coopcloud.tech/coop-cloud/matrix-synapse/issues/35 - -Copy the secrets: - -* `registration_shared_secret` to `registration` -* `macaroon_secret_key` to `macaroon` - -Regeneration of these secrets should also work. +If you are upgrading from verison 5.y.z of this recipe, you will need to `undeploy` then `deploy`, because of a service rename which was reverted.