Skip to content

Commit

Permalink
Merge pull request #313 from nextcloud/release/27.0.3
Browse files Browse the repository at this point in the history
27.0.3
  • Loading branch information
ArtificialOwl committed Sep 26, 2023
2 parents d951870 + 45ed912 commit c19b23e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Extension to the _Full text search_ app to communicate with ElasticSearch.
]]>
</description>
<version>27.0.2</version>
<version>27.0.3</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FullTextSearch_Elasticsearch</namespace>
Expand Down

0 comments on commit c19b23e

Please sign in to comment.