Procházet zdrojové kódy

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 před 2 roky
committed by GitHub
rodič
revize
36e9b7c8c5
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
2 změnil soubory, kde provedl 7 přidání a 1 odebrání
  1. +6
    -0
      CHANGELOG.md
  2. +1
    -1
      roles/custom/matrix-bot-draupnir/defaults/main.yml

+ 6
- 0
CHANGELOG.md Zobrazit soubor

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

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


Načítá se…
Zrušit
Uložit