From c0f629bdbd29787e09b69d3e88fea21a6b8711d6 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Thu, 23 Jul 2020 09:44:42 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9138ea47..286440c49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,18 @@ The following sections list the changes in ocis-glauth unreleased. ## Summary +* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#24](https://github.com/owncloud/ocis-glauth/pull/24) * Enhancement - Implement group queries: [#22](https://github.com/owncloud/ocis-glauth/issues/22) ## Details +* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#24](https://github.com/owncloud/ocis-glauth/pull/24) + + ARM builds were failing when built on alpine:edge, so we switched to alpine:latest instead. + + https://github.com/owncloud/ocis-glauth/pull/24 + + * Enhancement - Implement group queries: [#22](https://github.com/owncloud/ocis-glauth/issues/22) Refactored the handler and implemented group queries.