Skip to content

feat: release 11.0.0 - #41768

Merged
DeepDiver1975 merged 1 commit into
masterfrom
feat/release-11.0.0
Jul 30, 2026
Merged

feat: release 11.0.0#41768
DeepDiver1975 merged 1 commit into
masterfrom
feat/release-11.0.0

Conversation

@DeepDiver1975

Copy link
Copy Markdown
Member

Prepares owncloud/core for the final 11.0.0 tag, after three release candidates (rc1 2026-06-29, rc2 2026-07-23, rc3 2026-07-29).

version.php

$OC_VersionString 11.0.0-rc311.0.0.

$OC_Version stays [11, 0, 0, 0]: the 4th digit is the internal DB-upgrade patch level, not the public version, and it does not change across an RC-to-final transition — v10.16.0RC1v10.16.0 likewise kept [10, 16, 0, 0].

Changelog

All three RC tags were cut without materializing changelog/unreleased/, so the entire 11.0.0 cycle — 47 fragments — was still filed under [unreleased], and no 11.x changelog folder existed at all.

This moves them into changelog/11.0.0_2026-07-30/ (via git mv, all 47 at 100% similarity) and regenerates CHANGELOG.md with calens, producing one combined 11.0.0 section. unreleased/ keeps its .gitkeep and is now empty, ready for the next cycle. None of the 47 overlapped any existing released folder.

The CHANGELOG.md diff is intentionally small (4 lines): the entries were already being rendered, under the [unreleased] heading. What changes is the heading, the date, and the compare link:

-# Changelog for ownCloud Core [unreleased] (UNRELEASED)
+# Changelog for ownCloud Core [11.0.0] (2026-07-30)
-[unreleased]: https://github.com/owncloud/core/compare/v10.16.4...master
+[11.0.0]: https://github.com/owncloud/core/compare/v10.16.4...v11.0.0

Same shape as 852062dd ("feat: release 10.16.4"), which did the changelog and version bump in one commit.

Once merged, v11.0.0 gets tagged on the merged commit and the release bundles are built and published from owncloud/server-release.

🤖 Generated with Claude Code

Bump version.php to 11.0.0 and materialize the changelog for the final
release of the 11.0 line, after three release candidates (11.0.0-rc1
2026-06-29, rc2 2026-07-23, rc3 2026-07-29).

The RC tags were all cut without materializing changelog/unreleased/, so
the entire 11.0.0 cycle — 47 fragments — was still filed under
[unreleased]. Move them into changelog/11.0.0_2026-07-30/ and regenerate
CHANGELOG.md with calens, producing one combined 11.0.0 section
(compare link v10.16.4...v11.0.0). unreleased/ is left empty, ready for
the next cycle.

$OC_Version stays [11, 0, 0, 0]: the 4th digit is the internal
DB-upgrade patch level, not the public version, and it is unchanged
across an RC-to-final transition (v10.16.0RC1 -> v10.16.0 likewise kept
[10, 16, 0, 0]).

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
@DeepDiver1975
DeepDiver1975 requested a review from a team as a code owner July 30, 2026 10:19
@update-docs

update-docs Bot commented Jul 30, 2026

Copy link
Copy Markdown

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@DeepDiver1975
DeepDiver1975 merged commit ad4be19 into master Jul 30, 2026
29 checks passed
@DeepDiver1975
DeepDiver1975 deleted the feat/release-11.0.0 branch July 30, 2026 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants