chore: release 0.7.2 - #407
Open
oc-tmueller wants to merge 1 commit into
Open
Conversation
Repackaging release. The notifications asset published for the previous version was uploaded from the build working tree rather than from build/artifacts/appstore/notifications.tar.gz, so it shipped .git/, .github/, tests/, vendor-bin/ and build/artifacts/ as part of the signed app. Tagging v0.7.2 lets the automated release workflow publish the packaged artifact, which now also asserts that the tarball carries no development files. No functional change. Refs: owncloud/core#41824 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
phil-davis
approved these changes
Sep 10, 2026
|
|
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.
Repackaging release, part of the remediation for owncloud/core#41824.
Why
The
notificationsasset published for the previous version was uploaded from the build working tree rather than frombuild/artifacts/appstore/notifications.tar.gz. It therefore shipped.git/,.github/,tests/,vendor-bin/andbuild/artifacts/as part of the signed app.Because those files are covered by
appinfo/signature.json, an administrator cannot delete them without breakingocc integrity:check-app— so the only fix is a new release built by CI.What this does
Bumps
appinfo/info.xmlto0.7.2and adds the changelog entry. No functional change.Tagging
v0.7.2lets.github/workflows/release.ymlpublish the packaged artifact. That workflow now also asserts the tarball is free of development files (owncloud/reusable-workflows#97), so this class of problem cannot recur silently.Merging
The
release.ymlworkflow asserts the tag matchesappinfo/info.xml, so merge this before pushingv0.7.2.Once published, the new tag gets repinned in the ownCloud 11.0.1 bundle specs.
🤖 Generated with Claude Code