diff --git a/changelog/unreleased/buf-tooling.md b/changelog/unreleased/buf-tooling.md index 7b37d725fc8..3b0944a53a6 100644 --- a/changelog/unreleased/buf-tooling.md +++ b/changelog/unreleased/buf-tooling.md @@ -1,7 +1,7 @@ -Bugfix: Enhancement +Enhancement: Broaden bufbuild/Buf usage We've switched the usage of bufbuild/Buf from a protoc replacement only to -also using it to configuring the outputs and pinning dependencies. +also using it to confige the outputs and pinning dependencies. https://github.com/owncloud/ocis/pull/2630 https://github.com/owncloud/ocis/pull/2616 diff --git a/changelog/unreleased/create-space-quota.md b/changelog/unreleased/create-space-quota.md index 7651cf7460d..ddc6f829b36 100644 --- a/changelog/unreleased/create-space-quota.md +++ b/changelog/unreleased/create-space-quota.md @@ -1,6 +1,6 @@ Change: Configurable default quota -When creating a new space a (configurable) default quota will be used (instead the hardcoded one) +When creating a new space a (configurable) default quota will be used (instead the hardcoded one). One can set the EnvVar `GRAPH_SPACES_DEFAULT_QUOTA` to configure it https://github.com/owncloud/ocis/issues/2621 diff --git a/changelog/unreleased/go-embed-instead-fileb0x.md b/changelog/unreleased/go-embed-instead-fileb0x.md index 9b7338fa8d3..d7ac2116d61 100644 --- a/changelog/unreleased/go-embed-instead-fileb0x.md +++ b/changelog/unreleased/go-embed-instead-fileb0x.md @@ -1,6 +1,7 @@ -Enhancement: use go-embed insted of fileb0x +Enhancement: Replace fileb0x with go-embed -go-embed delivers already the funtionality we need but with less code. We decided to use it instead of 3rd party fileb0x +go-embed already brings the functionality we need but with less code. We decided to use it instead of 3rd party fileb0x https://github.com/owncloud/ocis/issues/1199 https://github.com/owncloud/ocis/pull/2631 +https://github.com/owncloud/ocis/pull/2649