Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
butonic committed Jul 23, 2020
1 parent 9f9b774 commit af2fccd
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changes in unreleased
# Changes in 0.1.0

## Summary

* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#5](https://github.com/owncloud/ocis-store/pull/5)
* Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis-store/pull/1)

## Details

Expand All @@ -12,4 +13,16 @@

https://github.com/owncloud/ocis-store/pull/5


* Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis-store/pull/1)

We have built a new service which implements go micro's [store
interface](https://github.com/micro/development/blob/master/design/framework/store.md),
so that we can provide a key-value-store through GRPC for our services. The underlying
implementation stores data as json files on disk and maintains an index using
[bleve](https://github.com/blevesearch/bleve).

https://github.com/owncloud/ocis-store/pull/1
https://github.com/owncloud/ocis-store/pull/2

-}}

0 comments on commit af2fccd

Please sign in to comment.