浏览代码

Merge pull request #3097 from FSG-Cat/Draupnir-1-86-0

Update Draupnir to 1.86.0 and include changelog entry about new License
pull/3098/head
Slavi Pantaleev 2 年前
committed by GitHub
父节点
当前提交
36e9b7c8c5
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 2 个文件被更改,包括 7 次插入1 次删除
  1. +6
    -0
      CHANGELOG.md
  2. +1
    -1
      roles/custom/matrix-bot-draupnir/defaults/main.yml

+ 6
- 0
CHANGELOG.md 查看文件

@@ -1,3 +1,9 @@
# 2024-01-16

## `Draupnir` has been relicensed to AFL-3.0

As of [#204](https://github.com/the-draupnir-project/Draupnir/pull/204) Draupnir changed its licence to AFL-3.0 from the CSL licence. This change affects playbook users who could not run Draupnir under the old license restrictions. The new license is considerably less restrictive and is OSI approved. Draupnir version v1.86.0 and later are covered by this license change.

# 2024-01-15

## Goodbye, `matrix-nginx-proxy` 🪦


+ 1
- 1
roles/custom/matrix-bot-draupnir/defaults/main.yml 查看文件

@@ -5,7 +5,7 @@
matrix_bot_draupnir_enabled: true

# renovate: datasource=docker depName=gnuxie/draupnir
matrix_bot_draupnir_version: "v1.85.1"
matrix_bot_draupnir_version: "v1.86.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"


正在加载...
取消
保存