Explore the latest product updates and best practices at our hybrid Checkmk Conference #12 from June 16-18, 2026 – Register here

Werk #19210: mk-oracle: Fix version reporting for non-Linux builds

Component Checks & agents
Title mk-oracle: Fix version reporting for non-Linux builds
Date May 27, 2026
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.5.0p6
Not yet released
Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT

Non-Linux mk-oracle binaries (Windows, AIX, Solaris) reported a hardcoded beta version string instead of the actual Checkmk release version. This happened because the version was baked into the source at compile time and only the Bazel-based Linux build injected the correct value.

Starting with this release, the build uses a compile-time environment variable (CMK_VERSION) to set the version across all platforms. The hardcoded fallback is used only during local development builds.

To the list of all Werks