This release includes 2 breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+2 more
Summary
AI summaryDropped armv7l support from extra‑arch builds and moved win64/mac‑arm64 uploads to post‑release.
Full changelog
v9.60 2026-06-19 WeKan ® release
This release adds the following features:
-
Release All Platforms: Drop armv7l from extra-arch bundles, because Node.js 24 ships no armv7l binaries.
Thebuild-extra-archesarmv7l matrix entry failed withno matching manifest for linux/arm/v7when pullingnode:24-slim. Root cause: Node.js
24 publishes no armv7l (32-bit ARM) binaries at all — neither the official
dist nor unofficial builds — so there is nonode:24arm/v7 image to rebuild
native modules against, and no Node 24 runtime to run such a bundle on an
armv7 device. The armv7l matrix entry is removed; extra-arch bundles are now
s390x + ppc64le. armv7 was already excluded from the Docker image and snap,
so those are unaffected.
Thanks to xet7 and Claude. -
Release All Platforms: Move win64 and mac-arm64 into the post-release extra-platform phase.
build-win64andbuild-mac-arm64were prerequisites of thereleasejob,
so a slow or flaky Windows/macOS runner blocked creation of the GitHub
Release (and thus the Docker and snap jobs, which depend on it). They now
depend onreleaseinstead — alongsidebuild-extra-arches— and each
attaches its ownwekan-<version>-<platform>.zipto the already-created
Release viagh release upload --clobber. The core release now waits only on
the amd64 + arm64 bundles. No build steps changed; only the dependency
wiring, upload mechanism, and section grouping.
Thanks to xet7 and Claude.
Thanks to above GitHub users for their contributions and translators for their translations.
Breaking Changes
- Removed armv7l (linux/arm/v7) from extra-arch bundles because Node.js 24 provides no armv7l binaries; only s390x and ppc64le remain.
- Changed CI dependency wiring: win64 and mac‑arm64 builds now run after the release job instead of being prerequisites, altering artifact availability timing.
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]