Skip to content

feat(server): update 11.0.0-rc1 to 11.0.0-rc2 image from GitHub release tarball#669

Merged
DeepDiver1975 merged 3 commits into
masterfrom
feat/server-11.0.0-rc2
Jul 23, 2026
Merged

feat(server): update 11.0.0-rc1 to 11.0.0-rc2 image from GitHub release tarball#669
DeepDiver1975 merged 3 commits into
masterfrom
feat/server-11.0.0-rc2

Conversation

@DeepDiver1975

Copy link
Copy Markdown
Contributor

Summary

  • Bump the pinned ownCloud core release from 11.0.0-rc1 to 11.0.0-rc2 (https://github.com/owncloud/core/releases/tag/v11.0.0-rc2)
  • New tarball asset: owncloud-11.0.0-rc2.tar.bz2 (sha256 9738a7a95c50cf693249f45259354e0c3cb61aac5b759a623c954ccac50ba2f0) — note rc2 does not publish a separate -complete- asset like rc1 did, so the direct release asset is pinned instead
  • Renamed the versioned .trivyignore directory v24.04/11.0.0-rc1/v24.04/11.0.0-rc2/
  • Updated README.md version references and fixed agents.md's already-stale 11.0.0-prealpha mentions

Test plan

  • CI build/smoke-test/Trivy scan passes on this PR for the v24.04 matrix entry
  • Confirm published image tag owncloud/server:11.0.0-rc2 starts correctly and passes the smoke test

…se tarball

Replace the pinned 11.0.0-rc1 tarball with the newly published
11.0.0-rc2 release:
https://github.com/owncloud/core/releases/download/v11.0.0-rc2/owncloud-11.0.0-rc2.tar.bz2
(sha256 9738a7a95c50cf693249f45259354e0c3cb61aac5b759a623c954ccac50ba2f0)

Unlike rc1, rc2 does not publish a separate "-complete-" tarball asset,
so the release asset is pinned directly. Renamed the versioned
.trivyignore directory to match, and fixed agents.md's already-stale
11.0.0-prealpha mentions.

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>

@phil-davis phil-davis left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable

@DeepDiver1975

Copy link
Copy Markdown
Contributor Author

Wrong tar ball....

@DeepDiver1975
DeepDiver1975 marked this pull request as draft July 23, 2026 11:40
…sset

Use owncloud-complete-20260723.tar.bz2 (sha256
c31bec173c6ddc7a2e276031ee46e777a77ed852b157f65861bc68b6ab412b50),
consistent with how 10.16.3 and the previous 11.0.0-rc1 build were
pinned to a "-complete-" release asset bundling apps, rather than the
bare owncloud-11.0.0-rc2.tar.bz2 core-only asset.

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
@DeepDiver1975
DeepDiver1975 marked this pull request as ready for review July 23, 2026 12:04
The 11.0.0-rc2 complete tarball bundles the "notes" marketplace app,
which vendors old client-side JS libraries that Trivy flags as
HIGH/CRITICAL, failing the scan (build itself succeeds):

  angular 1.4.14   CVE-2019-10768                 (prototype pollution)
  prismjs 0.0.1    CVE-2021-23341, CVE-2021-32723 (ReDoS)
  underscore 1.7.0 CVE-2021-23358, CVE-2026-27601 (template code exec / ReDoS)

These are frontend-only, live in an optional bundled app, and can only
be fixed upstream in owncloud/core. Accept them in the per-version
.trivyignore with justification, matching the repo's existing pattern.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
@DeepDiver1975
DeepDiver1975 merged commit 5788f22 into master Jul 23, 2026
5 checks passed
@DeepDiver1975
DeepDiver1975 deleted the feat/server-11.0.0-rc2 branch July 23, 2026 12:41
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