Sfoglia il codice sorgente

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 anni fa
committed by GitHub
parent
commit
36e9b7c8c5
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
2 ha cambiato i file con 7 aggiunte e 1 eliminazioni
  1. +6
    -0
      CHANGELOG.md
  2. +1
    -1
      roles/custom/matrix-bot-draupnir/defaults/main.yml

+ 6
- 0
CHANGELOG.md Vedi File

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

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


Caricamento…
Annulla
Salva