ownCloud Classic 11.0.0-rc2 is available #9
DeepDiver1975
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ownCloud Classic 11.0.0-rc2 is available
The second release candidate for ownCloud Classic 11.0.0 is now out. This is a
prerelease meant for testing — please don't run it in production yet. We'd love
for you to try it, kick the tyres, and report anything that looks off so we can get
11.0.0 final into great shape.
Get it
Pull it from Docker Hub:
Image page: https://hub.docker.com/r/owncloud/server
What's new since RC1
ocsign, our standaloneGo signer, producing G2 signatures (
signature.jsonschema v2, ECDSA P-384, withone certificate per bundled app). This replaces the legacy
occ integrity:sign-*(G1) path — a cleaner, more robust integrity story with no PHP needed at build time.
updaterapp removed from the bundle (it was v1.1.2 in RC1).templateeditordropped from the Complete edition — its upstream repository isarchived/read-only and it is no longer needed in oc11.
example-files1.3.0 → 1.4.0 — refreshed demo skeleton content.richdocumentspackaging — same version (v4.3.0), but now assembled from theprebuilt release tarball instead of being built from a git checkout.
v11.0.0-rc1tov11.0.0-rc2.Full per-app version changes (RC1 → RC2)
Standard edition (also included in Complete)
Complete edition — additional apps
Integrity
The image is built from a G2 code-signed release tree — the running server's
occ integrity:check-core/integrity:check-appwill report an intact,signed installation.
Feedback
Found a bug or a regression? Please reply in this thread, or open an issue against
the relevant repository under https://github.com/owncloud. Thanks for helping us
test 11.0.0! 🙏
All reactions