chore: bump Nextcloud to 35.0.0; 34.0.4:4 → 35.0.0:0 - #153
Open
helix-nine wants to merge 1 commit into
Open
helix-nine wants to merge 1 commit into
helix-nine wants to merge 1 commit into
Conversation
Pin the published 35.0.0 Apache image and keep the new sharing core app out of the non-default-app recovery action. Refresh the FileBrowser and NextExplorer iteration-branch lock pins. The 35 image retains the package paths, entrypoint markers, command contracts, PHP runtime, and PostgreSQL compatibility used by the wrapper; Nextcloud handles its schema migration through occ upgrade. Helix-Harness: pi Helix-Model: openai-codex/gpt-5.6-sol
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
sharingcore app out of the Disable Non-default Apps recovery action.next-branch lock pins.35.0.0:0with localized release notes covering the major release and its upgrade constraints.Major-version audit
35.0.0-apacheimage is published for both amd64 and arm64. It remains on PHP 8.5, and Nextcloud 35 continues to support PostgreSQL 17.config.phpkey remains supported or is unchanged from 34; the 35 sample removes no key this package models. The package'socccommand names, options and parsed JSON fields remain available.installed: true, and the Postgres and Valkey checks retain their existing contracts.occ upgradehandles the new schema migrations during the snapshotted init path, so no StartOS data migration is needed.@start9labs/start-sdkis already current at 2.0.9, and the dependency refresh retains one SDK copy.Testing
After rebasing onto the current
master,npm ci,npm run check,tsc --noEmit --noUnusedLocals,npm run build, Prettier, and full x86_64/aarch64 package builds passed. The runtime upgrade remains to be tested.34.0.4:4install with user files, shares and custom apps to35.0.0:0; confirm the copying and database-migration phases complete, the Web Interface check becomes healthy, and files, shares and compatible apps remain available.sharingapp remains enabled and the web interface still loads.