From ed3728637244d49e4a702e21430020a8fa64563a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Sun, 23 Apr 2023 13:14:18 +0200 Subject: [PATCH] refactor! Use authentik_container as there is only one --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87ebd5c..d37ebd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 2023-04-23 + +## (Backward Compatibility Break) Authentik container variables renamed + +For the authentik role there wehre initially two containers: `authentic_worker_container` and `authentic_server_container`. To simnplifiy the setup this was reduced to one container. +As the role is pretty young and to avoid confusion because of legacy and reverted design decisions all variables containing `authentik_server_container` will now start with authentik_container. This means you will have to renemae these variables in your `vars.yml` if you already use authentik. If you use a standard setup this only includes + +* `authentic_server_container_additional_networks_custom` -> `authentik_container_additional_networks_custom` + # 2023-03-29 ## (Backward Compatibility Break) Firezone database renamed