Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Sep 7, 2020
1 parent 90e4df6 commit 199267c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Bugfix - Add missing env vars to docker compose: [#392](https://github.com/owncloud/ocis/pull/392)
* Bugfix - Don't enforce empty external apps slice: [#473](https://github.com/owncloud/ocis/pull/473)
* Bugfix - Fix director selection in proxy: [#521](https://github.com/owncloud/ocis/pull/521)
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#416](https://github.com/owncloud/ocis/pull/416)
* Change - Add the thumbnails command: [#156](https://github.com/owncloud/ocis/issues/156)
* Change - Integrate import command from ocis-migration: [#249](https://github.com/owncloud/ocis/pull/249)
Expand Down Expand Up @@ -56,6 +57,15 @@
https://github.com/owncloud/ocis/pull/473


* Bugfix - Fix director selection in proxy: [#521](https://github.com/owncloud/ocis/pull/521)

We fixed a bug in ocis-proxy where simultaneous requests could be executed on the wrong
backend.

https://github.com/owncloud/ocis/pull/521
https://github.com/owncloud/ocis-proxy/pull/99


* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#416](https://github.com/owncloud/ocis/pull/416)

ARM builds were failing when built on alpine:edge, so we switched to alpine:latest instead.
Expand Down

0 comments on commit 199267c

Please sign in to comment.