From 481bebec30fde050a9cf2586fa8f2fdca0bc84c2 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sat, 7 Feb 2026 16:48:59 +0900 Subject: [PATCH] Update CHANGELOG.md Signed-off-by: Suguru Hirahara --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ee9bbe67..909380fb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 2026-02-07 + +## (BC Break) Cinny role has been relocated and variable names need adjustments + +The role for Cinny has been relocated to the [mother-of-all-self-hosting](https://github.com/mother-of-all-self-hosting) organization. + +Along with the relocation, the `matrix_client_cinny_` prefix was dropped from its variable names, so you need to adjust your `vars.yml` configuration. + +You need to do the following replacement: + +- `matrix_client_cinny_` -> `cinny_` + +As always, the playbook would let you know about this and point out any variables you may have missed. + # 2026-02-06 ## The Sliding Sync proxy has been removed from the playbook