chore: upgrade to 0.6.0+v2026.5.0 #1

Closed
autonomic-bot wants to merge 1 commits from upgrade-0.6.0+v2026.5.0 into main

Upgrade cryptpad from 0.5.4+v2026.2.0 to 0.6.0+v2026.5.0.

Image tag changes

Service Old tag New tag
app (cryptpad/cryptpad) version-2026.2.0 version-2026.5.0
web (nginx) 1.29 1.31

CryptPad 2026.5.0 is the upstream "Spring release" (Diagram/Drawio 29 upgrade, theme switcher, private message notifications, accessibility fixes; intermediate fixes 2026.2.1/2026.2.2). No breaking changes, new env vars, or data migrations. nginx 1.31 brings several CVE fixes; its HTTP/2 header-rejection change does not affect this sidecar (runs HTTP/2-disabled, HTTP/1.1 to app).

Note: the cryptpad/cryptpad version-* tag is unparseable by abra's upgrade checker, so the app bump was applied manually after confirming version-2026.5.0 on Docker Hub / GitHub releases.

Test results

Test Result
Deploy to cctest (--chaos --force) ✓ PASS (app healthy, web up)
tests/health_check.py ✓ PASS (HTTP 200)
URL https://cryptpad.cctest.autonomic.zone landing page ✓ PASS
tests/oidc_login.py ⚠ N/A — SSO not configured on cctest (no authentik creds); not an upgrade regression
abra recipe lint cryptpad -C ✓ PASS (all error-severity rules satisfied)

Next steps (after PR review)

# 1. Review the PR on git.autonomic.zone:
#    <gitea-pr-url>

# 2. Pull the PR branch to your local dev machine:
cd ~/.abra/recipes/cryptpad
git fetch git@git.autonomic.zone:recipe-maintainers/cryptpad.git upgrade-0.6.0+v2026.5.0:upgrade-0.6.0+v2026.5.0
git checkout upgrade-0.6.0+v2026.5.0

# 3. Push to your upstream fork:
git push dev HEAD:upgrade-0.6.0+v2026.5.0

# 4. Open a PR on upstream and merge it:
#    https://git.coopcloud.tech/coop-cloud/cryptpad/pulls

# 5. After the upstream PR merges, push the tag to publish the release:
git push dev 0.6.0+v2026.5.0

Operators using SSO should set SSO_PLUGIN_VERSION=0.5.0 (recommended by 2026.5.0).

cc @trav @notplants

Upgrade `cryptpad` from `0.5.4+v2026.2.0` to `0.6.0+v2026.5.0`. ## Image tag changes | Service | Old tag | New tag | |---------|---------|---------| | app (cryptpad/cryptpad) | version-2026.2.0 | version-2026.5.0 | | web (nginx) | 1.29 | 1.31 | CryptPad 2026.5.0 is the upstream "Spring release" (Diagram/Drawio 29 upgrade, theme switcher, private message notifications, accessibility fixes; intermediate fixes 2026.2.1/2026.2.2). No breaking changes, new env vars, or data migrations. nginx 1.31 brings several CVE fixes; its HTTP/2 header-rejection change does not affect this sidecar (runs HTTP/2-disabled, HTTP/1.1 to app). Note: the `cryptpad/cryptpad` `version-*` tag is unparseable by abra's upgrade checker, so the app bump was applied manually after confirming `version-2026.5.0` on Docker Hub / GitHub releases. ## Test results | Test | Result | |------|--------| | Deploy to cctest (`--chaos --force`) | ✓ PASS (app healthy, web up) | | `tests/health_check.py` | ✓ PASS (HTTP 200) | | URL `https://cryptpad.cctest.autonomic.zone` landing page | ✓ PASS | | `tests/oidc_login.py` | ⚠ N/A — SSO not configured on cctest (no authentik creds); not an upgrade regression | | `abra recipe lint cryptpad -C` | ✓ PASS (all error-severity rules satisfied) | ## Next steps (after PR review) ```bash # 1. Review the PR on git.autonomic.zone: # <gitea-pr-url> # 2. Pull the PR branch to your local dev machine: cd ~/.abra/recipes/cryptpad git fetch git@git.autonomic.zone:recipe-maintainers/cryptpad.git upgrade-0.6.0+v2026.5.0:upgrade-0.6.0+v2026.5.0 git checkout upgrade-0.6.0+v2026.5.0 # 3. Push to your upstream fork: git push dev HEAD:upgrade-0.6.0+v2026.5.0 # 4. Open a PR on upstream and merge it: # https://git.coopcloud.tech/coop-cloud/cryptpad/pulls # 5. After the upstream PR merges, push the tag to publish the release: git push dev 0.6.0+v2026.5.0 ``` Operators using SSO should set `SSO_PLUGIN_VERSION=0.5.0` (recommended by 2026.5.0). cc @trav @notplants
autonomic-bot added 1 commit 2026-05-25 19:50:18 +00:00
autonomic-bot requested review from trav 2026-05-25 19:50:18 +00:00
autonomic-bot requested review from notplants 2026-05-25 19:50:18 +00:00
Owner

didn't pass SSO test, need to fix SSO in tests first

didn't pass SSO test, need to fix SSO in tests first
trav closed this pull request 2026-05-26 16:26:21 +00:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: recipe-maintainers/cryptpad#1
No description provided.