From b1a3fb1b49cc452cfd2dbada80b304aa5a8cd50c Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Mon, 1 Jun 2026 11:49:36 +0200 Subject: [PATCH] build: Bump release to 8.1.1 Contain a critical fix for kerberos auth Signed-off-by: Carl Schwan --- CHANGELOG.md | 15 +++++++++++++++ appinfo/info.xml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c96e0729f..2c6da6c7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ # Changelog All notable changes to this project will be documented in this file. +## 8.1.1 + +### Fixed + +* fix: Kerberos authentification by using `$_SERVER` instead of `$_ENV` by @CarlSchwan in https://github.com/nextcloud/user_saml/pull/1130 + +### Dependencies + +* build(deps-dev): bump guzzlehttp/guzzle from 7.10.0 to 7.10.3 in /tests/integration by @dependabot[bot] in https://github.com/nextcloud/user_saml/pull/1128 +* build(deps-dev): bump nextcloud/coding-standard from 1.4.0 to 1.5.0 in /vendor-bin/cs-fixer by @dependabot[bot] in https://github.com/nextcloud/user_saml/pull/1129 + +### Other + +* test(kerberos): Reuse kerberos tests from server by @CarlSchwan in https://github.com/nextcloud/user_saml/pull/1130 + ## 8.1.0 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index f72931bb0..ee785a3e4 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -21,7 +21,7 @@ The following providers are supported and tested at the moment: * Any other provider that authenticates using the environment variable While theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are not part of any internal test matrix.]]> - 8.1.0 + 8.1.1 agpl Lukas Reschke User_SAML