This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+2 more
Summary
AI summaryFixed snap upload failure when no .snap was produced and added server bundles for s390x, ppc64le, armv7l.
Full changelog
v9.55 2026-06-18 WeKan ® release
This release fixes the following bugs:
- Fixed "Release All Platforms" snap build failing at upload with exit 64.
The Launchpad snap build produced no.snap(only build logs), but
snapcraft remote-buildexited 0 so the workflow reported success; the upload
step then globbedwekan_<version>_*.snap, matched nothing, and passed the
literal pattern tosnapcraft upload("is not a valid file", exit 64).
Hardened the workflow to verify a.snapwas actually produced (instead of
trusting the exit code alone), print the Launchpad build logs when it was not,
and usenullglob+ existence checks in the upload/attach steps so a no-match
fails clearly instead of cryptically. Also madereleases/version.shset
snapcraft.yaml'sversion:robustly — matching^version:rather than a
hard-coded line number and tolerating any quoting, then verifying the change
applied — so the snap can no longer be built with a stale version that the
upload glob cannot match, and the snap job fails fast if the tagged version
does not match the release.
Thanks to xet7.
and adds the following features:
- Build WeKan server bundles for s390x, ppc64le and armv7l.
The "Release All Platforms" workflow now also builds the WeKan server bundle
for every other architecture Node.js 24.x publishes binaries for — s390x,
ppc64le and armv7l — by rebuilding the bundle's native modules under QEMU
emulation, and attaches eachwekan-<version>-<arch>.zipto the GitHub Release
as an extra download. These extra-architecture bundles are not part of the
Docker image or snap (run a separate MongoDB on those platforms), and are built
independently so a slow or failing emulated build never blocks the main
amd64/arm64/win64/mac release, Docker or snap.
Thanks to xet7.
Thanks to above GitHub users for their contributions and translators for their translations.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About wekan
The Open Source kanban, built with Meteor. GitHub issues/PRs are only for FLOSS Developers, not for support, support is at https://wekan.fi/commercial-support/ . New English strings for new features at imports/i18n/data/en.i18n.json . Non-English translations at https://app.transifex.com/wekan/wekan only.
Beta — feedback welcome: [email protected]