From 45ed912959f46b167dd501387cdad078c7a34043 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Mon, 25 Sep 2023 21:36:28 -0100 Subject: [PATCH] 27.0.3 Signed-off-by: Maxence Lange --- CHANGELOG.md | 8 ++++++++ Makefile | 2 +- appinfo/info.xml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbfc7ea..3e0a2a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### 27.0.3 + +- fix an issue with username and group name (community fix) +- config key 'allow_self_signed_cert' (default=false) +- config key 'elastic_logger_enabled' (default=true) +- better management of failures because nodes are not available +- prioritize system config to app config + ### 27.0.2 - fix authentication on password protected ES diff --git a/Makefile b/Makefile index 40fffa8..76c24ce 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ cert_dir=$(HOME)/.nextcloud/certificates github_account=nextcloud release_account=nextcloud-releases branch=stable27 -version=27.0.2 +version=27.0.3 since_tag= all: appstore diff --git a/appinfo/info.xml b/appinfo/info.xml index c34b02e..70b57de 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -10,7 +10,7 @@ Extension to the _Full text search_ app to communicate with ElasticSearch. ]]> - 27.0.2 + 27.0.3 agpl Maxence Lange FullTextSearch_Elasticsearch