From 945926aed11d5e0f698f8567254be39a91c2ffe6 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Thu, 12 Feb 2026 21:27:33 +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 e723987b0..7a679f1e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 2026-02-12 + +## (BC Break) Hydrogen role has been relocated and variable names need adjustments + +The role for Hydrogen 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_hydrogen_` 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_hydrogen_` -> `hydrogen_` + +As always, the playbook would let you know about this and point out any variables you may have missed. + # 2026-02-11 ## (BC Break) coturn role has been relocated and variable names need adjustments