github owncloud/ocis v1.11.0-rc1
1.11.0-rc1 Tech Preview

latest releases: v6.4.0, v5.0.7, v5.0.7-rc.1...
pre-release3 years ago

Changes in 1.11.0

Summary

  • Bugfix - Specify primary user type for all accounts: #2364
  • Bugfix - Fix naming of the user- and groupprovider services: #2388
  • Change - Update ownCloud Web to v4.1.0: #2426
  • Enhancement - Use non root user for the owncloud/ocis docker image: #2380
  • Enhancement - Replace unmaintained jwt library: #2386
  • Enhancement - Update bleve to version 2.1.0: #2391
  • Enhancement - Update github.com/coreos/go-oidc to v3.0.0: #2393
  • Enhancement - Update reva to v1.12: #2423

Details

  • Bugfix - Specify primary user type for all accounts: #2364

    #2364

  • Bugfix - Fix naming of the user- and groupprovider services: #2388

    The services are called "storage-userprovider" and "storage-groupprovider". The 'ocis
    help' output was misleading.

    #2388

  • Change - Update ownCloud Web to v4.1.0: #2426

    Tags: web

    We updated ownCloud Web to v4.1.0. Please refer to the changelog (linked) for details on the web
    release.

    #2426
    https://github.com/owncloud/web/releases/tag/v4.1.0

  • Enhancement - Use non root user for the owncloud/ocis docker image: #2380

    The owncloud/ocis docker image now uses a non root user and enables you to set a different user
    with the docker --user parameter. The default user has the UID 1000 is part of a group with the
    GID 1000.

    This is a breaking change for existing docker deployments. The permission on the files and
    folders in persistent volumes need to be changed to the UID and GID used for oCIS (default
    1000:1000 if not changed by the user).

    #2380

  • Enhancement - Replace unmaintained jwt library: #2386

    The old library github.com/dgrijalva/jwt-go
    is unmaintained and was replaced by the community maintained fork
    github.com/golang-jwt/jwt.

    #2386

  • Enhancement - Update bleve to version 2.1.0: #2391

    Updated bleve to the current version.

    #2391

  • Enhancement - Update github.com/coreos/go-oidc to v3.0.0: #2393

    Updated the github.com/coreos/go-oidc library to the version 3.0.0.

    #2393

  • Enhancement - Update reva to v1.12: #2423

    #2423

Don't miss a new ocis release

NewReleases is sending notifications on new releases.