Skip to content

wekan

v9.62 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 1mo Productivity & Wikis
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

docker javascript kanban meteor real-time sandstorm
+2 more
snapcraft wekan

Affected surfaces

breaking_upgrade

Summary

AI summary

Fixed Docker images reporting stale Admin Panel version (now show correct WeKan version).

Full changelog

v9.62 2026-06-19 WeKan ® release

This release adds the following features:

  • Release All Platforms: Fix Docker image showing a stale Admin Panel version (image tagged vX reported v9.57).
    The Admin Panel reads the WeKan version from the bundled package.json, which
    comes verbatim from the wekan-<version>-<arch>.zip the Dockerfile downloads
    and unzips into /build. The docker job never passed --build-arg VERSION,
    so every image was built against the Dockerfile's hardcoded ARG VERSION
    default — and that default was stuck at 9.57 because releases/version.sh
    rewrote it with a sed anchored on the old version number, which silently
    no-op'd whenever old_version did not match (e.g. the skipped 9.58 numbering).
    The result: images tagged v9.59/v9.60/v9.61 shipped the v9.57 bundle and
    reported 9.57 in the Admin Panel. Fixed three ways: the docker job now passes
    --build-arg VERSION=${VERSION} (the release version is authoritative); the
    version.sh Dockerfile rewrite now anchors on the ^ARG VERSION= prefix and
    asserts the result, so the default can never go stale again; and a new
    pre-build guard downloads the release bundle and fails fast if its app
    package.json version does not match the release tag, before pushing a
    mislabeled image to the registries. Already-pushed v9.58–v9.61 images need a
    rebuild to carry their correct contents.
    Thanks to xet7 and Claude.

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

Track wekan

Get notified when new releases ship.

Sign up free

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.

All releases →

Related context

Beta — feedback welcome: [email protected]