Browse Source

Update Draupnir role from 3.0.0 to 3.1.0

Zero Touch Deployment got introduced in this Draupnir version. This is why the PR is special.
pull/5205/head
Catalan Lover 1 month ago
parent
commit
cd71ac8a90
No known key found for this signature in database GPG Key ID: 649BCCF930C07F70
2 changed files with 5 additions and 5 deletions
  1. +4
    -4
      roles/custom/matrix-appservice-draupnir-for-all/defaults/main.yml
  2. +1
    -1
      roles/custom/matrix-bot-draupnir/defaults/main.yml

+ 4
- 4
roles/custom/matrix-appservice-draupnir-for-all/defaults/main.yml View File

@@ -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



+ 1
- 1
roles/custom/matrix-bot-draupnir/defaults/main.yml View File

@@ -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"


Loading…
Cancel
Save