diff --git a/roles/custom/matrix-appservice-draupnir-for-all/defaults/main.yml b/roles/custom/matrix-appservice-draupnir-for-all/defaults/main.yml index 7355a712d..0f5089aee 100644 --- a/roles/custom/matrix-appservice-draupnir-for-all/defaults/main.yml +++ b/roles/custom/matrix-appservice-draupnir-for-all/defaults/main.yml @@ -12,7 +12,7 @@ matrix_appservice_draupnir_for_all_enabled: true # renovate: datasource=docker depName=depName=ghcr.io/the-draupnir-project/draupnir -matrix_appservice_draupnir_for_all_version: "v3.0.0" +matrix_appservice_draupnir_for_all_version: "v3.1.0" matrix_appservice_draupnir_for_all_container_image_self_build: false matrix_appservice_draupnir_for_all_container_image_self_build_repo: "https://github.com/the-draupnir-project/Draupnir.git" @@ -66,8 +66,8 @@ matrix_appservice_draupnir_for_all_force_restart: "{{ # unset and `matrix_appservice_draupnir_for_all_initialManager` to be a valid # user ID. # Zero Touch Deployment is recomended for all new deployments. -# New deployments that are exempt from this recomendation are assumed to be advanced users. -# Who know what they are doing and have specific needs that require the flexibility of non-zero-touch-deployment mode. +# New deployments that are exempt from this recomendation are assumed to be advanced users. +# Who know what they are doing and have specific needs that require the flexibility of non-zero-touch-deployment mode. # Note that enabling this on an existing deployment will cause the bot to recreate the admin room. # Manual policy migration has to be done in that case as to not break when access controls return to working order. matrix_appservice_draupnir_for_all_zero_touch_deploy: false @@ -81,7 +81,7 @@ matrix_appservice_draupnir_for_all_zero_touch_deploy: false matrix_appservice_draupnir_for_all_config_adminRoom: "" # noqa var-naming # This controls the mxid of who is invited to the admin room on its creation when using Zero Touch Deployment. -# The this value is mutually exclusive with matrix_appservice_draupnir_for_all_config_adminRoom +# The this value is mutually exclusive with matrix_appservice_draupnir_for_all_config_adminRoom # and the bot will crash if you attempt to set both at the same time. matrix_appservice_draupnir_for_all_config_initialManager: "" # noqa var-naming diff --git a/roles/custom/matrix-bot-draupnir/defaults/main.yml b/roles/custom/matrix-bot-draupnir/defaults/main.yml index 428eac7ef..eddc3c1ec 100644 --- a/roles/custom/matrix-bot-draupnir/defaults/main.yml +++ b/roles/custom/matrix-bot-draupnir/defaults/main.yml @@ -12,7 +12,7 @@ matrix_bot_draupnir_enabled: true # renovate: datasource=docker depName=depName=ghcr.io/the-draupnir-project/draupnir -matrix_bot_draupnir_version: "v3.0.0" +matrix_bot_draupnir_version: "v3.1.0" matrix_bot_draupnir_container_image_self_build: false matrix_bot_draupnir_container_image_self_build_repo: "https://github.com/the-draupnir-project/Draupnir.git"