Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Oct 20, 2021
1 parent e3c52af commit 839e5c1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The following sections list the changes for unreleased.
* Security - Don't expose services by default: [#2612](https://github.com/owncloud/ocis/issues/2612)
* Bugfix - Enhancement: [#2630](https://github.com/owncloud/ocis/pull/2630)
* Change - Configurable default quota: [#2621](https://github.com/owncloud/ocis/issues/2621)
* Change - New default data paths and easier configuration of the data path: [#2590](https://github.com/owncloud/ocis/pull/2590)
* Enhancement - Upgrade to go-micro v4.1.0: [#2616](https://github.com/owncloud/ocis/pull/2616)
* Enhancement - Add a middleware to authenticate public share requests: [#2536](https://github.com/owncloud/ocis/pull/2536)
* Enhancement - Report quota states: [#2628](https://github.com/owncloud/ocis/pull/2628)
Expand Down Expand Up @@ -41,6 +42,25 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/issues/2621
https://jira.owncloud.com/browse/OCIS-2070

* Change - New default data paths and easier configuration of the data path: [#2590](https://github.com/owncloud/ocis/pull/2590)

We've changed the default data path for our release artifacts: - oCIS docker images will now
store all data in `/var/lib/ocis` instead in `/var/tmp/ocis` - binary releases will now store
all data in `~/.ocis` instead of `/var/tmp/ocis`

Also if you're a developer and you run oCIS from source, it will store all data in `~/.ocis` from
now on.

You can now easily change the data path for all extensions by setting the environment variable
`OCIS_BASE_DATA_PATH`.

If you want to package oCIS, you also can set the default data path at compile time, eg. by passing
`-X "github.com/owncloud/ocis/ocis-pkg/config/defaults.BaseDataPathType=path" -X
"github.com/owncloud/ocis/ocis-pkg/config/defaults.BaseDataPathValue=/var/lib/ocis"`
to your go build step.

https://github.com/owncloud/ocis/pull/2590

* Enhancement - Upgrade to go-micro v4.1.0: [#2616](https://github.com/owncloud/ocis/pull/2616)

We've upgraded to go-micro v4.1.0
Expand Down

0 comments on commit 839e5c1

Please sign in to comment.